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
This commit is contained in:
parent
a7061b5550
commit
d39325b92d
3 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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/giftogd2
|
|||
bin/pngtogd
|
||||
bin/pngtogd2
|
||||
bin/webpng
|
||||
include/entities.h
|
||||
include/gd.h
|
||||
include/gd_color_map.h
|
||||
include/gd_errors.h
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue