mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
WIP sdl_sound getting all the REQUIRES in place
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user