Updated sdl_mixer as Ingo suggested, hopefully I got it this time. TODO: get fluidsynth added in soon

This commit is contained in:
Scott McCreary
2013-10-31 23:51:44 +00:00
parent e9a29515e6
commit 8aacde26f5

View File

@@ -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="