pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick ImageMagick: update to 7.1.0.50.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c121ad0f72d
branches: trunk
changeset: 386684:3c121ad0f72d
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 13 10:44:12 2022 +0000
description:
ImageMagick: update to 7.1.0.50.
Fix some pkglint.
Merged
Fix DDS file DDPF_LUMINANCE type of data #5452
Commits
beta release 9f4d7d5
Removed default quality of 50. d0b8d6e
Use the new api of jpeg-xl 0.7.0. 1246eab
Set the minimum jpeg-xl version to 0.7.0 67e6c68
Corrected setting the properties that should be set when the image has an alpha channels. 401f580
Adjust num_color_channels when the image is grayscale. 1a2117e
Use ReadStrip method when bit depth is higher than 8 (#5597) f95bf0b
Added support for reading the resolution of an xcf file (#5549). 7f0348c
Minor style change. c50602c
Correct distance calculation. c3f5009
Perform ChannelGeometry checks earlier. 7eb960d
Corrected version format to be compatible with Ghostscript 10.00.0 (#5618) d5349ca
Correct quotes around the password, the old way no longer works with version 10.00.0 of Ghostscript. 82bbf4c
Read and use the offset instead of skipping it (#5604). bb4018a
Corrected bounds calculation ($5623). 5118534
fix incorrect handling of SQ groups in header @ ImageMagick/ImageMagick#5606 0bc1022
support 1-bit pixels 740ac65
release f032690
diffstat:
graphics/ImageMagick/Makefile | 4 ++--
graphics/ImageMagick/Makefile.common | 4 ++--
graphics/ImageMagick/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r a3e30aace026 -r 3c121ad0f72d graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile Thu Oct 13 10:19:00 2022 +0000
+++ b/graphics/ImageMagick/Makefile Thu Oct 13 10:44:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.307 2022/10/03 12:55:13 wiz Exp $
+# $NetBSD: Makefile,v 1.308 2022/10/13 10:44:12 wiz Exp $
.include "Makefile.common"
@@ -86,7 +86,7 @@
CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.*
.include "../../print/ghostscript/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-gpl)
+.if ${PKG_BUILD_OPTIONS.ghostscript:Mghostscript-gpl}
CFLAGS+= -DPKGSRC_USE_OLD_GHOSTSCRIPT
.endif
diff -r a3e30aace026 -r 3c121ad0f72d graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common Thu Oct 13 10:19:00 2022 +0000
+++ b/graphics/ImageMagick/Makefile.common Thu Oct 13 10:44:12 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.259 2022/10/03 12:55:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.260 2022/10/13 10:44:12 wiz Exp $
#
# used by graphics/p5-PerlMagick/Makefile
#
# Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
IM_MAJOR_VER= 7.1.0
-IM_MINOR_VER= 49
+IM_MINOR_VER= 50
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)
diff -r a3e30aace026 -r 3c121ad0f72d graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo Thu Oct 13 10:19:00 2022 +0000
+++ b/graphics/ImageMagick/distinfo Thu Oct 13 10:44:12 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.279 2022/10/03 12:55:13 wiz Exp $
+$NetBSD: distinfo,v 1.280 2022/10/13 10:44:12 wiz Exp $
-BLAKE2s (ImageMagick-7.1.0-49.tar.xz) = ee9e83035ad119d82ad4f5f05bbf5dbac516a28543bb217b1a774227fe1754c4
-SHA512 (ImageMagick-7.1.0-49.tar.xz) = 2f602dc26c8b159b3065f8920a3aa06fa0ef0d9d35ed4c86882b9a34477bc5ca66386a7c3495bbc44fa896bd2f10db9024eb5bc2bfb14420d7abe1af9b021841
-Size (ImageMagick-7.1.0-49.tar.xz) = 10362492 bytes
+BLAKE2s (ImageMagick-7.1.0-50.tar.xz) = 935d82c8f1ebcb6bc64984213443a23eaacff09e1557022132dd6a01a9cff95c
+SHA512 (ImageMagick-7.1.0-50.tar.xz) = 88359c12a1e63f25e20c4c3910011e95d0bbf2fe745bcfaf7161703155c176e10e3fde8ce76115448c9baa76ffa476b4f2d591142137b690d94e960e4ccf93d7
+Size (ImageMagick-7.1.0-50.tar.xz) = 10359252 bytes
SHA1 (patch-config_policy.xml) = 0ae88934acb31681dc3cd7738075362ae2c17c10
SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287
Home |
Main Index |
Thread Index |
Old Index