mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
WIP dix for sdl_mixer, but now back to undefined references trying to build playwave and platmus
This commit is contained in:
@@ -14,6 +14,8 @@ PROVIDES="
|
||||
sdl_mixer$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||
lib:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 1.2_0
|
||||
lib:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||
cmd:playwave$secondaryArchSuffix
|
||||
cmd:playmus$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -25,7 +27,7 @@ REQUIRES="
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libmikmod$secondaryArchSuffix
|
||||
# lib:libsmpeg$secondaryArchSuffix
|
||||
lib:libsmpeg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -37,7 +39,7 @@ BUILD_REQUIRES="
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libmikmod$secondaryArchSuffix
|
||||
# devel:libsmpeg$secondaryArchSuffix
|
||||
devel:libsmpeg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -62,8 +64,9 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
aclocal --force --install -I acinclude
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
make
|
||||
runConfigure ./configure \
|
||||
SMPEG_CONFIG=smpeg_config$secondaryArchSuffix
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user