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 14 08:59:52 UTC 2024

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

Log Message:
ImageMagick: update to 7.1.1.26.

7.1.1-26 - 2024-01-07
Merged

    Make Magick++-config work from non-standard places #7008

Fixed

    Make Magick++-config work from non-standard places (#7008) #7007

Commits

    beta release 15b1a5d
    Improved name of installer artifacts 2d36d1a
    Trim version to avoid trailing - 6c76d71
    support -alpha remove-opaque option 0ce621f
    Reverted incorrect patch. 3ee902d
    reduce # threads for -alpha option 8876f13
    -alpha deactivate-if-opaque disables the alpha channel if and only if its entirely opaque 66ef758
    -alpha off-if-opaque turns off the alpha channel if its entirely opaque e9a68f0
    slight optimization e6f0530
    fix error: 'libraw_data_t' has no member named 'rawparams' 1294dac
    thread tuning c29cf7f
    Silenced warning. b8fd1e7
    thread tunuing 80cb07d
    optimize HDRI detection f8ba278
    factor is a const argument 3e2879e
    Fixed build on Windows. 0f0ccfd
    Removed duplicate define. 79e742a
    The CheckPSDChannels method should not check empty layers. e5162e6
    Use consistent casing of method names. cbf79ad
    Allow invalid webp files that incorrectly include the size of the header in the length. 99c9ee4
    ImageMagick/ImageMagick#7006 8e1b405
    cosmetic 9033dea
    improve RSVG exception checking (ImageMagick/ImageMagick#7005) 802ffae
    fix off-by-one issue for captions/labels (ImageMagick/ImageMagick#7004) e80133b
    fix caption sizing issue (ImageMagick/ImageMagick#7004) 2d24367
    correct off by one issue 90ac70a
    correct usage a5dbba6
    fix off-by-one error a12f6d1
    release 83eefaf


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.297 -r1.298 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.276 pkgsrc/graphics/ImageMagick/Makefile.common:1.277
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.276   Sun Dec 31 21:42:38 2023
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Jan 14 08:59:51 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.276 2023/12/31 21:42:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.277 2024/01/14 08:59:51 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=          25
+IM_MINOR_VER=          26
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.297 pkgsrc/graphics/ImageMagick/distinfo:1.298
--- pkgsrc/graphics/ImageMagick/distinfo:1.297  Sun Dec 31 21:42:38 2023
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Jan 14 08:59:51 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.297 2023/12/31 21:42:38 wiz Exp $
+$NetBSD: distinfo,v 1.298 2024/01/14 08:59:51 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.1-25.tar.xz) = 439ab1df152baf6a99b4e829b56cf6312993222f6c8454d80d7fd564af965c29
-SHA512 (ImageMagick-7.1.1-25.tar.xz) = 0c4a34f6ada5310af248c2e569900604c50295ecdcbc1dd7e5c4375cc68277ec9cac6786db8fa42d3783c2c68468cf88e0413fa60e4ac40d06818bfd34dcf09e
-Size (ImageMagick-7.1.1-25.tar.xz) = 10557080 bytes
+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
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index