X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a904f85549fdc34dc52730bd5058113b26099b77..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/graphicsmagick/build.sh diff --git a/packages/graphicsmagick/build.sh b/packages/graphicsmagick/build.sh index 56d46afe..e8d5ac50 100644 --- a/packages/graphicsmagick/build.sh +++ b/packages/graphicsmagick/build.sh @@ -1,9 +1,13 @@ TERMUX_PKG_HOMEPAGE=http://www.graphicsmagick.org/ TERMUX_PKG_DESCRIPTION="Collection of image processing tools" -TERMUX_PKG_VERSION=1.3.23 -TERMUX_PKG_BUILD_REVISION=2 +TERMUX_PKG_VERSION=1.3.25 +TERMUX_PKG_REVISION=1 # Bandwith limited on main ftp site, so it's asked to use sourceforge instead: TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/${TERMUX_PKG_VERSION}/GraphicsMagick-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=d64bfa52d2e0730eff9ce3ed51d4fc78dbb68e2adaa317b2bb3c56e6ee61ac9f TERMUX_PKG_DEPENDS="littlecms, libtiff, freetype, libjasper, libjpeg-turbo, libpng, libbz2, libxml2, liblzma" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_ftime=no --without-magick-plus-plus" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_ftime=no +--without-magick-plus-plus +--with-fontpath=/system/fonts +--without-x" TERMUX_PKG_RM_AFTER_INSTALL="bin/*-config share/man/man1/*-config.1"