mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated sdl_mixer as Ingo suggested, hopefully I got it this time. TODO: get fluidsynth added in soon
This commit is contained in:
@@ -12,14 +12,15 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl_mixer$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||
lib:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
devel:libSDL_mixer$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
lib:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 1.2_0
|
||||
lib:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
libsdl$secondaryArchSuffix
|
||||
flac$secondaryArchSuffix
|
||||
# fluidsynth
|
||||
libmad$secondaryArchSuffix
|
||||
libvorbis$secondaryArchSuffix
|
||||
libogg$secondaryArchSuffix
|
||||
@@ -45,6 +46,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:libmikmod_config$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:flac$secondaryArchSuffix
|
||||
# devel:fluidsynth
|
||||
devel:libmad$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
@@ -76,8 +78,8 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
|
||||
devel:SDL_mixer$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
devel:libSDL_mixer$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
devel:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 0
|
||||
devel:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user