From 0b7f4cc121f7a53bc354cd47645b9e21ccc7c22a Mon Sep 17 00:00:00 2001 From: Theodore Kokkoris Date: Sat, 20 Dec 2014 14:14:43 +0200 Subject: [PATCH] Fix sdl2_mixer recipe * Mark sdl2_mixer as working on x86_gcc2, x86 and x86_64 secondary architectures * Convert various library names to lowercase --- media-libs/sdl2_mixer/sdl2_mixer-2.0.0.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/sdl2_mixer/sdl2_mixer-2.0.0.recipe b/media-libs/sdl2_mixer/sdl2_mixer-2.0.0.recipe index f9956a6bc..d9b1deb77 100644 --- a/media-libs/sdl2_mixer/sdl2_mixer-2.0.0.recipe +++ b/media-libs/sdl2_mixer/sdl2_mixer-2.0.0.recipe @@ -10,10 +10,10 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.0.tar.g CHECKSUM_SHA256="a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b" LICENSE="Zlib" COPYRIGHT="1997-2012 Sam Lantinga" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" +SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="sdl2_mixer-${portVersion}.patch" @@ -39,10 +39,10 @@ REQUIRES=" " BUILD_REQUIRES=" - devel:libGL$secondaryArchSuffix - devel:libSDL2$secondaryArchSuffix + devel:libsdl$secondaryArchSuffix + devel:libsdl2$secondaryArchSuffix devel:libogg$secondaryArchSuffix - devel:libFLAC$secondaryArchSuffix + devel:libflac$secondaryArchSuffix devel:libfluidsynth$secondaryArchSuffix devel:libmad$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix