2017-01-19 18:53:03 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://libgd.github.io/
|
2016-04-27 00:18:11 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers"
|
2019-01-21 15:00:12 +01:00
|
|
|
TERMUX_PKG_LICENSE="BSD"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-10-31 13:06:07 +01:00
|
|
|
TERMUX_PKG_VERSION=1:2.3.3
|
2021-10-13 14:46:22 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION:2}/libgd-${TERMUX_PKG_VERSION:2}.tar.gz
|
2021-10-31 13:06:07 +01:00
|
|
|
TERMUX_PKG_SHA256=dd3f1f0bb016edcc0b2d082e8229c822ad1d02223511997c80461481759b1ed2
|
2019-05-05 16:45:07 +02:00
|
|
|
TERMUX_PKG_DEPENDS="freetype, fontconfig, libiconv, libjpeg-turbo, libpng, libtiff, libwebp, zlib"
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_BREAKS="libgd-dev"
|
|
|
|
TERMUX_PKG_REPLACES="libgd-dev"
|
2019-05-05 16:45:07 +02:00
|
|
|
|
2016-04-29 16:11:50 +02:00
|
|
|
# Disable vpx support for now, look at https://github.com/gagern/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8
|
|
|
|
# for enabling:
|
2017-03-30 23:32:04 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-vpx --without-x"
|