WIP sdl_sound getting all the REQUIRES in place

This commit is contained in:
Scott McCreary
2013-12-18 01:46:06 -08:00
parent 5e8ae232a8
commit 999a56597c

View File

@@ -11,24 +11,40 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
sdl_sound$secondaryArchSuffix = $portVersion
cmd:playsound = $portVersion compat >= 2
cmd:playsound_simple = $portVersion compat >= 2
cmd:playsound$secondaryArchSuffix = $portVersion compat >= 2
cmd:playsound_simple$secondaryArchSuffix = $portVersion compat >= 2
lib:libSDL_sound$secondaryArchSuffix = 1.0_0.8.0 compat >= 1.0_0
lib:libSDL_sound_1.0$secondaryArchSuffix = 0.8.0 compat >= 1.0
"
REQUIRES="
haiku$secondaryArchSuffix
libsdl$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libvorbis$secondaryArchSuffix
lib:libspeex$secondaryArchSuffix
# lib:libFlac$secondaryArchSuffix
lib:libmikmod$secondaryArchSuffix
lib:libmodplug$secondaryArchSuffix
# lib:smpeg$secondaryArchSuffix
lib:physfs$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libsdl$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
devel:libspeex$secondaryArchSuffix
# devel:libFlac$secondaryArchSuffix
devel:libmikmod$secondaryArchSuffix
devel:libmodplug$secondaryArchSuffix
# devel:smpeg$secondaryArchSuffix
devel:physfs$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix