pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-GD p5-GD: update to 2.76.
details: https://anonhg.NetBSD.org/pkgsrc/rev/eaecd0538985
branches: trunk
changeset: 382426:eaecd0538985
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 27 19:14:32 2022 +0000
description:
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
diffstat:
graphics/p5-GD/Makefile | 7 ++++---
graphics/p5-GD/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 226a983f4d82 -r eaecd0538985 graphics/p5-GD/Makefile
--- a/graphics/p5-GD/Makefile Wed Jul 27 19:10:14 2022 +0000
+++ b/graphics/p5-GD/Makefile Wed Jul 27 19:14:32 2022 +0000
@@ -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 @@
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 -r 226a983f4d82 -r eaecd0538985 graphics/p5-GD/distinfo
--- a/graphics/p5-GD/distinfo Wed Jul 27 19:10:14 2022 +0000
+++ b/graphics/p5-GD/distinfo Wed Jul 27 19:14:32 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index