From 6c32e136e42e81d75e60ae1d18cea96e9cf6d453 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 26 Jul 2017 13:47:12 +0200 Subject: [PATCH] gdk-pixbuf: Update from 2.36.4 to 2.36.7 --- packages/gdk-pixbuf/Makefile.in.patch | 12 ++++++++++++ packages/gdk-pixbuf/build.sh | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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..2903ba76 --- /dev/null +++ b/packages/gdk-pixbuf/Makefile.in.patch @@ -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 \ diff --git a/packages/gdk-pixbuf/build.sh b/packages/gdk-pixbuf/build.sh index 9b52eb6c..3e507adc 100644 --- a/packages/gdk-pixbuf/build.sh +++ b/packages/gdk-pixbuf/build.sh @@ -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" -- 2.11.0