mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user