From 89e986dca73a8e22878ffaeb4f8ad1c2a959ac58 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 18 Sep 2010 00:07:22 +0000 Subject: [PATCH] Updated the .bep file for sdl-image to allow it to use .gif .jpg .tga .tiff .png .pcx and others properly now. The included sdl-image showimage commandline apps will now read all of these formats and a few others now. This will probably fix a few games and apps as well. --- media-libs/sdl-image/sdl-image-1.2.10.bep | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/media-libs/sdl-image/sdl-image-1.2.10.bep b/media-libs/sdl-image/sdl-image-1.2.10.bep index 21df23fca..30e274ea8 100644 --- a/media-libs/sdl-image/sdl-image-1.2.10.bep +++ b/media-libs/sdl-image/sdl-image-1.2.10.bep @@ -4,7 +4,10 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.g CHECKSUM_MD5="6c06584b31559e2b59f2b982d0d1f628" REVISION="1" STATUS_HAIKU="stable" -DEPEND="" +DEPEND="media-libs/jpeg >= 8b + media-libs/libpng >= 1.2.44 < 1.4.0 + media-libs/libtiff >= 3.8.2 + media-libs/giflib >= 4.1.6" BUILD { cd SDL_image-1.2.10 cp /boot/common/share/aclocal/libtool.m4 acinclude @@ -15,7 +18,9 @@ BUILD { libtoolize --force --copy --install aclocal -I acinclude ./autogen.sh - ./configure --prefix=/boot/common + ./configure --prefix=/boot/common --enable-bmp --enable-lbm --enable-pcx \ + --enable-pnm --enable-tga --enable-xcf --enable-xpm --enable-xv \ + --enable-gif --enable-jpg --disable-jpg-shared make }