diff --git a/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe b/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe index 1f0695d2e..0e3206ec9 100644 --- a/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe +++ b/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe @@ -1,4 +1,4 @@ -SUMMARY="Simple Direct Layer Mixer Library" +SUMMARY="SDL2 mixing library" DESCRIPTION=" sdl2_mixer is a simple multi-channel audio mixer library. It supports any \ number of simultaneously playing channels of 16 bit stereo audio, plus a \ @@ -7,7 +7,7 @@ Ogg Vorbis, and SMPEG MP3 libraries." HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/" COPYRIGHT="1997-2012 Sam Lantinga" LICENSE="Zlib" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz" CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f" SOURCE_DIR="SDL2_mixer-$portVersion" @@ -23,9 +23,10 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libSDL2_2.0$secondaryArchSuffix + lib:libgl$secondaryArchSuffix + lib:libsdl2_2.0$secondaryArchSuffix lib:libogg$secondaryArchSuffix - lib:libFLAC$secondaryArchSuffix + lib:libflac$secondaryArchSuffix lib:libfluidsynth$secondaryArchSuffix lib:libmad$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix @@ -66,7 +67,7 @@ BUILD_PREREQUIRES=" BUILD() { - libtoolize --force --copy --install + libtoolize -fci aclocal --force --install -I acinclude autoconf runConfigure ./configure