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 Apr  9 07:07:45 UTC 2023

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

Log Message:
ImageMagick: update to 7.1.1.6.

7.1.1-6 - 2023-04-02

Commits

    beta release a680ab2
    Use const string instead. b094512
    display -moments deprecation warning (#ImageMagick/ImageMagick#6195) 2ef7c36
    set setting to True 984294d
    conditional colormap 89c07db
    Enabled OpenMP in the portable build. f92ab19
    enable near-lossless compression quality (ImageMagick/ImageMagick#6204) 3331c9e
    update documentation to use magick ad86745
    switch http to https 67d687e
    uniform copyright 71d27ee
    channel 0 is a permitted channel (patch from @snibgo) 4317238
    update multispectral imagery location a23b0f6
    enlarge image tile 21fed7c
    sharper 7523d7e
    Removed unused includes. b359cb2
    Cosmetic. aee6ef6
    Cosmetic f0af90e
    Also set dpi-x and dpi-y when running rsvg-convert (#6214). d2e151e
    Only write ResolutionResourceBlock when dpi is set (#6201). cc00cae
    possible heap buffer overflow (https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-35q2-86c7-9247) d7a8bdd
    account for multiple meta channels (thanks to Dirk) 359fc70
    Corrected return value of GetQuantumExtent for MultispectralQuantum. 562360b
    There is no need to update the rows_remaining. 8011e36
    Improved calculation of the extent. 142aa5b
    No longer "override" error message with NonconformingDrawingPrimitiveDefinition to improve error reporting. 06186b1
    multiply strip size by # of samples 1be141e
    release b2dd67b

7.1.1-5 - 2023-03-26

Commits

    beta release 9b9fc9d
    offset to x1 for west gravity (#ImageMagick/ImageMagick#6163) bb82582
    optimization de1cc16
    add additional meta channels c70f299
    ensure source and hald images are in the same colorspace (#ImageMagick/ImageMagick#6173) 852a723
    cosmetic 71cc1d1
    document multispectral imagery (after doc update) 90e86d4
    throw warning then writing image format with support for read but not write (ImageMagick/ImageMagick#6183) 1083db7
    MVG must be explicit 4a24b8d
    enable left bearing offset for undefined and west gravities 7ba3a8a
    no_interpolation member introduced in libraw 0.21 aba35a6
    Auto correct negative image positions and raise a warning instead. 194e929
    Only write position offset since negative values are not allowed for rational (TIFFTAG_XRESOLUTION/TIFFTAG_YRESOLUTION). ffa3d25
    eliminate memory leak when writing the JPS image format 71fa21b
    release 5eb3445
    module is a reserved work in C++ (20) 92a5afc
    release 2d24be5


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.268 -r1.269 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/ImageMagick/PLIST.doc
cvs rdiff -u -r1.288 -r1.289 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
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.316 pkgsrc/graphics/ImageMagick/Makefile:1.317
--- pkgsrc/graphics/ImageMagick/Makefile:1.316  Fri Mar 31 20:52:12 2023
+++ pkgsrc/graphics/ImageMagick/Makefile        Sun Apr  9 07:07:44 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.316 2023/03/31 20:52:12 wiz Exp $
+# $NetBSD: Makefile,v 1.317 2023/04/09 07:07:44 wiz Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
@@ -34,7 +33,7 @@ TEST_TARGET=          check
 
 .include "options.mk"
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
+.if ${MACHINE_PLATFORM:MNetBSD-*-sparc64}
 GCC_REQD+=             3.0
 .endif
 

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.268 pkgsrc/graphics/ImageMagick/Makefile.common:1.269
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.268   Sun Mar 19 08:42:48 2023
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Apr  9 07:07:44 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.268 2023/03/19 08:42:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.269 2023/04/09 07:07: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=          4
+IM_MINOR_VER=          6
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/PLIST.doc
diff -u pkgsrc/graphics/ImageMagick/PLIST.doc:1.6 pkgsrc/graphics/ImageMagick/PLIST.doc:1.7
--- pkgsrc/graphics/ImageMagick/PLIST.doc:1.6   Mon Apr 25 09:26:14 2022
+++ pkgsrc/graphics/ImageMagick/PLIST.doc       Sun Apr  9 07:07:44 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doc,v 1.6 2022/04/25 09:26:14 wiz Exp $
+@comment $NetBSD: PLIST.doc,v 1.7 2023/04/09 07:07:44 wiz Exp $
 man/man1/ImageMagick.1
 man/man1/Magick++-config.1
 man/man1/MagickCore-config.1
@@ -306,6 +306,7 @@ share/doc/ImageMagick-7/www/mirror.html
 share/doc/ImageMagick-7/www/mogrify.html
 share/doc/ImageMagick-7/www/montage.html
 share/doc/ImageMagick-7/www/motion-picture.html
+share/doc/ImageMagick-7/www/multispectral-imagery.html
 share/doc/ImageMagick-7/www/news.html
 share/doc/ImageMagick-7/www/opencl.html
 share/doc/ImageMagick-7/www/openmp.html

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.288 pkgsrc/graphics/ImageMagick/distinfo:1.289
--- pkgsrc/graphics/ImageMagick/distinfo:1.288  Sun Mar 19 08:42:48 2023
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Apr  9 07:07:44 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.288 2023/03/19 08:42:48 wiz Exp $
+$NetBSD: distinfo,v 1.289 2023/04/09 07:07:44 wiz Exp $
 
-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
+BLAKE2s (ImageMagick-7.1.1-6.tar.xz) = 15ce7b8314f7dc6b94bb43fc0bc5bb5eecb63e52b4890141365f5aff2092fd23
+SHA512 (ImageMagick-7.1.1-6.tar.xz) = 52aa9aca4d987ee8f2142ce2e192230465399435d0cd7e64683349d0da1f52f2fbd03a2c667605c0c9da66435f84df173c60b7eb93ecada691e801e08dd9fd48
+Size (ImageMagick-7.1.1-6.tar.xz) = 10392592 bytes
 SHA1 (patch-config_policy.xml) = 0ae88934acb31681dc3cd7738075362ae2c17c10
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index