sdl_image: enable tiff support

This commit is contained in:
Kacper Kasper
2014-04-30 12:59:30 +00:00
parent 9d962b0605
commit 000e03c365

View File

@@ -11,7 +11,7 @@ on both libz and libjpeg.
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz"
CHECKSUM_SHA256="0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699"
REVISION="2"
REVISION="3"
LICENSE="Zlib"
COPYRIGHT="1997-2012 Sam Lantinga"
@@ -42,7 +42,7 @@ BUILD_REQUIRES="
devel:libSDL$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
# devel:libtiff$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
devel:libgif$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix
devel:libz$secondaryArchSuffix
@@ -53,10 +53,10 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtool
cmd:libtoolize
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:sdl_config
cmd:sdl_config$secondaryArchSuffix
"
SOURCE_DIR="SDL_image-1.2.12"
@@ -67,7 +67,7 @@ BUILD()
aclocal --install -I acinclude
./autogen.sh
runConfigure ./configure \
--enable-bmp --enable-lbm --enable-pcx --enable-png \
--enable-bmp --enable-lbm --enable-pcx --enable-png --enable-tif \
--enable-pnm --enable-tga --enable-xcf --enable-xpm --enable-xv \
--enable-gif --enable-jpg --disable-jpg-shared --enable-webp
make