summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-27 19:14:32 +0000
committerwiz <wiz@pkgsrc.org>2022-07-27 19:14:32 +0000
commit3e2baa325c48cbde71f6a8e52cd1ff4372676060 (patch)
treedadd09bb47010a9be7786eec277534559cd37b9e
parentad23531276b45656ebaba5cd3a60bab6c3b451ff (diff)
downloadpkgsrc-3e2baa325c48cbde71f6a8e52cd1ff4372676060.tar.gz
p5-GD: update to 2.76.
2.76 * fix broken TIFF and AVIF support, PR #43 by Paul Howarth * re-enable XBM support (always on) * provide xbm magic support (a hack, for GD::Graph) 2.75 * add experimental support for TIFF and RAQM (with freetype) * improve GD2 tests (GH #42, RT #140856) * also list the unsupported image formats in the GD::Image pod * fix copyRotated pod (it rotates CCW) PR #36 by LorenzoTo * fix GD::Simple->fontMetrics docs and implementation GH #37 by Ben Crowell. fix lineheight calculation according to the docs. You might need to fix your code! * add image methods tiff, webp, heif, avif, and its documentation. * fix the fix for the poly->transform documentation RT #140043 2.74 * add experimental support for WEBP, HEIF and AVIF * document all supported Image formats in the GD::Image lib * added Github actions (for PR's) * fix poly->transform documentation RT #140043 * fix GD,GD2 detection and tests RT #139399 (since libgd 2.3.3) fixed tests by Håkon Hægland. * POD: Remove indirect object constructors from example code snippet (PR #39) * patch from Ben Crowell that fixes incorrect behaviour of GD::Simple->fontMetrics * fix cross-compilation if gdlib.pc has no cflags by Fabrice Fontaine 2.73 * allow --options override the libgd options. Not recommended. See GH #33 and RT #130045
-rw-r--r--graphics/p5-GD/Makefile7
-rw-r--r--graphics/p5-GD/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 7f39f318c24..b1ba289095f 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.91 2022/06/28 11:34:03 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2022/07/27 19:14:32 wiz Exp $
-DISTNAME= GD-2.72
+DISTNAME= GD-2.76
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
@@ -13,6 +12,8 @@ LICENSE= gnu-gpl-v2 OR artistic-2.0
BUILD_DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
+USE_TOOLS+= pkg-config
+
# This is required at least on some Solaris builds to get a runnable
# package, and should be harmless on other platforms. See PR 45873.
CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo
index 04818bd27d6..6aff543bece 100644
--- a/graphics/p5-GD/distinfo
+++ b/graphics/p5-GD/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 10:46:35 nia Exp $
+$NetBSD: distinfo,v 1.32 2022/07/27 19:14:32 wiz Exp $
-BLAKE2s (GD-2.72.tar.gz) = 7fac0f9f3fa0b81c85930f3c5a1891468e2908e0a7650a8d28285b554c8451e3
-SHA512 (GD-2.72.tar.gz) = 93a42c2385673ce8133102adc125da966f8a8abcebe4a0a9d87ae3e77a84870138db81f532e393eb1c5be4b12c71b737bd5b85ed84cf4b8580f08a5296189103
-Size (GD-2.72.tar.gz) = 259938 bytes
+BLAKE2s (GD-2.76.tar.gz) = 7804c4790f96e2b286033556d602bf084b03dfc1549ba7bef1a78d9e665bda81
+SHA512 (GD-2.76.tar.gz) = 31c2d61440a7fef9804aed677ee5568f6c237e678cf5a2b7f48e98326ef7cddbf3624ce3965e6711ef9cec4148881a0cb4352c19b91ead4b78835fafaeefbe4d
+Size (GD-2.76.tar.gz) = 264364 bytes