mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
gdk-pixbuf: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
61a9eddd8b
commit
df2b0be18b
@ -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 \
|
||||
|
@ -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"
|
||||
|
||||
|
14
packages/x11/toolkits/gdk-pixbuf/meta
Normal file
14
packages/x11/toolkits/gdk-pixbuf/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/gdk-pixbuf-2.22.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user