mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
SDL_image: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4e60b94150
commit
96b2462a97
@ -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 \
|
||||
@ -31,7 +25,7 @@ cd $PKG_BUILD
|
||||
--enable-xcf \
|
||||
--enable-xpm \
|
||||
--enable-xv \
|
||||
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
||||
|
@ -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
|
||||
|
||||
|
14
packages/multimedia/SDL_image/meta
Normal file
14
packages/multimedia/SDL_image/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.gz
|
Loading…
x
Reference in New Issue
Block a user