637f22d133
This fixes Android 6 problems (so closes #26). It also rebuilds termux-elf-cleaner when needed and bumps some build revisions for packages needed updates to remove DT_VERDEF and DT_VERDEFNUM.
8 lines
443 B
Bash
8 lines
443 B
Bash
TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/gdk-pixbuf/
|
|
TERMUX_PKG_DESCRIPTION="Library for image loading and manipulation"
|
|
TERMUX_PKG_VERSION=2.32.1
|
|
TERMUX_PKG_SRCURL=ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.32/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:
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-gio-sniffing"
|