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 Mar  3 12:46:28 UTC 2024

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

Log Message:
ImageMagick: update to 7.1.1.29.

7.1.1-29 - 2024-02-25

Merged

    Enable new libheif chroma subsampling options. #7095

Commits

    beta release 35bf3bc
    respect base64 encoding @ ImageMagick/ImageMagick#7102 cd9b4bd
    Append signature when possible. 477fda0
    Code style changes. 7aa16ea
    leverage darktable delegate if libraw is not available 3132d78
    locate darktable 71bf5d4
    capture stdout 9a09f84
    free image info struct 4e37947
    Call CoalesceImages inside the webp coder when the image dimensions are not the same to improve the patch that was made for #5542. bc11c2a
    Added extra option (tiff:assume-alpha) that can be used to assume that a single extra sample is an alpha channel. b209bb5
    cosmetic 92d5f8e
    adjust browser spacing between buttons 4f65015
    uncontrolled format string d20d38b
    restore 2359440
    Only write density values higher than zero in a jpeg file (#7120). 43fccd5
    use radians macro 255a53c
    more work on LCH colorspace eee1286
    final corrections to LCH colorspace formula 78c2592
    Silence warnings. 5f6704b
    Removed NTGetLastError from the private header file because it is not exported. 908f39a
    Return a different error code when the file could not be found on Windows to have the same behavior as on other platforms. 7f61c5a
    Fix for appending pixels that don't have the sRGBColorspace. cfc71f0
    release 0deac72


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.300 -r1.301 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.279 pkgsrc/graphics/ImageMagick/Makefile.common:1.280
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.279   Mon Feb 19 12:54:58 2024
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Mar  3 12:46:28 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.279 2024/02/19 12:54:58 wiz Exp $
+# $NetBSD: Makefile.common,v 1.280 2024/03/03 12:46:28 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=          28
+IM_MINOR_VER=          29
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.300 pkgsrc/graphics/ImageMagick/distinfo:1.301
--- pkgsrc/graphics/ImageMagick/distinfo:1.300  Mon Feb 19 12:54:58 2024
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Mar  3 12:46:28 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.300 2024/02/19 12:54:58 wiz Exp $
+$NetBSD: distinfo,v 1.301 2024/03/03 12:46:28 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.1-28.tar.xz) = 2607f1cd2da6c1e5a45c3185cb03e24c76c5959494c242bc09d8034f14fcae6a
-SHA512 (ImageMagick-7.1.1-28.tar.xz) = 6697bf481dfeb8f03f619639ae78c43bc2d46c41025e11f420323f83a39926a764c598e6c6b607ca4bee9e6162e21e1edf06bd1fca703131cb7d1e8b7e71870f
-Size (ImageMagick-7.1.1-28.tar.xz) = 10614932 bytes
+BLAKE2s (ImageMagick-7.1.1-29.tar.xz) = 7e50d6c73985b1013e1c735f17a0bce0a3a6622eb0606d53e9f39e2d895bc954
+SHA512 (ImageMagick-7.1.1-29.tar.xz) = ed250188fae8225e8d32a2f4ed12d6fb3e0891fbb3ccf77c2bc027d28918c10e628c9eec0c8b83e530fe4387d2123e1b0eb576604d3b5ad6436f3cf4d1938cef
+Size (ImageMagick-7.1.1-29.tar.xz) = 10612124 bytes
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index