From 451ad80ae5c532c71b72ad236cad8a1e0560fabd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 7 Sep 2015 10:49:24 -0400 Subject: [PATCH] gdk-pixbuf: Update to 2.31.7 from 2.31.5 --- packages/gdk-pixbuf/Makefile.in.patch | 15 +++++++++++++++ packages/gdk-pixbuf/build.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 packages/gdk-pixbuf/Makefile.in.patch diff --git a/packages/gdk-pixbuf/Makefile.in.patch b/packages/gdk-pixbuf/Makefile.in.patch new file mode 100644 index 00000000..c6c36074 --- /dev/null +++ b/packages/gdk-pixbuf/Makefile.in.patch @@ -0,0 +1,15 @@ +The tests in pixbuf-lowmem.c has undefined references to __libc_malloc +and __libc_free, so skip building tests. + +diff -u -r ../gdk-pixbuf-2.31.7/Makefile.in ./Makefile.in +--- ../gdk-pixbuf-2.31.7/Makefile.in 2015-09-01 07:46:31.000000000 -0400 ++++ ./Makefile.in 2015-09-07 10:48:15.299336025 -0400 +@@ -448,7 +448,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = gdk-pixbuf po docs tests contrib build ++SUBDIRS = gdk-pixbuf po docs contrib build + EXTRA_DIST = \ + config.h.win32 \ + glib-tap.mk \ diff --git a/packages/gdk-pixbuf/build.sh b/packages/gdk-pixbuf/build.sh index 83b3ef6f..d27fd9cc 100644 --- a/packages/gdk-pixbuf/build.sh +++ b/packages/gdk-pixbuf/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/gdk-pixbuf/ TERMUX_PKG_DESCRIPTION="Library for image loading and manipulation" -TERMUX_PKG_VERSION=2.31.5 +TERMUX_PKG_VERSION=2.31.7 TERMUX_PKG_SRCURL=ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.31/gdk-pixbuf-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="glib, libpng, libtiff, libjpeg-turbo" # Avoid runtime test which does not work when cross compiling: -- 2.11.0