3efa45721a
* calcurse: update to 4.6.0 * dialog: update to 20200327 * dictd: update to 1.13.0 * gitea: update to 1.11.4 * jfrog-cli: update to 1.35.3 * libgd: update to 2.3.0 * libgit2: update to 1.0.0 * libgraphite: update to 1.3.14 * libnftnl: update to 1.1.6 * vim, vim-python: update to 8.2.0500 * unrar: update to 5.9.2 * remind: update to 03.03.01 * nano: update to 4.9.1 * seafile-client: update to 7.0.7 * libgnutls: update to 3.6.13 * apache2: update to 2.4.43
14 lines
771 B
Bash
14 lines
771 B
Bash
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_LICENSE="BSD"
|
|
TERMUX_PKG_VERSION=2.3.0
|
|
TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION}/libgd-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=32590e361a1ea6c93915d2448ab0041792c11bae7b18ee812514fe08b2c6a342
|
|
TERMUX_PKG_DEPENDS="freetype, fontconfig, libiconv, libjpeg-turbo, libpng, libtiff, libwebp, zlib"
|
|
TERMUX_PKG_BREAKS="libgd-dev"
|
|
TERMUX_PKG_REPLACES="libgd-dev"
|
|
|
|
# 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"
|