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