gdk-pixbuf: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 21:24:28 +01:00
parent 61a9eddd8b
commit df2b0be18b
4 changed files with 14 additions and 14 deletions

View File

@ -2,13 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build glib
$SCRIPTS/build tiff
$SCRIPTS/build $LIBJPEG
$SCRIPTS/build libpng
$SCRIPTS/build jasper
cd $PKG_BUILD
gio_can_sniff=yes \
./configure --host=$TARGET_NAME \

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/build glib
$SCRIPTS/build tiff
$SCRIPTS/build $LIBJPEG
$SCRIPTS/build libpng
$SCRIPTS/build jasper
GDK_BINARY_VERSION=`pkg-config gdk-pixbuf-2.0 --variable=gdk_pixbuf_binary_version`
GDK_LIB_DIR="gdk-pixbuf-2.0/$GDK_BINARY_VERSION"

View File

@ -0,0 +1,14 @@
PKG_NAME="gdk-pixbuf"
PKG_VERSION="2.22.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="glib tiff $LIBJPEG libpng jasper"
PKG_BUILD_DEPENDS="toolchain glib tiff $LIBJPEG libpng jasper"
PKG_PRIORITY="optional"
PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="gdk-pixbuf: a GNOME library for image loading and manipulation."
PKG_LONGDESC="gdk-pixbuf (GdkPixbuf) is a GNOME library for image loading and manipulation. The GdkPixbuf documentation contains both the programmer's guide and the API reference."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/gdk-pixbuf-2.22.0.tar.bz2