Skip to content

Commit

Permalink
p5-GD: update to 2.76.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0-wiz-0 committed Jul 27, 2022
1 parent ad23531 commit 3e2baa3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions graphics/p5-GD/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions graphics/p5-GD/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3e2baa3

Please sign in to comment.