gd: update to 2.3.3.

This commit is contained in:
André Cerqueira 2023-01-26 23:04:28 +00:00 committed by classabbyamp
parent dbc0961fc0
commit 63a5ed2498

View file

@ -1,20 +1,27 @@
# Template file for 'gd'
pkgname=gd
version=2.3.2
version=2.3.3
revision=1
build_style=gnu-configure
configure_args="--without-xpm"
hostmakedepends="pkg-config"
makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
fontconfig-devel"
fontconfig-devel libXpm-devel"
# There needs to be a font installed for fontconfig/basic test
checkdepends="liberation-fonts-ttf"
short_desc="Graphics library for the dynamic creation of images"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:BSD-like"
homepage="http://www.libgd.org/"
changelog="https://raw.githubusercontent.com/libgd/libgd/master/CHANGELOG.md"
distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
make_check=ci-skip # https://github.com/libgd/libgd/issues/745
pre_check() {
# Without this some tests fail
# `tmpdir failed to be used or initialized (/tmp)`
export TMPDIR=/tmp
}
post_install() {
vlicense COPYING
@ -30,6 +37,7 @@ gd-devel_package() {
vmove usr/lib/pkgconfig
}
}
gd-progs_package() {
depends="perl"
short_desc+=" - utilities"