diff --git a/media-libs/sdl2_mixer/sdl2_mixer-2.0.4.recipe b/media-libs/sdl2_mixer/sdl2_mixer-2.0.4.recipe index 6168adea4..e5cb7bcc3 100644 --- a/media-libs/sdl2_mixer/sdl2_mixer-2.0.4.recipe +++ b/media-libs/sdl2_mixer/sdl2_mixer-2.0.4.recipe @@ -7,7 +7,7 @@ Ogg Vorbis, and SMPEG MP3 libraries." HOMEPAGE="https://www.libsdl.org/projects/SDL_mixer/" COPYRIGHT="1997-2012 Sam Lantinga" LICENSE="Zlib" -REVISION="3" +REVISION="4" SOURCE_URI="https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz" CHECKSUM_SHA256="b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419" SOURCE_DIR="SDL2_mixer-$portVersion" @@ -81,7 +81,7 @@ INSTALL() make install #remove libtool file - rm $libDir/*.la + rm $libDir/*.{a,la} prepareInstalledDevelLibs libSDL2_mixer libSDL2_mixer-2.0 fixPkgconfig diff --git a/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe b/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe index 964ddd1f6..c607bcc4d 100644 --- a/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe +++ b/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe @@ -6,7 +6,7 @@ MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries." HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/" COPYRIGHT="1997-2012 Sam Lantinga" LICENSE="Zlib" -REVISION="9" +REVISION="10" SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz" CHECKSUM_SHA256="1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" SOURCE_DIR="SDL_mixer-$portVersion" @@ -87,7 +87,7 @@ INSTALL() make install # remove libtool library file - rm $libDir/libSDL_mixer.la + rm $libDir/libSDL_mixer.{a,la} prepareInstalledDevelLibs libSDL_mixer libSDL_mixer-1.2 fixPkgconfig