mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
sdl2_mixer: add some more depenencies
Now they are available.
This commit is contained in:
@@ -23,7 +23,7 @@ PROVIDES="
|
||||
lib:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0
|
||||
cmd:playwave$secondaryArchSuffix
|
||||
cmd:playmus$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
@@ -31,25 +31,25 @@ REQUIRES="
|
||||
lib:libSDL2_2.0$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libflac$secondaryArchSuffix
|
||||
# lib:libfluidsynth$secondaryArchSuffix
|
||||
lib:libfluidsynth$secondaryArchSuffix
|
||||
lib:libmad$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
# lib:libmikmod$secondaryArchSuffix # requires libSDL
|
||||
# lib:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
lib:libmikmod$secondaryArchSuffix # requires libSDL
|
||||
lib:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libSDL2$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libflac$secondaryArchSuffix
|
||||
# devel:libfluidsynth$secondaryArchSuffix
|
||||
devel:libfluidsynth$secondaryArchSuffix
|
||||
devel:libmad$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
# devel:libmikmod$secondaryArchSuffix # requires libSDL
|
||||
# devel:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
|
||||
devel:libmikmod$secondaryArchSuffix # requires libSDL
|
||||
devel:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:aclocal
|
||||
@@ -60,7 +60,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL2_mixer-$portVersion"
|
||||
|
||||
@@ -69,8 +69,7 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
aclocal --force --install -I acinclude
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
SMPEG_CONFIG=smpeg_config$secondaryArchSuffix
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user