gd: update to 2.3.2.
By ericonr: add HEIF support. Closes: #31178 [via git-merge-pr]
This commit is contained in:
parent
87ff176ccb
commit
04e515c20a
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'gd'
|
||||
pkgname=gd
|
||||
version=2.3.1
|
||||
version=2.3.2
|
||||
revision=1
|
||||
wrksrc="libgd-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-xpm"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel fontconfig-devel"
|
||||
makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
|
||||
fontconfig-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"
|
||||
|
@ -14,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="custom:BSD-like"
|
||||
homepage="http://www.libgd.org/"
|
||||
distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
|
||||
checksum=9767917d9f818faec4ddd763fe4a4ad9f6322c3d25da290ab2ea3e2ce4b52a7b
|
||||
checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue