Fredrik Fornwall
8 years ago
2 changed files with 2 additions and 17 deletions
@ -1,15 +0,0 @@ |
|||||
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 \ |
|
@ -1,8 +1,8 @@ |
|||||
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 |
_MAJOR_VERSION=2.36 |
||||
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0 |
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.2 |
||||
TERMUX_PKG_SRCURL=ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${_MAJOR_VERSION}/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" |
||||
# Avoid runtime test which does not work when cross compiling: |
# Avoid runtime test which does not work when cross compiling: |
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-gio-sniffing" |
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-gio-sniffing --disable-glibtest" |
||||
|
Loading…
Reference in new issue