Further cleanup of sdl_image, sdl_mixer and smpeg recipes.

This commit is contained in:
Scott McCreary
2013-11-06 02:07:33 -08:00
parent 47cb35d6aa
commit f9643bf626
3 changed files with 16 additions and 20 deletions

View File

@@ -19,17 +19,20 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
libsdl$secondaryArchSuffix
lib:libjpeg
lib:libjpeg$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libtiff
# lib:giflib
# lib:libwebp
"
BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
lib:libjpeg
lib:libpng
lib:libtiff
# lib:giflib
# lib:libwebp
"
devel:libpng$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
# devel:libtiff
# devel:giflib
# devel:libwebp "
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
@@ -40,11 +43,7 @@ BUILD_PREREQUIRES="
cmd:libtool
cmd:make
cmd:pkg_config
cmd:sdl_config$secondaryArchSuffix
devel:libpng
devel:libjpeg
# devel:libtiff
# devel:libwebp
cmd:sdl_config
"
SOURCE_DIR="SDL_image-1.2.12"
@@ -74,7 +73,7 @@ INSTALL()
}
PROVIDES_devel="
sdl_image${secondaryArchSuffix} = $portVersion compat >= 1.2
sdl_image${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
devel:sdl_image$secondaryArchSuffix = 0.8.4 compat >= 0
devel:libSDL_image$secondaryArchSuffix = 1.2_0.8.4 compat >= 0
devel:libSDL_image_1.2$secondaryArchSuffix = 0.8.4 compat >= 0

View File

@@ -20,7 +20,7 @@ REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
libsdl$secondaryArchSuffix
flac$secondaryArchSuffix
# fluidsynth
# fluidsynth$secondaryArchSuffix
libmad$secondaryArchSuffix
libvorbis$secondaryArchSuffix
libogg$secondaryArchSuffix
@@ -46,7 +46,7 @@ BUILD_PREREQUIRES="
cmd:libmikmod_config$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:flac$secondaryArchSuffix
# devel:fluidsynth
# devel:fluidsynth$secondaryArchSuffix
devel:libmad$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
devel:libogg$secondaryArchSuffix

View File

@@ -25,13 +25,12 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku${secondaryArchSupport}_devel >= $haikuVersion
devel:libsdl$secondaryArchSupport
devel:libglu$secondaryArchSupport
"
BUILD_PREREQUIRES="
haiku$secondaryArchSupport
haiku${secondaryArchSupport}_devel >= $haikuVersion
cmd:gcc$secondaryArchSupport
cmd:libtoolize
cmd:aclocal
@@ -74,10 +73,8 @@ INSTALL()
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
smpeg_devel$secondaryArchSupport = $portVersion
smpeg${secondaryArchSupport}_devel = $portVersion
cmd:smpeg_config
devel:smpeg$secondaryArchSupport = 0.4_0.1.4 compat >= 0.4_0
devel:smpeg_0.4$secondaryArchSupport = 0.4.5 compat >= 0
devel:libsmpeg$secondaryArchSupport = 0.4_0.1.4 compat >= 0.4_0
devel:libsmpeg_0.4$secondaryArchSupport = 0.4.5 compat >= 0
"