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.
This commit is contained in:
Scott McCreary
2010-09-18 00:07:22 +00:00
parent f9197faca6
commit 89e986dca7

View File

@@ -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
}