pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gd gd: updated to 2.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e8d00a5485b
branches:  trunk
changeset: 458511:3e8d00a5485b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 17 14:24:23 2021 +0000

description:
gd: updated to 2.3.3

2.3.3:

The LibGD team is proud to announce the 2.3.3 release of libgd. This release brings a few fixes as well as improved compilations and builds on all platforms. On Windows, vcpkg to install libGd 
dependencies is now well supported.

Fixed

* update cmake to generate config.h in the build dir
* gdPutBuf return value check
* HEIF builds fail with latest distros
* segfault in heif tests due to missing label.heic
* Test failure avif/compare_avif_to_png with libavif-0.8.2
* imagecopyresampled() produce artifacts on transparent PNG
* Fixes to build v2.3.0 on Windows with MinGW-w64
* optimize option in gif animation causes segfault
* _gdContributionsCalc() always uses DEFAULT_BOX_RADIUS
* gdImageRotateInterpolated() converts the source image to truecolor
* CMake and Makefiles build broken on Windows
* gdImageScaleTwoPass() looses top row and left column

diffstat:

 graphics/gd/Makefile |   5 ++---
 graphics/gd/PLIST    |   3 +--
 graphics/gd/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r a9eff6ce23a9 -r 3e8d00a5485b graphics/gd/Makefile
--- a/graphics/gd/Makefile      Fri Sep 17 13:52:45 2021 +0000
+++ b/graphics/gd/Makefile      Fri Sep 17 14:24:23 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.129 2021/05/24 19:52:21 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2021/09/17 14:24:23 adam Exp $
 
-DISTNAME=      libgd-2.3.2
+DISTNAME=      libgd-2.3.3
 PKGNAME=       ${DISTNAME:S/libgd/gd/}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgd/}
 GITHUB_PROJECT=        libgd
diff -r a9eff6ce23a9 -r 3e8d00a5485b graphics/gd/PLIST
--- a/graphics/gd/PLIST Fri Sep 17 13:52:45 2021 +0000
+++ b/graphics/gd/PLIST Fri Sep 17 14:24:23 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/03/23 07:10:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/09/17 14:24:23 adam Exp $
 bin/annotate
 bin/bdftogd
 bin/gd2copypal
@@ -11,7 +11,6 @@
 bin/pngtogd
 bin/pngtogd2
 bin/webpng
-include/entities.h
 include/gd.h
 include/gd_color_map.h
 include/gd_errors.h
diff -r a9eff6ce23a9 -r 3e8d00a5485b graphics/gd/distinfo
--- a/graphics/gd/distinfo      Fri Sep 17 13:52:45 2021 +0000
+++ b/graphics/gd/distinfo      Fri Sep 17 14:24:23 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2021/03/07 06:41:42 adam Exp $
+$NetBSD: distinfo,v 1.51 2021/09/17 14:24:23 adam Exp $
 
-SHA1 (libgd-2.3.2.tar.xz) = dddf5e9d25cb0b20b8642d5cbcfad67f8903532f
-RMD160 (libgd-2.3.2.tar.xz) = 6d88b4cdee53d8ff4a1559cfbf1cd7a1da1fee0d
-SHA512 (libgd-2.3.2.tar.xz) = a31c6dbb64e7b725b63f3b400f7bebc289e2d776bdca0595af23006841660dc93a56c2247b98f8a584438a826f9e9ff0bea17d0b3900e48e281580b1308794d2
-Size (libgd-2.3.2.tar.xz) = 2821096 bytes
+SHA1 (libgd-2.3.3.tar.xz) = 7ce6ecb5aed26c08246a37b6351c886ab4b51ca2
+RMD160 (libgd-2.3.3.tar.xz) = 97564248f7f14e90921c5571ff69d1aba5e016cc
+SHA512 (libgd-2.3.3.tar.xz) = aa49d4381d604a4360d556419d603df2ffd689a6dcc10f8e5e1d158ddaa3ab89912f6077ca77da4e370055074007971cf6d356ec9bf26dcf39bcff3208bc7e6c
+Size (libgd-2.3.3.tar.xz) = 2809056 bytes
 SHA1 (patch-src_gd__xbm.c) = 948942243b97a8e96838447ea1325a28ac8c828a



Home | Main Index | Thread Index | Old Index