Skip to content

Commit

Permalink
Updated p5-GD to 2.66.
Browse files Browse the repository at this point in the history
2.66    * throw proper error on newFrom* with not-existing file
        * add t/transp.t from RT #40525
        * Improve RT #54366 multiple gd.h warning
        * better doc for GD::Simple->arc
        * fix ANIMGIF with libgd 2.3.0-dev
2.65    * fix --gdlib_config_path to accept an argument (fperrad)
2.64    * Update doc for LIBGD_VERSION()
        * Fix 5.6.2, which does not have float in its typemap
2.63    * renamed VERSION() to LIBGD_VERSION(), RT #121307.
          It was treated magically by "use GD 2.18"
2.62    * fixed wrong <5.14 code generated with ExtUtils::Constants
          RT #121297. Don't generate const-xs.inc, only when missing.
        * add -liconv on hpux also (our pkgconfig parser cannot handle it)
2.61    * add CONFIGURE_REQUIRES META
        * add --gdlib_config_path
        * add Image Filters: scatter, pixelate, negate, grayscale, brightness,
          contrast, color, selectiveBlur, edgeDetectQuick, gaussianBlur, emboss,
          meanRemoval, smooth, copyGaussianBlurred
        * add palette methods: createPaletteFromTrueColor,
          neuQuant (but discouraged), colorMatch.
        * add interpolation methods: copyScale, copyRotateInterpolated,
          interpolationMethod.
        * add double GD::VERSION
        * add all gd.h constants
2.60    * add missing methods newFromWBMP, newFromXbm,
          (RT #68784) and some missing docs
        * Add --lib_fontconfig_path, --fcgi options
        * rewrote most of the XS code
        * cleanup Makefile.PL #20
2.59    * error on failing libgd calls
        * fix colorClosestAlpha, colorAllocateAlpha
        * add missing documentation
2.58    * fix VERSION_STRING for 2.0.x
        * honor --lib_gd_path specific gdlib-config
        * Loosen the comparison tests with GDIMAGETYPE ne gd2
        * Improve gdlib-config parsing (PR #17), esp. with 2.0.34
2.57    * fix Jpeg magic number detection RT #26146
        * fix RGB - HSV roundtrips: RT #120572 by J2N-FORGET
        * fix -print-search-dirs errors RT #106265
        * co-maint to rurban
        * add hv_fetchs, CI smokers
        * add GD::VERSION_STRING api
2.56_03 * add alpha method
        * improve option handling
        * fix meta data
2.56_02 * fix feature extraction >= 2.2 [RT #119459]
2.56_01 * rm Build.PL, fix permissions, fix for missing gdlib-config
  • Loading branch information
wiz committed Apr 27, 2017
1 parent 80e7203 commit 53f1d72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions graphics/p5-GD/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.75 2017/02/28 15:20:06 ryoon Exp $
# $NetBSD: Makefile,v 1.76 2017/04/27 12:40:00 wiz Exp $

DISTNAME= GD-2.56
DISTNAME= GD-2.66
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}

Expand All @@ -17,15 +16,14 @@ USE_LANGUAGES= c
# package, and should be harmless on other platforms. See PR 45873.
CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/GD/.packlist
PERL5_OPTIONS+= threads

# stop package's GetOptions() from parsing Module::Build settings
MAKE_PARAMS+= --

post-extract:
chmod a+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl
chmod a+w ${WRKSRC}/bdf_scripts/bdf2gdfont_pl.PL

.include "../../converters/libiconv/buildlink3.mk"
BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28
Expand Down
10 changes: 5 additions & 5 deletions graphics/p5-GD/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.23 2015/11/03 21:34:12 agc Exp $
$NetBSD: distinfo,v 1.24 2017/04/27 12:40:00 wiz Exp $

SHA1 (GD-2.56.tar.gz) = 43bbd4896cb4e2071f5ac467455bc55910269603
RMD160 (GD-2.56.tar.gz) = b4e33640fad5d97e63f833270d32e29c843380cd
SHA512 (GD-2.56.tar.gz) = 51c4b46b199625a12ae1ad1003cafe4e66913d1e0c0b51d9bccbc7c14a86dfe29144caefbeca2927a66a44d4ba8b134550ee4a63eb86aceaa13513c46a4e71f4
Size (GD-2.56.tar.gz) = 273441 bytes
SHA1 (GD-2.66.tar.gz) = e04af9fe5f7008f39a01833e27be12d782e43abb
RMD160 (GD-2.66.tar.gz) = 4a2ea16f8d0de7f5decb07df14100cee6c27a829
SHA512 (GD-2.66.tar.gz) = 37d3da70f4e0b89b0166488a1f8a48c508ff5e515653fe1b10602cb708ae0ce713c617dcae21c48ec795799fb0e061762696e6a65bb8ba359859223d15677c61
Size (GD-2.66.tar.gz) = 253000 bytes

0 comments on commit 53f1d72

Please sign in to comment.