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 19 08:42:48 UTC 2023

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

Log Message:
ImageMagick: update to 7.1.1.4.

    beta release 65712a9
    Removed check that will never be true. 6422c97
    Removed unused private method. ec8c69e
    improve default fatal exception handler 858769e
    improve locale exception handling b10fda9
    terminate loop on page sentinel (#ImageMagick/ImageMagick#6158) 06d3b28
    optimization 2129847
    Moved setting the SetUnhandledExceptionFilter to magick.c (#6152) bb1841b
    Also call SetConsoleOutputCP in wmain() instead. 72c3996
    cosmetic 72f0a8e
    Make sure that AsynchronousResourceComponentTerminus is exported. ca9ad33
    We always need to do a seek in our FT_Stream_IoFunc implementation (https://gitlab.freedesktop.org/freetype/freetype/-/issues/1208). 1288469
    Cosmetic. 21db2a0
    accomodate UTF-8 image file names f8dc416
    Newer versions of libtiff require the field_name to be set so we set it to a static dummy string. 354f05a
    set gamma to 1.0 for linear colorspaces (#ImageMagick/ImageMagick#6157) c950eda
    release 10ad43d


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.287 -r1.288 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.267 pkgsrc/graphics/ImageMagick/Makefile.common:1.268
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.267   Mon Mar 13 10:45:59 2023
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Mar 19 08:42:48 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.267 2023/03/13 10:45:59 wiz Exp $
+# $NetBSD: Makefile.common,v 1.268 2023/03/19 08:42:48 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=          3
+IM_MINOR_VER=          4
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.287 pkgsrc/graphics/ImageMagick/distinfo:1.288
--- pkgsrc/graphics/ImageMagick/distinfo:1.287  Mon Mar 13 10:45:59 2023
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Mar 19 08:42:48 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.287 2023/03/13 10:45:59 wiz Exp $
+$NetBSD: distinfo,v 1.288 2023/03/19 08:42:48 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.1-3.tar.xz) = 3dba2a545a548e03bfddea33d06f5b60633041b2d5a3c462c345493864fbd67e
-SHA512 (ImageMagick-7.1.1-3.tar.xz) = b8ea6984998c9bc28e3a7be08bd34345d7e85ba350e6a87b8fef3b385ac75449a89ecfa1604c906be6fdd4de5e955bd18a06d61396eedc62537e60c08b105ed3
-Size (ImageMagick-7.1.1-3.tar.xz) = 10353708 bytes
+BLAKE2s (ImageMagick-7.1.1-4.tar.xz) = b1245254f17fe9ae7aac3aac10bc9a7ab3c34a4776c1fbb00e9e171a24aace35
+SHA512 (ImageMagick-7.1.1-4.tar.xz) = 150425eddd41af0fdd809067b16bc0f5b0329dda0dfb562d0bc3caa58c786df8a0bee95289376b0bece1957d0d30429ea528cc7f3c61a941754fcf976dcd00ac
+Size (ImageMagick-7.1.1-4.tar.xz) = 10364924 bytes
 SHA1 (patch-config_policy.xml) = 0ae88934acb31681dc3cd7738075362ae2c17c10
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index