mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Further cleanup of sdl_image, sdl_mixer and smpeg recipes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user