Fredrik Fornwall
8 years ago
2 changed files with 14 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||
diff -u -r ../gdk-pixbuf-2.36.7/Makefile.in ./Makefile.in
|
|||
--- ../gdk-pixbuf-2.36.7/Makefile.in 2017-07-18 17:00:16.000000000 +0000
|
|||
+++ ./Makefile.in 2017-07-26 11:24:41.324018359 +0000
|
|||
@@ -449,7 +449,7 @@
|
|||
top_build_prefix = @top_build_prefix@ |
|||
top_builddir = @top_builddir@ |
|||
top_srcdir = @top_srcdir@ |
|||
-SUBDIRS = gdk-pixbuf po docs thumbnailer tests contrib win32
|
|||
+SUBDIRS = gdk-pixbuf po docs tests contrib win32
|
|||
EXTRA_DIST = \ |
|||
config.h.win32 \ |
|||
glib-tap.mk \ |
@ -1,9 +1,9 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/gdk-pixbuf/ |
|||
TERMUX_PKG_DESCRIPTION="Library for image loading and manipulation" |
|||
_MAJOR_VERSION=2.36 |
|||
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.4 |
|||
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.7 |
|||
TERMUX_PKG_SHA256=1b6e5eef09d98f05f383014ecd3503e25dfb03d7e5b5f5904e5a65b049a6a4d8 |
|||
TERMUX_PKG_SRCURL=ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${_MAJOR_VERSION}/gdk-pixbuf-${TERMUX_PKG_VERSION}.tar.xz |
|||
TERMUX_PKG_SHA256=0b19901c3eb0596141d2d48ddb9dac79ad1524bdf59366af58ab38fcb9ee7463 |
|||
TERMUX_PKG_DEPENDS="glib, libpng, libtiff, libjpeg-turbo" |
|||
# Avoid runtime test which does not work when cross compiling: |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-gio-sniffing --disable-glibtest" |
|||
|
Loading…
Reference in new issue