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 23 09:03:26 UTC 2023
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile Makefile.common distinfo
Log Message:
ImageMagick: update to 7.1.1.8.
7.1.1-8 - 2023-04-22
Fixed
Added checks to make sure all bytes were read to resolve #6267. #6267
Commits
beta release 35ec38f
Treat warnings as errors in the MacOS build and enabled more warnings for that build. 02b2aa6
Corrected compare. 35505ca
Not longer export methods that are not used in other parts of the library. 01251e5
No longer call ParseMetaGeometry twice when we don't add a thumbnail. 6a94dd8
Fix typo that caused a division by zero in #6263. 78347b5
don't reduct 3 to 1 channel gray if meta channels are present a8f6186
The depth must be specified when reading a map image. 2d6e2e9
validate pixel offset 90e067c
validate pixel offset d92cb0e
release 920f792
7.1.1-7 - 2023-04-16
Merged
PixelChannel: Add invalid channel field #6230
Commits
beta release 3bd5ce1
account for extra samples 9a9896f
The quantum extent should also including the pad. b019133
Another improvement of calculating the size of the extent. 3151fd8
The padding is per pixel. dc0556c
Cosmetic. ad36935
Use the new API when available. 8b12fc1
don't cut off letters (ImageMagick/ImageMagick#6221) fcf2674
Moved static declaration. 8eaadcf
Removed unused lt_dlexit define. d454d11
Removed unused NTSetSearchPath method. 43ea02a
Windows doesn't need a call to lt_dlinit. 48e9207
There is no need to call WSAStartup because we will always have version 2.2 on the supported platforms. 24990f7
Moved linking of lib inside other check. b13fabd
More cleanup of header files. d048972
Silence warnings for when the distribute-cache is not supported. 13841a1
support --enable-dpc configure option fc7bb1d
Fixed build error. 178f677
theoretically a more intuitive brighness contrast algorithm (ImageMagick/ImageMagick#6079) cdc73fb
revert format hint (ImageMagick/ImageMagick#6242) 9e1492e
Use the new MAGICKCORE_DPC_SUPPORT flag. 7c8a486
Removed define that always had the same value. 8e5fbea
We only need to link ws2_32.lib on Windows when we have enabled DPC support. 1c4f052
identify correct format ef12f38
Restored the call to WSAStartup because we do need to do this when we use winsock2. 1bc9391
Correct define check. 610a8a5
Corrected checks that determine if we actually are able to support dpc. 70cd76b
revert 723b63a
correct slope/intercept 405c61a
correct intercept b29bcd9
eliminate compiler warnings (ImageMagick/ImageMagick#6230) fba0e38
cosmetic 1fe2162
eliminate compiler warning 3b84c79
release e4b3733
beta release 3b5b4a1
if the image type is explicit, use the file extension if possible (ImageMagick/ImageMagick#6242) 67aa0ed
Removed unused return value. 0d5e3a0
Use version number instead. 1bc3bdc
Silence warning by casting to size_t instead where negative values will overflow in a large value. 8def9df
Silenced warnings. 7285688
Silenced warnings. 864e6db
Added missing break. 58b6568
Moved devcontainer into security folder. 386f3b8
Reverted patch and silenced warning. 4602557
Added name to the container. f9b5142
Added missing break. 9754705
Silenced MagickCore warnings. 427e443
Silenced coders warnings. 8f78bf4
Corrected devcontainer name. ecc72e5
Unreference in else statement instead. 69da709
Removed unused argument. 890b4c7
Removed unused return values. 1309276
Only define GetICCProperty when build with LCMS delegate. bacfcad
Silenced warning. a489b2a
Silenced warnings in MagickWand. bf1e065
Added devcontainer for local development. 18fd137
Use define because the fallthrough attribute is only supported by gcc. 312aaf9
Added Dockerfile to the editorconfig. 38ecac1
Use different notation to fix the macos build. 35152a1
Added devcontainer that uses the clang compiler. fc6f751
Changed build to treat all warnings as errors and check for more warnings. 2a003f8
Silenced warning. f85c832
Change code to make it compile with -Wall -Wextra -Werror b164646
Silenced warning. cdba683
Ignore unused-function and builtin-declaration-mismatch warnings to work around autoconf issues. f311596
Clang needs different flags to fix the build. 3e49a05
Also build with clang in the daily build. 717d8d7
Include compiler in the title. 50b4062
Silence warnings that occur when freetype is enabled. 3f9cfbd
Silenced more warnings. 7c809d7
Silence the warning differently. feaa675
elimiate compiler warnings f49eeca
eliminate compiler warnings c40db4e
eliminate compiler warnings 9d85754
eliminate compiler warning 7157e1a
expand channel map by 1 cc97c3a
initialize max channels + 1 bdd4599
add additional checks for casting double to size_t f7b5682
cosmetic 77f6713
identify z component of chromaticity fecfed4
Refactor code to make it more readable. 9783994
Corrected compare. c13cada
Also skip writing the exif/tiff resolution properties when the pHYs chunk is written. d4f233b
improved range checking 4daec2d
cosmetic. 8066117
Removed unused return value. d3cf508
consistent method to check for alpha channel 242e940
Correct comment. 43aa790
Added method to update the density and orientation in the xmp profile. fc4f67b
Corrected value for tiff:ResolutionUnit. c9f17dc
Cosmetic. 589856f
Removed debug printf statement... fecd253
round crop width properly adda986
Install more dependencies for the macOS build. 4a52f67
Silence warning. 30f3676
release 21d049b
To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.269 -r1.270 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.289 -r1.290 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.318 pkgsrc/graphics/ImageMagick/Makefile:1.319
--- pkgsrc/graphics/ImageMagick/Makefile:1.318 Wed Apr 19 08:08:22 2023
+++ pkgsrc/graphics/ImageMagick/Makefile Sun Apr 23 09:03:26 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.318 2023/04/19 08:08:22 adam Exp $
+# $NetBSD: Makefile,v 1.319 2023/04/23 09:03:26 wiz Exp $
-PKGREVISION= 1
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.269 pkgsrc/graphics/ImageMagick/Makefile.common:1.270
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.269 Sun Apr 9 07:07:44 2023
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Apr 23 09:03:26 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.269 2023/04/09 07:07:44 wiz Exp $
+# $NetBSD: Makefile.common,v 1.270 2023/04/23 09:03:26 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= 6
+IM_MINOR_VER= 8
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)
Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.289 pkgsrc/graphics/ImageMagick/distinfo:1.290
--- pkgsrc/graphics/ImageMagick/distinfo:1.289 Sun Apr 9 07:07:44 2023
+++ pkgsrc/graphics/ImageMagick/distinfo Sun Apr 23 09:03:26 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.289 2023/04/09 07:07:44 wiz Exp $
+$NetBSD: distinfo,v 1.290 2023/04/23 09:03:26 wiz Exp $
-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
+BLAKE2s (ImageMagick-7.1.1-8.tar.xz) = 0c3f3f114285bfcc4e0d3f21e6ad0fffe181d01ef8069415f31568d1dd730fe2
+SHA512 (ImageMagick-7.1.1-8.tar.xz) = 99e786fe72465e414766cbef4f26fe48d89d6ea7a996197f9cc6b96492eacc8a9873b5440a7cd96bf097fafef6ff4765674d2295f4743b3c32eb2ff2dc9348ea
+Size (ImageMagick-7.1.1-8.tar.xz) = 10402336 bytes
SHA1 (patch-config_policy.xml) = 0ae88934acb31681dc3cd7738075362ae2c17c10
SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287
Home |
Main Index |
Thread Index |
Old Index