SDL_image: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 04:45:52 +02:00
parent 4e60b94150
commit 96b2462a97
4 changed files with 15 additions and 13 deletions

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build SDL
$SCRIPTS/build $LIBJPEG
$SCRIPTS/build libpng
$SCRIPTS/build tiff
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/install SDL
$SCRIPTS/install $LIBJPEG
$SCRIPTS/install libpng
$SCRIPTS/install tiff
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="SDL_image"
PKG_VERSION="1.2.10"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.libsdl.org/"
PKG_URL="http://www.libsdl.org/projects/SDL_image/release/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="SDL $LIBJPEG libpng tiff"
PKG_BUILD_DEPENDS="toolchain SDL $LIBJPEG libpng tiff"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="libsdl_image: A cross-platform Graphic API"
PKG_LONGDESC="SDL_image is an image loading library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple image formats without having to code all the loading and conversion algorithms themselves."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.gz