X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/02380b95b32d1b82a6fb31a3b1cab45de4a5026c..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/libgd/build.sh diff --git a/packages/libgd/build.sh b/packages/libgd/build.sh index 6013535e..1d43ae11 100644 --- a/packages/libgd/build.sh +++ b/packages/libgd/build.sh @@ -1,5 +1,9 @@ -TERMUX_PKG_HOMEPAGE=http://libgd.org +TERMUX_PKG_HOMEPAGE=https://libgd.github.io/ TERMUX_PKG_DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers" -TERMUX_PKG_VERSION=2.1.1 +TERMUX_PKG_VERSION=2.2.4 TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION}/libgd-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="freetype, fontconfig, libjpeg-turbo, libpng, libtiff" \ No newline at end of file +TERMUX_PKG_SHA256=487a650aa614217ed08ab1bd1aa5d282f9d379cfd95c756aed0b43406381be65 +TERMUX_PKG_DEPENDS="freetype, fontconfig, libjpeg-turbo, libpng, libtiff" +# Disable vpx support for now, look at https://github.com/gagern/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8 +# for enabling: +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-vpx --without-x"