Adjusted libsdl-1.2.15 and sdl_image-1.2.12, libsdl-1.2.15 builds but files aren't showing up as expected, so sdl_image fails to detect SDL headers

This commit is contained in:
Scott McCreary
2013-09-23 01:02:56 -07:00
parent 15d1ef31fc
commit e0fe8e2a81
3 changed files with 15 additions and 104 deletions

View File

@@ -3,22 +3,22 @@ DESCRIPTION="Simple Direct Media Layer Image Library"
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_MD5="a0f9098ebe5400f0bdc9b62e60797ecb"
REVISION="1"
REVISION="2"
LICENSE="Zlib"
COPYRIGHT="1997-2012 Sam Lantinga"
ARCHITECTURES="?x86 ?x86_gcc2"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
lib:sdl_image = $portVersion compat >= 1.2
"
REQUIRES="
haiku >= $haikuVersion
haiku
devel:libSDL
"
BUILD_REQUIRES="
devel:libsdl
lib:libjpeg
lib:libpng
lib:libtiff
@@ -27,7 +27,7 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
haiku_devel
cmd:aclocal
cmd:autoconf
cmd:gcc
@@ -35,6 +35,7 @@ BUILD_PREREQUIRES="
cmd:libtool
cmd:make
cmd:pkg_config
cmd:sdl_config
"
SOURCE_DIR="SDL_image-1.2.12"
@@ -44,11 +45,6 @@ BUILD()
libtoolize --force --copy --install
aclocal --install -I acinclude
./autogen.sh
echo ------------------
sdl-config --version
echo ------------------
runConfigure ./configure \
--enable-bmp --enable-lbm --enable-pcx \
--enable-pnm --enable-tga --enable-xcf --enable-xpm --enable-xv \