pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 13:17:44 UTC 2024

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile.common distinfo

Log Message:
ImageMagick: update to 7.1.1.27.

7.1.1-27 - 2024-01-21

Merged

    fix PKG_CONFIG_LIBDIR #7013

Commits

    beta release 3042ca2
    Use constImage instead. b449e0f
    export an exception when functions do not include an enclosing parenthesis (ImageMagick/ImageMagick#4533) ea0ea9c
    check maximum number of meta channels c099a19
    fix compiler exception f76166c
    deprecate InitializePixelCacheMap() and introduce ResetPixelCacheMap() 35ba540
    prevent possible integer overflow 7ae3b4b
    cosmetic 1db97cd
    fix compiler exception c02ab48
    eliminate compiler warning eaa6f6c
    move check for excessive meta channels 2133d30
    Corrected setting the quantum_type for the red channel that caused issues with multi spectral images. 906758c
    fix scaling of {display-p3,pro-photo,adobe-98} colorspace (ImageMagick/ImageMagick#7038) 35e6851
    adjust copyright year bc88c69
    Corrected patch to fix reading multi spectral images. 9c64c66
    release 0225ac4


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.298 -r1.299 pkgsrc/graphics/ImageMagick/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/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.277 pkgsrc/graphics/ImageMagick/Makefile.common:1.278
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.277   Sun Jan 14 08:59:51 2024
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Jan 28 13:17:44 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.277 2024/01/14 08:59:51 wiz Exp $
+# $NetBSD: Makefile.common,v 1.278 2024/01/28 13:17:44 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
 # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
 
 IM_MAJOR_VER=          7.1.1
-IM_MINOR_VER=          26
+IM_MINOR_VER=          27
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.298 pkgsrc/graphics/ImageMagick/distinfo:1.299
--- pkgsrc/graphics/ImageMagick/distinfo:1.298  Sun Jan 14 08:59:51 2024
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Jan 28 13:17:44 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.298 2024/01/14 08:59:51 wiz Exp $
+$NetBSD: distinfo,v 1.299 2024/01/28 13:17:44 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.1-26.tar.xz) = 6a0de62b7519460ece244edf3c8759cdb69580356da5af4d5b5c5495a69aaa46
-SHA512 (ImageMagick-7.1.1-26.tar.xz) = 55b93b30781b3a5d90e43caf33dd55bdc6b8e2e0ed11fcbee64ba4d2d98a73b41c9cfc7efafb7efca1bca5bcf27d98862d05ab524b09a4047a49f3d8f6a098a7
-Size (ImageMagick-7.1.1-26.tar.xz) = 10554692 bytes
+BLAKE2s (ImageMagick-7.1.1-27.tar.xz) = 5be4235286b3d99b434ee7435ffbf178a9d6d73129f2120025485091f03ed0dc
+SHA512 (ImageMagick-7.1.1-27.tar.xz) = 6c2e5e008c9fcc70bef0e2707fcffb8905153c8ab439ecd7d99ac96b84dee8741e1f9cbb3c98814d9f587243b7d717ad195301d8558de1621ef83b49d9049c4e
+Size (ImageMagick-7.1.1-27.tar.xz) = 10564680 bytes
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index