pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gd



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  7 06:41:42 UTC 2021

Modified Files:
        pkgsrc/graphics/gd: Makefile distinfo

Log Message:
gd: updated to 2.3.2

2.3.2:

Fixed
gif: allow decodin when both Global and Local Colormaps

Added
avif: Support for AVIF images via libavif
heif: Support for HEIF/AVIF images via libheif
webp: Drop ../deps/ search when building with cmake
Windows: Remove unused snprintf fallback


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/graphics/gd/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/gd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gd/Makefile
diff -u pkgsrc/graphics/gd/Makefile:1.127 pkgsrc/graphics/gd/Makefile:1.128
--- pkgsrc/graphics/gd/Makefile:1.127   Fri Feb  5 20:17:29 2021
+++ pkgsrc/graphics/gd/Makefile Sun Mar  7 06:41:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2021/02/05 20:17:29 adam Exp $
+# $NetBSD: Makefile,v 1.128 2021/03/07 06:41:42 adam Exp $
 
-DISTNAME=      libgd-2.3.1
+DISTNAME=      libgd-2.3.2
 PKGNAME=       ${DISTNAME:S/libgd/gd/}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgd/}
@@ -20,7 +20,7 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --disable-werror
 CONFIGURE_ARGS+=       --with-fontconfig=${BUILDLINK_PREFIX.fontconfig}
 CONFIGURE_ARGS+=       --with-freetype=${BUILDLINK_PREFIX.freetype2}
-CONFIGURE_ARGS+=       --with-jpeg=${BUILDLINK_PREFIX.jpeg}
+CONFIGURE_ARGS+=       --with-jpeg=${JPEGBASE}
 CONFIGURE_ARGS+=       --with-liq=${BUILDLINK_PREFIX.libimagequant}
 CONFIGURE_ARGS+=       --with-png=${BUILDLINK_PREFIX.png}
 CONFIGURE_ARGS+=       --with-webp=${BUILDLINK_PREFIX.libwebp}

Index: pkgsrc/graphics/gd/distinfo
diff -u pkgsrc/graphics/gd/distinfo:1.49 pkgsrc/graphics/gd/distinfo:1.50
--- pkgsrc/graphics/gd/distinfo:1.49    Fri Feb  5 20:17:29 2021
+++ pkgsrc/graphics/gd/distinfo Sun Mar  7 06:41:42 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.49 2021/02/05 20:17:29 adam Exp $
+$NetBSD: distinfo,v 1.50 2021/03/07 06:41:42 adam Exp $
 
-SHA1 (libgd-2.3.1.tar.xz) = f74442db40db04b893044676d9f4f3864448c62c
-RMD160 (libgd-2.3.1.tar.xz) = 4e5df75947ee71f778bf962f6eed49a2959019d9
-SHA512 (libgd-2.3.1.tar.xz) = 0b96406a1d62129d7d63f78fc4558062c223a3bfbf9719be86362fd922b72b5dac294524dd1b0a996a4a7a709ee9d2dfc790ee32564add70adad41d044a0ed80
-Size (libgd-2.3.1.tar.xz) = 2632076 bytes
+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 (patch-src_gd__xbm.c) = 948942243b97a8e96838447ea1325a28ac8c828a



Home | Main Index | Thread Index | Old Index