mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix sdl2_mixer recipe
* Mark sdl2_mixer as working on x86_gcc2, x86 and x86_64 secondary architectures * Convert various library names to lowercase
This commit is contained in:
@@ -10,10 +10,10 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.0.tar.g
|
|||||||
CHECKSUM_SHA256="a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b"
|
CHECKSUM_SHA256="a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b"
|
||||||
LICENSE="Zlib"
|
LICENSE="Zlib"
|
||||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
PATCHES="sdl2_mixer-${portVersion}.patch"
|
PATCHES="sdl2_mixer-${portVersion}.patch"
|
||||||
|
|
||||||
@@ -39,10 +39,10 @@ REQUIRES="
|
|||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
devel:libGL$secondaryArchSuffix
|
devel:libsdl$secondaryArchSuffix
|
||||||
devel:libSDL2$secondaryArchSuffix
|
devel:libsdl2$secondaryArchSuffix
|
||||||
devel:libogg$secondaryArchSuffix
|
devel:libogg$secondaryArchSuffix
|
||||||
devel:libFLAC$secondaryArchSuffix
|
devel:libflac$secondaryArchSuffix
|
||||||
devel:libfluidsynth$secondaryArchSuffix
|
devel:libfluidsynth$secondaryArchSuffix
|
||||||
devel:libmad$secondaryArchSuffix
|
devel:libmad$secondaryArchSuffix
|
||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user