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:
@@ -13,7 +13,9 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|||||||
PROVIDES="
|
PROVIDES="
|
||||||
sdl_mixer$secondaryArchSuffix = $portVersion compat >= 1.2
|
sdl_mixer$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||||
lib:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 1.2_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
|
lib:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
|
||||||
|
cmd:playwave$secondaryArchSuffix
|
||||||
|
cmd:playmus$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
@@ -25,7 +27,7 @@ REQUIRES="
|
|||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis$secondaryArchSuffix
|
||||||
lib:libogg$secondaryArchSuffix
|
lib:libogg$secondaryArchSuffix
|
||||||
lib:libmikmod$secondaryArchSuffix
|
lib:libmikmod$secondaryArchSuffix
|
||||||
# lib:libsmpeg$secondaryArchSuffix
|
lib:libsmpeg$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
@@ -37,7 +39,7 @@ BUILD_REQUIRES="
|
|||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis$secondaryArchSuffix
|
||||||
devel:libogg$secondaryArchSuffix
|
devel:libogg$secondaryArchSuffix
|
||||||
devel:libmikmod$secondaryArchSuffix
|
devel:libmikmod$secondaryArchSuffix
|
||||||
# devel:libsmpeg$secondaryArchSuffix
|
devel:libsmpeg$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
@@ -62,8 +64,9 @@ BUILD()
|
|||||||
libtoolize --force --copy --install
|
libtoolize --force --copy --install
|
||||||
aclocal --force --install -I acinclude
|
aclocal --force --install -I acinclude
|
||||||
autoconf
|
autoconf
|
||||||
runConfigure ./configure
|
runConfigure ./configure \
|
||||||
make
|
SMPEG_CONFIG=smpeg_config$secondaryArchSuffix
|
||||||
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user