Up to [cvs.NetBSD.org] / pkgsrc / graphics / ImageMagick
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.324 / (download) - annotate - [select for diffs], Tue Jun 6 10:58:29 2023 UTC (4 days, 9 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.323: +1 -2
lines
Diff to previous 1.323 (colored)
ImageMagick, p5-PerlMagick: update to 7.1.11 7.1.1-11 - 2023-05-29 Merged Optimize image and vector files to minimize filesizes and page loads #6352 Fixed Swap order to fix #6347. #6347 Commits beta release 375e71b list compression options dc491e2 cosmetic 069ac80 build failure with --without-threads option 4ea685b ensure mutex is initialized 4553068 cosmetic b7c1554 costmetic 013d523 eliminate compiler exception e771f13 eliminate compiler exception bb3d969 Fixed the calculation of the clut_size to resolve the issue reported in: https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-xfwq-qg5m-83xr. fac0ea8 cosmetic fd09cf9 make sure count is not equal to zero when reading TIFF fields bea09ba check colorspace before setting primaries fd736b6 eliminate compiler exception e549f31 Revert back to earlier version. 241ceb0 Rename defines. ddb6b02 Added missing define and corrected MAGICKCORE_DPC_SUPPORT checks. 3f81630 Refactor code to silence warnings. af284ad Use num_threads instead because the number of threads is not related to images. 442144c Silence warning when threading is disabled. 8d0daa2 Added support for reading grayscale images. cffd9de cosmetic bf6c895 cosmetic 54eeadf cosmetic 0bede66 prevent possible integer overflow f04a7eb release 11ffa6e
Revision 1.323 / (download) - annotate - [select for diffs], Tue Jun 6 08:02:09 2023 UTC (4 days, 12 hours ago) by wiz
Branch: MAIN
Changes since 1.322: +2 -2
lines
Diff to previous 1.322 (colored)
*: recursive bump for math/imath shlib version change
Revision 1.322 / (download) - annotate - [select for diffs], Sun May 28 17:04:33 2023 UTC (13 days, 3 hours ago) by wiz
Branch: MAIN
Changes since 1.321: +2 -1
lines
Diff to previous 1.321 (colored)
*: recursive bump for imath shared library major version bump
Revision 1.321 / (download) - annotate - [select for diffs], Sun May 21 19:20:23 2023 UTC (2 weeks, 6 days ago) by wiz
Branch: MAIN
Changes since 1.320: +1 -2
lines
Diff to previous 1.320 (colored)
ImageMagick, p5-PerlMagick: update to 7.1.1.10 7.1.1-10 - 2023-05-21 Commits beta release e31343f carefully crafted image files (TIM2, JPEG) no longer overflow buffer nor use heap after free (thanks to Juzhi Lu, Zhen Zhou, Likang Luo of NSFOCUS Security Team) 1061db7 cosmetic bbf3966 Tweaks to devcontainer to also make it possible to run it locally dfb0b6e Switch to regular Ubuntu image instead. b1ea9fe Make sure options are properly quoted to resolve the issue reported in #6338. d31c80d Mark argument as unused. 43e2cb6 possible RCE vulnerability (ImageMagick/ImageMagick#6339) 17c4859 properly cast double to size_t (ImageMagick/ImageMagick#6341) 3d6d98d cosmetic 8ce0403 Fixed MSYS2 build error. f9c9da1 Forgot to save file before commit. 7566fdd Reverted the patch of ImageMagick/ImageMagick#6339. 99b72d8 add caution when enabling pipe support 1ff6dd4 eliminate compiler warning 4873197 do not initialize structures on stack 7c7d2fd Use memset to initialize structures. 68148d5 incompatible function pointer types passing (ImageMagick/ImageMagick#6347) 2fbf938 Fixed Windows build. 3b5d986 release fa1d7e6 7.1.1-9 - 2023-05-14 Merged Add support for Oklab #6309 Commits beta release 0bb7454 Code cleanup of the fuzzers and silence warnings. d636ff4 update autoconf configuration file 699085f framework for magick cache repository coder 46fe429 support digital media repository 0a439ab check for NaN values c5762cc alpha release of the digital media repository coder 1b82a1d eliminate memory leak 514070c bump minimum MagickCache version 6f00ac4 get the width of the main channel d4ac19b Use autoreconf -fiv instead. fb1e259 support meta resource type be401fb The libheif project switched to cmake. 6b76461 account for # channels in image 402c32d Try to add libde265 to the linking to fix the fuzz build. 7410474 ensure blob and meta resource type can make a round trip 3797114 only clone resource image, not blob or meta 7a63f55 Revert changes. f8feb2e Corrected linker flags. 3a1ce45 No longer use HOST_FILLORDER but force the user to specify it when they don't want LSB byte order (#6300). 937d3dd Tiny optimization. ac48d89 Code style changes. 783a78f log gamma 0cf104a rename Oklab to OkLab eb44114 revert afb52e3 cosmetic d35b2ab don't default grayscale to paletted for PNG (ImageMagick/ImageMagick#6314) ac5f29e release 776a88d
Revision 1.320 / (download) - annotate - [select for diffs], Sun May 7 12:33:42 2023 UTC (4 weeks, 6 days ago) by wiz
Branch: MAIN
Changes since 1.319: +2 -1
lines
Diff to previous 1.319 (colored)
*: recursive bumpf ro math/imath shlib bump
Revision 1.319 / (download) - annotate - [select for diffs], Sun Apr 23 09:03:26 2023 UTC (6 weeks, 6 days ago) by wiz
Branch: MAIN
Changes since 1.318: +1 -2
lines
Diff to previous 1.318 (colored)
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
Revision 1.318 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:22 2023 UTC (7 weeks, 3 days ago) by adam
Branch: MAIN
Changes since 1.317: +2 -1
lines
Diff to previous 1.317 (colored)
revbump after textproc/icu update
Revision 1.317 / (download) - annotate - [select for diffs], Sun Apr 9 07:07:44 2023 UTC (2 months ago) by wiz
Branch: MAIN
Changes since 1.316: +2 -3
lines
Diff to previous 1.316 (colored)
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
Revision 1.316 / (download) - annotate - [select for diffs], Fri Mar 31 20:52:12 2023 UTC (2 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.315: +2 -1
lines
Diff to previous 1.315 (colored)
libheif: add dav1d to bl3.mk file pkg-config fails otherwise Bump all dependencies
Revision 1.315 / (download) - annotate - [select for diffs], Tue Jan 31 16:02:36 2023 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.314: +1 -2
lines
Diff to previous 1.314 (colored)
ImageMagick: update to 7.1.0.59 Bugfixes.
Revision 1.314 / (download) - annotate - [select for diffs], Sun Jan 29 21:14:36 2023 UTC (4 months, 1 week ago) by ryoon
Branch: MAIN
Changes since 1.313: +2 -2
lines
Diff to previous 1.313 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.313 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:22 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.312: +2 -1
lines
Diff to previous 1.312 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.312 / (download) - annotate - [select for diffs], Fri Nov 25 09:54:29 2022 UTC (6 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.311: +1 -2
lines
Diff to previous 1.311 (colored)
ImageMagick: update to 7.1.0.52 Merged coders: Enable opening https files in mingw #5727 utilities: Enable support for unicode paths in mingw #5713 Commits beta release bf925a7 support optional extension area 42bae95 check extension attribute type to set the alpha channel 7b771b4 Pass image's type instead of colorspace to IsGrayImageType d3539ae cosmetic 839984c eliminate unnecessary file open when globbing (thanks to P Antoine) 73dd9de OCE-2022-70: DoS at Stdin 09e738e possible DoS @ stdin (OCE-2022-70); possible arbitrary file leak (OCE-2022-72) 05673e6 revert scene check 2752356 Use new certificate. e9da157 cosmetic 3aa3062 enhanced delete list parsing 5118724 cosmetic 4ba2bbc support -delete registry:NAME to delete images from the system registry fe5eeb8 support -delete registry:NAME to delete images from the system registry ba541de string optimization d78b958 allow for EOF d0bee0b Use new private api. 2d0b7fc Whitespace. 3193b5e Renamed variable fa28e60 rotate HLS by 120 degrees (private email from John Z) 5f4ad1d Use the new ElementInfo api. ead0c10 blob byte optimization 6fac1c9 add check for grayscale image @ ImageMagick/ImageMagick#5705 e7d354e optimize reading blob string 4ff14c8 proper boundary check 79cd5a5 register WebP mime type c3f81bc fix monochrome colormap b4193e8 Fixed possible null reference. ffd7221 Use the ElementInfo api instead. 7a2b09b Another fix. ad532fa set blob EOF flag bc1e75c Use the ElementInfo api and fixed return value of SetLogEventMask. d80fafe Earlier unlock of semaphore. d4ae038 Fixed unlock of semaphore. 9d98dad latest autoconf update 5d3d9e2 Use the ElementInfo api. dc5bb28 Use the ElementInfo api. ae600a1 Code cleanup. 13ba626 Use the ElementInfo api. 24a4cd0 Fixed bug that was introduced when using the ElementInfo api. f9d96c7 ImageMagick/ImageMagick#5713 fb70c5b robust support of masks in MPC and MIFF 9f0f4b2 ImageMagick/ImageMagick#5713 914e376 ImageMagick/ImageMagick#5680 11df7ff ImageMagick/ImageMagick#5680 43ba8a6 initialize package key 878da43 release 04ee6ce
Revision 1.311 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:46 2022 UTC (6 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.310: +2 -2
lines
Diff to previous 1.310 (colored)
massive revision bump after textproc/icu update
Revision 1.310 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:03 2022 UTC (7 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.309: +2 -1
lines
Diff to previous 1.309 (colored)
*: bump PKGREVISION for libunistring shlib major bump
Revision 1.309 / (download) - annotate - [select for diffs], Wed Oct 19 15:43:19 2022 UTC (7 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.308: +3 -1
lines
Diff to previous 1.308 (colored)
ImageMagick: SunOS needs -lsendfile.
Revision 1.308 / (download) - annotate - [select for diffs], Thu Oct 13 10:44:12 2022 UTC (7 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.307: +2 -2
lines
Diff to previous 1.307 (colored)
ImageMagick: update to 7.1.0.50. Fix some pkglint. Merged Fix DDS file DDPF_LUMINANCE type of data #5452 Commits beta release 9f4d7d5 Removed default quality of 50. d0b8d6e Use the new api of jpeg-xl 0.7.0. 1246eab Set the minimum jpeg-xl version to 0.7.0 67e6c68 Corrected setting the properties that should be set when the image has an alpha channels. 401f580 Adjust num_color_channels when the image is grayscale. 1a2117e Use ReadStrip method when bit depth is higher than 8 (#5597) f95bf0b Added support for reading the resolution of an xcf file (#5549). 7f0348c Minor style change. c50602c Correct distance calculation. c3f5009 Perform ChannelGeometry checks earlier. 7eb960d Corrected version format to be compatible with Ghostscript 10.00.0 (#5618) d5349ca Correct quotes around the password, the old way no longer works with version 10.00.0 of Ghostscript. 82bbf4c Read and use the offset instead of skipping it (#5604). bb4018a Corrected bounds calculation ($5623). 5118534 fix incorrect handling of SQ groups in header @ ImageMagick/ImageMagick#5606 0bc1022 support 1-bit pixels 740ac65 release f032690
Revision 1.307 / (download) - annotate - [select for diffs], Mon Oct 3 12:55:13 2022 UTC (8 months ago) by wiz
Branch: MAIN
Changes since 1.306: +1 -2
lines
Diff to previous 1.306 (colored)
ImageMagick, p5-PerlMagick: update to 7.1.0.49 Upstream provides no summaries any longer, just lists of commits, see https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
Revision 1.306 / (download) - annotate - [select for diffs], Thu Jul 14 23:46:20 2022 UTC (10 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.305: +2 -2
lines
Diff to previous 1.305 (colored)
Bump everything affected by the jpeg.buildlink3.mk fix.
Revision 1.305 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:59 2022 UTC (11 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.304: +2 -1
lines
Diff to previous 1.304 (colored)
*: recursive bump for perl 5.36
Revision 1.304 / (download) - annotate - [select for diffs], Mon Jun 20 20:49:26 2022 UTC (11 months, 2 weeks ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.303: +6 -2
lines
Diff to previous 1.303 (colored)
graphics/ImageMagick: add workaround to fix build with ghostscript-gpl.
Revision 1.303 / (download) - annotate - [select for diffs], Tue May 3 08:27:11 2022 UTC (13 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.302: +1 -2
lines
Diff to previous 1.302 (colored)
ImageMagick: update to 7.1.0.32. Make tiff optional (default on, like before) Merged Add support for FITS images with NaN values #5084 Fixes grammar/typos/markdown #5083 Commits prep Beta release d2c4a6f ImageMagick/ImageMagick#3661 9090b17 possible obscure memory leak 8e0c95e check event mask before logging eab8155 check event mask before logging 7dcb276 Also create changelog in the daily build. 878a667 Removed %GITHUB_WORKSPACE% from other builds. 2540c48 improve/optimize logging 7ba113a ImageMagick/ImageMagick#5041 c942d53 need Changelog.md, referenced by web pages 6b6e7f3 ilatest autoconf update 9dfee98 move to wbsite repo 3e445a0 optimize thumbnail resizing 09ab692 ImageMagick/ImageMagick#4533 (comment) d13f844 Rename extent to length. b056cec Allow exif profile that has a zero length (#5082). 0433d6e Moved length check. 267a891 Removed code that was used to create a test image. bf925e6 Use consistent code style. c4c031b revert bca2fb8 Added missing CoderEndianSupportFlag (#5090). 0952c6a Sort commits by date instead. 7b95dda https://oss-fuzz.com/testcase?key=5120317075357696 5622990 Removed unused arguments. c704997 Added missing typecasts. 6820800 check for image width/height exceeding INT_MAX 6d2c75e eliminate compiler exception 8649f4f add comment c506f55 Use set_arg_encoding as suggestion in #5092. 67a2613 optimize logging b2eaec1 fix copyright c2fc57a initalize logging variable 263bfae possible divide by zero dce1bcf more informative exception message b7d240b more informative exception message 354669f make some logging coditional 372b5df ImageMagick/ImageMagick#3859 f49b826 release a2b2c08
Revision 1.302 / (download) - annotate - [select for diffs], Wed Apr 20 20:52:05 2022 UTC (13 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.301: +1 -2
lines
Diff to previous 1.301 (colored)
ImageMagick: update to 7.1.30 ## [7.1.0-29](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-28...7.1.0-29) - 2022-03-27 ### Merged - Remove unused EXPLICIT_TEMPLATE_INSTANTIATION [`#4982`](https://github.com/ImageMagick/ImageMagick/pull/4982) - Fixes #4985: 4e+26 is outside the range of representable values of type 'unsigned long' at coders/pcl.c:299 [`#4986`](https://github.com/ImageMagick/ImageMagick/pull/4986) ### Fixed - Fixes #4985: 4e+26 is outside the range of representable values of type 'unsigned long' at coders/pcl.c:299 (#4986) [`#4985`](https://github.com/ImageMagick/ImageMagick/issues/4985) ### Commits - https://github.com/ImageMagick/ImageMagick/issues/4936 [`83b114f`](https://github.com/ImageMagick/ImageMagick/commit/83b114f7ae99561d9c6abc67ab11c50f9d547655) - latest changelog [`d1d344b`](https://github.com/ImageMagick/ImageMagick/commit/d1d344b0ac1b5e98955009d57ed7f6954b54afcf) - ... [`280e7e6`](https://github.com/ImageMagick/ImageMagick/commit/280e7e6c2183a534efdf08db225dfa21350f0403) - enforce one `id` per MIFF image [`966a769`](https://github.com/ImageMagick/ImageMagick/commit/966a769a646aaaeff127862b8e475297bf5058d3) - https://github.com/ImageMagick/ImageMagick/issues/4987 [`25309b9`](https://github.com/ImageMagick/ImageMagick/commit/25309b9772d72072f8574352968aeca7134ba433) - over allocate quantum pixel buffer [`219d19f`](https://github.com/ImageMagick/ImageMagick/commit/219d19f96e6a87b17ab26dfa6eadc7ad3169092a) - https://github.com/ImageMagick/ImageMagick/issues/4972 [`ffc2aaa`](https://github.com/ImageMagick/ImageMagick/commit/ffc2aaae543dcd60c6cc7e5a426f66dbc51df560) - https://github.com/ImageMagick/ImageMagick/issues/4936 [`000557d`](https://github.com/ImageMagick/ImageMagick/commit/000557da249fa36ad8111c312cb43f179a1f7070) - set quantum extent [`c909df1`](https://github.com/ImageMagick/ImageMagick/commit/c909df15fc9e55b99c9d4480d4ed48a141fb943b) - revert [`96162eb`](https://github.com/ImageMagick/ImageMagick/commit/96162ebad2f05140a0d899b46a3e5dec9d4005f2) - revert [`cb65691`](https://github.com/ImageMagick/ImageMagick/commit/cb656913eb12c67f3d8a3098635e239c3d94bf18) - revert [`ab39cc4`](https://github.com/ImageMagick/ImageMagick/commit/ab39cc4abe3510b31d9e3dafe8a3b898ce627605) - cosmetic [`2c35b9a`](https://github.com/ImageMagick/ImageMagick/commit/2c35b9a24bd6abf17b1f135ced20611f4ad7fa17) - cosmetic [`e36bd84`](https://github.com/ImageMagick/ImageMagick/commit/e36bd84b0935b204a27a05aa041dfea6faf25099) - no suitable delegate utility for CGM or FIG formats [`004fc5d`](https://github.com/ImageMagick/ImageMagick/commit/004fc5d725fa2dc395391d1ac65f815823595189) - speculative allocation since we don't yet know the quantum type [`bd77531`](https://github.com/ImageMagick/ImageMagick/commit/bd77531ae8dd24adb583f87e7c0b73c306ac64cc) - latest changes [`2bfd2be`](https://github.com/ImageMagick/ImageMagick/commit/2bfd2beb581bbfd242ff7dd20a15dc602a154014) - account for case where gray image is imported as RGBA [`22cfaf3`](https://github.com/ImageMagick/ImageMagick/commit/22cfaf35dcea6d07e5353660794edca16b363c6b) - reset id [`a4736b4`](https://github.com/ImageMagick/ImageMagick/commit/a4736b4577b45def91148a4e5e71d8d4151ff96f) - pending release [`a6551b2`](https://github.com/ImageMagick/ImageMagick/commit/a6551b2514ecf294c7ee11841d1e0b665fbbc7a8) - pending release [`8be1086`](https://github.com/ImageMagick/ImageMagick/commit/8be1086bee313dfcfe014e3c60197bf0b636776f) - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45887 [`96ae906`](https://github.com/ImageMagick/ImageMagick/commit/96ae9066b001ff951c6a3c936081bacfaa69935f) - https://github.com/ImageMagick/ImageMagick/issues/4975 [`44cb819`](https://github.com/ImageMagick/ImageMagick/commit/44cb81933777a199b9209d89a72fd2acf202d5de) - https://github.com/ImageMagick/ImageMagick/issues/4974 [`c871830`](https://github.com/ImageMagick/ImageMagick/commit/c8718305f120293d8bf13724f12eed885d830b09) - https://github.com/ImageMagick/ImageMagick/issues/4988 [`ca3654e`](https://github.com/ImageMagick/ImageMagick/commit/ca3654ebf7a439dc736f56f083c9aa98e4464b7f) - release [`4c0b7d2`](https://github.com/ImageMagick/ImageMagick/commit/4c0b7d25daf11131af48820b2aa6cc0b1cf11a9e) - reset id [`83de35d`](https://github.com/ImageMagick/ImageMagick/commit/83de35d0ab6e5100450d604bf300670af7e1b3e8)
Revision 1.301 / (download) - annotate - [select for diffs], Mon Apr 18 19:09:52 2022 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.300: +2 -1
lines
Diff to previous 1.300 (colored)
revbump for textproc/icu update
Revision 1.300 / (download) - annotate - [select for diffs], Sun Dec 12 09:37:42 2021 UTC (17 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.299: +1 -2
lines
Diff to previous 1.299 (colored)
ImageMagick: update to 7.1.0.17. 2021-12-04 7.1.0-17 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-17 GIT revision 19425:e66261ffe:20211204 2021-11-27 7.1.0-17 <quetzlzacatenango@image...> * set threads to 1 when using ASAN to avoid false positive memory leaks.
Revision 1.299 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:07 2021 UTC (18 months ago) by adam
Branch: MAIN
Changes since 1.298: +2 -1
lines
Diff to previous 1.298 (colored)
revbump for icu and libffi
Revision 1.298 / (download) - annotate - [select for diffs], Mon Nov 1 07:01:57 2021 UTC (19 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.297: +1 -2
lines
Diff to previous 1.297 (colored)
ImageMagick: update to 7.1.0.13. 2021-10-28 7.1.0-13 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-13 GIT revision 19325:987f36b50:20211028 2021-10-28 7.1.0-13 Dirk Lemstra <dirk@lem.....org> * Fix stack overflow when parsing malicious ps image file (report from Muhammad Aldo Firmansyah). 2021-10-25 7.1.0-12 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-12 GIT revision 19318:113f8f901:20211025 2021-10-15 7.1.0-12 <quetzlzacatenango@image...> * Fix x64 build. 2021-10-24 7.1.0-11 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-11 GIT revision 19313:fbf76f2ef:20211024 2021-10-11 7.1.0-11 <quetzlzacatenango@image...> * Fix connected component abort trap (reference https://github.com/ImageMagick/ImageMagick/issues/4372). * Fix possible unitialized values (reference https://github.com/ImageMagick/ImageMagick/issues/4379). * Fix stack overflow when parsing malicious tiff image file (report from Muhammad Aldo Firmansyah). 2021-10-10 7.1.0-10 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-10 GIT revision 19236:07ebe6b6e:20211010 2021-10-03 7.1.0-10 <quetzlzacatenango@image...> * Improved algorithm for automatic calculation of pointsize for caption and labels. * Support -auto-orient option in the identify utlity. 2021-10-03 7.1.0-9 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-9 GIT revision 19220:7921bf068:20211003 2021-10-03 7.1.0-9 Dirk Lemstra <dirk@lem.....org> * Squash a dump truck load of VisualStudio compiler warnings. * Improved algorithm for automatic calculation of word breaks and pointsize for caption and labels. 2021-09-19 7.1.0-9 <quetzlzacatenango@image...> * Improve wrapping between words and within words (reference https://github.com/ImageMagick/ImageMagick/discussions/4227).
Revision 1.297 / (download) - annotate - [select for diffs], Sat Oct 9 15:35:05 2021 UTC (20 months ago) by nia
Branch: MAIN
Changes since 1.296: +2 -2
lines
Diff to previous 1.296 (colored)
Recursive revbump for multimedia/libaom
Revision 1.296 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:08 2021 UTC (20 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.295: +2 -1
lines
Diff to previous 1.295 (colored)
revbump for boost-libs
Revision 1.295 / (download) - annotate - [select for diffs], Mon Aug 30 15:38:39 2021 UTC (21 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.294: +1 -2
lines
Diff to previous 1.294 (colored)
ImageMagick: update to 7.1.0.5. 2021-08-21 7.1.0-5 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-5 GIT revision 18995:8f77c3c9c:20210821 2021-08-12 7.1.0-5 Dirk Lemstra <dirk@lem.....org> * Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw image and store it as a profile called dng:thumbnail. 2021-07-26 7.1.0-5 <quetzlzacatenango@image...> * heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell). * grayscale image write optimization.
Revision 1.294 / (download) - annotate - [select for diffs], Sun Aug 15 14:23:57 2021 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.293: +2 -1
lines
Diff to previous 1.293 (colored)
*: recursive bump for openexr 3.1
Revision 1.293 / (download) - annotate - [select for diffs], Thu Jun 10 10:03:44 2021 UTC (2 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.292: +1 -2
lines
Diff to previous 1.292 (colored)
ImageMagick: update to 7.0.11.14. 2021-05-31 7.0.11-14 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.11-14 GIT revision 18775:354f421e4:20210531
Revision 1.292 / (download) - annotate - [select for diffs], Mon May 24 19:52:19 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.291: +2 -1
lines
Diff to previous 1.291 (colored)
*: recursive bump for perl 5.34
Revision 1.291 / (download) - annotate - [select for diffs], Wed May 19 07:01:55 2021 UTC (2 years ago) by triaxx
Branch: MAIN
Changes since 1.290: +1 -3
lines
Diff to previous 1.290 (colored)
ImageMagick: Update to 7.0.11.13 upstream changes: ----------------- 7.0.11-13 * Fixed reading and writing the XMP chunk in a WebP image (reference https://github.com/ImageMagick/ImageMagick/discussions/3617). * label and caption sanity check is too conservative. 7.0.11-12 * The HEIC depth image will now only be read when the define heic:depth-image is true. * -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520). 7.0.11-11 * FL32 no longer returns scambled results (reference https://github.com/ImageMagick/ImageMagick/issues/3614). * Ashlar pseudo-image format no longer crops labels in last row of tiles by default (reference https://github.com/ImageMagick/ImageMagick/issues/3618).
Revision 1.290 / (download) - annotate - [select for diffs], Tue May 4 14:31:57 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.289: +3 -1
lines
Diff to previous 1.289 (colored)
ImageMagick: fix deforaos-icon-theme package
Revision 1.289 / (download) - annotate - [select for diffs], Fri Apr 30 12:34:17 2021 UTC (2 years, 1 month ago) by triaxx
Branch: MAIN
Changes since 1.288: +1 -2
lines
Diff to previous 1.288 (colored)
ImageMagick: Update to version 7.0.11.10 upstream changes: ----------------- 2021-04-25 7.0.11-10 <quetzlzacatenango@image...> * Optimize CompareImageBounds(). * Check image is not NULL before dereferencing. 2021-04-25 7.0.11-9 <quetzlzacatenango@image...> * eliminate uninitialized value * Differences in computing linear gray (reference https://github.com/ImageMagick/ImageMagick/issues/3571).
Revision 1.288 / (download) - annotate - [select for diffs], Fri Apr 23 07:23:29 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.287: +2 -2
lines
Diff to previous 1.287 (colored)
ImageMagick: overhaul default policy following discussion allow writing PDF/PostScript, disallow other coders following "imagetragick" recommendations bump PKGREVISION
Revision 1.287 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:11 2021 UTC (2 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.286: +2 -2
lines
Diff to previous 1.286 (colored)
revbump for boost-libs
Revision 1.286 / (download) - annotate - [select for diffs], Wed Apr 21 11:40:23 2021 UTC (2 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.285: +2 -1
lines
Diff to previous 1.285 (colored)
revbump for textproc/icu
Revision 1.285 / (download) - annotate - [select for diffs], Sat Apr 3 13:43:27 2021 UTC (2 years, 2 months ago) by thor
Branch: MAIN
Changes since 1.284: +2 -2
lines
Diff to previous 1.284 (colored)
graphics/ImageMagick: drop interactive from description, most use non-interactively
Revision 1.284 / (download) - annotate - [select for diffs], Sun Dec 6 10:33:39 2020 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.283: +1 -2
lines
Diff to previous 1.283 (colored)
ImageMagick: update to 7.0.10.46. 2020-12-05 7.0.10-46 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-46 GIT revision 18001:7c75b33a1:20201205 2020-11-30 7.0.10-46 <quetzlzacatenango@image...> * possible TIFF related-heap buffer overflow (alert & POC by Hardik Shah). * set default system fault in policy.xml configuration file. * support portable float map format 16-bit half. 2020-11-30 7.0.10-45 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-45 GIT revision 17972:6c0cb7f72:20201130 2020-11-30 7.0.10-45 Dirk Lemstra <dirk@lem.....org> * added support for the farbfeld format (reference https://github.com/ImageMagick/ImageMagick/discussions/2664). 2020-11-29 7.0.10-45 <quetzlzacatenango@image...> * specify the bilateral neighbor as width/height rather than radius/sigma.
Revision 1.283 / (download) - annotate - [select for diffs], Fri Dec 4 04:55:56 2020 UTC (2 years, 6 months ago) by riastradh
Branch: MAIN
Changes since 1.282: +2 -1
lines
Diff to previous 1.282 (colored)
Revbump for openpam cppflags change months ago, belatedly.
Revision 1.282 / (download) - annotate - [select for diffs], Mon Nov 9 11:39:46 2020 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.281: +1 -2
lines
Diff to previous 1.281 (colored)
ImageMagick: update to 7.0.10.37. 2020-11-07 7.0.10-37 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-37 GIT revision 17780:47a8392ef:20201107 2020-11-07 7.0.10-37 <quetzlzacatenango@image...> * correct soversioning. 2020-11-07 7.0.10-36 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-36 GIT revision 17776:6bb35345c:20201107 2020-11-02 7.0.10-36 <quetzlzacatenango@image...> * check and report if profile is corrupt. * do not add entropy based on mkstemp() unique filename. 2020-10-31 7.0.10-35 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-35 GIT revision 17762:df5df8489:20201031 2020-10-14 7.0.10-35 <quetzlzacatenango@image...> * Prefer ffmpeg over avconv. * Support median image statistic and median property. * Add -extend option to {display,animate,import}.
Revision 1.281 / (download) - annotate - [select for diffs], Thu Nov 5 09:06:53 2020 UTC (2 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.280: +2 -1
lines
Diff to previous 1.280 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.280 / (download) - annotate - [select for diffs], Thu Oct 22 11:22:56 2020 UTC (2 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.279: +1 -2
lines
Diff to previous 1.279 (colored)
ImageMagick*: Move CTF skip to the correct package. Was added to ImageMagick instead of ImageMagick6. Pointed out by wiz.
Revision 1.279 / (download) - annotate - [select for diffs], Thu Oct 22 11:07:45 2020 UTC (2 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.278: +2 -1
lines
Diff to previous 1.278 (colored)
ImageMagick: Skip another file with CTF issues.
Revision 1.278 / (download) - annotate - [select for diffs], Mon Oct 5 11:33:43 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.277: +1 -2
lines
Diff to previous 1.277 (colored)
ImageMagick: update to 7.0.10.32. 2020-10-02 7.0.10-32 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-32 GIT revision 17670:1686dd921:20201002 2020-09-27 7.0.10-32 <quetzlzacatenango@image...> * enable WMF for module build. * writing PDF requires a seekable stream. 2020-09-27 7.0.10-31 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-31 GIT revision 17652:78ad905d9:20200926 2020-09-20 7.0.10-31 <quetzlzacatenango@image...> * Add support for APNG (specify explicitly, e.g. apng:animate.png). * Add support for WEBM.
Revision 1.277 / (download) - annotate - [select for diffs], Sat Oct 3 12:39:20 2020 UTC (2 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.276: +2 -1
lines
Diff to previous 1.276 (colored)
graphics/ImageMagick: fix configure option for HEIC/HEIF Found by GNU_CONFIGURE_STRICT=yes. The configure option is called --with-heic now, but the environment variables are still called HEIF_CFLAGS and HEIF_LIBS.
Revision 1.276 / (download) - annotate - [select for diffs], Sun Sep 13 13:29:24 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.275: +1 -3
lines
Diff to previous 1.275 (colored)
ImageMagick: update to 7.0.10.29. 2020-09-05 7.0.10-29 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-29 GIT revision 17580:fc52fa0a9:20200905 2020-09-05 7.0.10-28 <quetzlzacatenango@image...> * Eliminate infinite loop for certain SVG styles (reference https://github.com/ImageMagick/ImageMagick6/issues/96). * Add version element to JSON file format (reference https://github.com/ImageMagick/ImageMagick6/issues/91). 2020-09-01 7.0.10-29 Dirk Lemstra <dirk@lem.....org> * Enabled support for AVIF encoding on Windows. * Clip path in 8bim profile is updated when the image is extended. (reference https://github.com/ImageMagick/ImageMagick/issues/2414)
Revision 1.275 / (download) - annotate - [select for diffs], Tue Sep 1 12:21:03 2020 UTC (2 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.274: +1 -2
lines
Diff to previous 1.274 (colored)
ImageMagick: Make HEIF support optional
Revision 1.274 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:36 2020 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.273: +2 -1
lines
Diff to previous 1.273 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.273 / (download) - annotate - [select for diffs], Mon Aug 31 17:29:24 2020 UTC (2 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.272: +3 -1
lines
Diff to previous 1.272 (colored)
ImageMagick: Support HEIC decode support and bump PKGREVISION However colorspace detection does not work properly in display command. For photos taken by iPhone requires -colorspace sRGB option like: $ display -colorspace sRGB image.HEIC
Revision 1.272 / (download) - annotate - [select for diffs], Mon Aug 24 08:12:45 2020 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.271: +1 -2
lines
Diff to previous 1.271 (colored)
ImageMagick: update to 7.0.10.28. 2020-08-16 7.0.10-28 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-28 GIT revision 17533:41e79fc33:20200816 2020-08-16 7.0.10-28 <quetzlzacatenango@image...> * Distorted clip path after -extent (reference https://github.com/ImageMagick/ImageMagick/issues/2414). * Paths in Photoshop EPS files are corrupted on conversion (reference https://github.com/ImageMagick/ImageMagick/issues/2413). 2020-08-09 7.0.10-27 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-27 GIT revision 17525:ae6ace83c:20200809 2020-08-08 7.0.10-27 <quetzlzacatenango@image...> * fix regression when detecting the libz delegate library. 2020-08-08 7.0.10-26 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-26 GIT revision 17520:9c2744359:20200808 2020-08-02 7.0.10-26 <quetzlzacatenango@image...> * Add animated webp blend method support (reference https://github.com/ImageMagick/ImageMagick/pull/2351). * Add support for OpenRaster (.ora) image format (reference https://github.com/ImageMagick/ImageMagick/pull/2342). * Paths in Photoshop EPS files are no longer corrupted (reference https://github.com/ImageMagick/ImageMagick/issues/2380). 2020-07-31 7.0.10-25 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-25 GIT revision 17497:0e12ff687:20200731 2020-07-25 7.0.10-25 <quetzlzacatenango@image...> * Remove UseCIEColor setting from PDF code as its use is not recommended. * Update to the latest documentation.
Revision 1.271 / (download) - annotate - [select for diffs], Mon Aug 17 20:17:26 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.270: +2 -1
lines
Diff to previous 1.270 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.270 / (download) - annotate - [select for diffs], Fri Jun 19 10:31:06 2020 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.269: +1 -2
lines
Diff to previous 1.269 (colored)
ImageMagick: update to 7.0.10.19. 2020-06-12 7.0.10-19 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-19, GIT revision 17343:e552d22:20200612 2020-06-09 7.0.10-19 Cristy <quetzlzacatenango@image...> * Improve checking for write failures (reference https://github.com/ImageMagick/ImageMagick/pull/2081). 2020-06-08 7.0.10-18 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-18, GIT revision 17333:d071c2032:20200608 2020-06-08 7.0.10-18 Cristy <quetzlzacatenango@image...> * Colorspace change will remove ICC profile (reference https://github.com/ImageMagick/ImageMagick6/issues/82). 2020-06-07 7.0.10-17 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-17, GIT revision 17311:8b5350f:20200607 2020-06-03 7.0.10-17 Cristy <quetzlzacatenango@image...> * Free up memory after a ICC profile is removed. 2020-05-31 7.0.10-16 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-16, GIT revision 17294:5be1abe:20200531 2020-05-30 7.0.10-16 Cristy <quetzlzacatenango@image...> * Fix PDF XREF directory for image sequences with and without ICC profiles. 2020-05-29 7.0.10-15 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-15, GIT revision 17282:9294896:20200529 2020-05-24 7.0.10-15 Cristy <quetzlzacatenango@image...> * Clipping was not returning expected results (reference https://github.com/ImageMagick/ImageMagick/discussions/2061). * Don't write a ICC profile to PDF if the image is gray (reference https://github.com/ImageMagick/ImageMagick/issues/2070). 2020-05-22 7.0.10-14 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-14, GIT revision 17268:e9c804c93:20200522 2020-05-22 7.0.10-14 Cristy <quetzlzacatenango@image...> * Errant warning when reading a profile file (reference https://github.com/ImageMagick/ImageMagick/issues/2030). * Fix one off error on PDF object for images with ICC profile.
Revision 1.269 / (download) - annotate - [select for diffs], Mon Jun 8 11:44:41 2020 UTC (3 years ago) by jperkin
Branch: MAIN
Changes since 1.268: +3 -3
lines
Diff to previous 1.268 (colored)
ImageMagick: Fix and future-proof CTF_FILES_SKIP.
Revision 1.268 / (download) - annotate - [select for diffs], Tue Jun 2 08:22:42 2020 UTC (3 years ago) by adam
Branch: MAIN
Changes since 1.267: +2 -2
lines
Diff to previous 1.267 (colored)
Revbump for icu
Revision 1.267 / (download) - annotate - [select for diffs], Fri May 22 10:55:46 2020 UTC (3 years ago) by adam
Branch: MAIN
Changes since 1.266: +2 -1
lines
Diff to previous 1.266 (colored)
revbump after updating security/nettle
Revision 1.266 / (download) - annotate - [select for diffs], Tue Mar 10 23:04:48 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.265: +1 -2
lines
Diff to previous 1.265 (colored)
ImageMagick: update to 7.0.10.0 2020-03-01 7.0.10-0 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-0, GIT revision 17... 2020-03-01 7.0.10-0 Cristy <quetzlzacatenango@image...> * Label text no longer gets cut-off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37621). * Prevent heap overflow (reference https://github.com/ImageMagick/ImageMagick/issues/1857).
Revision 1.265 / (download) - annotate - [select for diffs], Tue Mar 10 22:08:48 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.264: +2 -2
lines
Diff to previous 1.264 (colored)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
Revision 1.264 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:45 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.263: +2 -1
lines
Diff to previous 1.263 (colored)
*: recursive bump for libffi
Revision 1.261.2.1 / (download) - annotate - [select for diffs], Sat Nov 16 22:09:58 2019 UTC (3 years, 6 months ago) by bsiegert
Branch: pkgsrc-2019Q3
Changes since 1.261: +1 -3
lines
Diff to previous 1.261 (colored) next main 1.262 (colored)
Pullup ticket #6085 - requested by wiz graphics/ImageMagick: security fix Revisions pulled up: - graphics/ImageMagick/Makefile 1.262 - graphics/ImageMagick/Makefile.common 1.195-1.196 - graphics/ImageMagick/PLIST 1.106 - graphics/ImageMagick/distinfo 1.212-1.213 --- Module Name: pkgsrc Committed By: wiz Date: Thu Oct 10 13:28:02 UTC 2019 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.0.8.68. 2019-10-05 7.0.8-68 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-68, GIT revision 16184:b75b0e5:20191005. 2019-09-30 7.0.8-68 Cristy <quetzlzacatenango@image...> * Support animated WebP encoding/decoding (reference https://github.com/ImageMagick/ImageMagick/pull/1708). * Text stroke cut off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36829). * Adds support for lossless JPEG1 recompression (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36828). 2019-09-29 7.0.8-67 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-67, GIT revision 16145:6f2feb9:20190929. 2019-09-28 7.0.8-67 Cristy <quetzlzacatenango@image...> * line endings renedered as empty boxes (reference https://github.com/ImageMagick/ImageMagick/issues/1704). 2019-09-21 7.0.8-66 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-66, GIT revision 16134:f6ce80a:20190921. 2019-09-09 7.0.8-66 Cristy <quetzlzacatenango@image...> * Support compound statements in FX while() (reference https://github.com/ImageMagick/ImageMagick/issues/1701). 2019-09-15 7.0.8-65 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-65, GIT revision 16130:254db34:20190915. 2019-09-09 7.0.8-65 Cristy <quetzlzacatenango@image...> * Eliminate fault when trace delegate is not available. * Properly distinquish linear and non-linear gray colorspaces (reference https://github.com/ImageMagick/ImageMagick/issues/1680). 2019-09-07 7.0.8-64 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-64, GIT revision 16108:2ad3cbc:20190907. 2019-09-02 7.0.8-64 Cristy <quetzlzacatenango@image...> * Support XPM symbolic (reference https://github.com/ImageMagick/ImageMagick/issues/1684). * DilateIntensity is channel independent (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36641). 2019-08-31 7.0.8-63 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-63, GIT revision 16088:3b7a33d:20190831. 2019-08-24 7.0.8-63 Cristy <quetzlzacatenango@image...> * Properly identify the DNG and AI image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36581). 2019-08-23 7.0.8-62 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-62, GIT revision 16061:7525595:20190823. 2019-08-23 7.0.8-62 Dirk Lemstra <dirk@lem.....org> * Added option to limit the maximum point size with -define caption:max-pointsize=pointsize. * Corrected JP2 numresolution calculation (reference: https://github.com/ImageMagick/ImageMagick/issues/1673) 2019-08-19 7.0.8-62 Cristy <quetzlzacatenango@image...> * Conditionally compile call to AcquireCLocale() (reference https://github.com/ImageMagick/ImageMagick/issues/1669). * More robust support for converting bitmap to vector. --- Module Name: pkgsrc Committed By: rillig Date: Sat Oct 12 20:55:58 UTC 2019 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Log Message: graphics/ImageMagick: remove unknown configure options --- Module Name: pkgsrc Committed By: wiz Date: Thu Nov 7 13:01:32 UTC 2019 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo Log Message: ImageMagick: update to 7.0.9.2. 2019-10-30 7.0.9-2 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.9-2, GIT revision 16325:6f84d89:20191030. 2019-10-29 7.0.9-2 Cristy <quetzlzacatenango@image...> * JPEG and JPG are aliases in coder security policy. * Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues). 2019-10-27 7.0.9-1 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.9-1, GIT revision 16313:e068be3:20191027. 2019-10-27 7.0.9-1 Cristy <quetzlzacatenango@image...> * Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues). 2019-10-23 7.0.9-0 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.9-0, GIT revision 16297:8744fd9:20191024 2019-10-06 7.0.9-0 Cristy <quetzlzacatenango@image...> * Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues). * Support trim:background-color define for -trim option.
Revision 1.263 / (download) - annotate - [select for diffs], Sat Nov 2 22:37:53 2019 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.262: +17 -17
lines
Diff to previous 1.262 (colored)
graphics: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.262 / (download) - annotate - [select for diffs], Sat Oct 12 20:55:58 2019 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.261: +1 -3
lines
Diff to previous 1.261 (colored)
graphics/ImageMagick: remove unknown configure options
Revision 1.261 / (download) - annotate - [select for diffs], Fri Aug 16 11:58:17 2019 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base
Branch point for: pkgsrc-2019Q3
Changes since 1.260: +1 -2
lines
Diff to previous 1.260 (colored)
ImageMagick: update to 7.0.8.60. 2019-08-10 7.0.8-60 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-60, GIT revision 16020:52ff205:20190810. 2019-08-07 7.0.8-60 Cristy <quetzlzacatenango@image...> * Enable reading EXR image file from stdin. 2019-08-04 7.0.8-59 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-59, GIT revision 15986:c3de0e7:20190804. 2019-08-01 7.0.8-59 Cristy <quetzlzacatenango@image...> * Module is a reserved keyword for C++ 20 (reference https://github.com/ImageMagick/ImageMagick/issues/1650). 2019-07-29 7.0.8-58 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-58, GIT revision 15962:cf00632:20190729. 2019-07-27 7.0.8-58 Cristy <quetzlzacatenango@image...> * Improve GetNextToken() performance. 2019-07-26 7.0.8-57 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-57, GIT revision 15948:8fba4a3:20190726. 2019-07-22 7.0.8-57 Cristy <quetzlzacatenango@image...> * Heap-buffer-overflow in Postscript coder (reference https://github.com/ImageMagick/ImageMagick/issues/1644). * The -alpha shape option nondeteministic under OpenMP (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396). * Correction to the ModulusAdd and ModulusSubtract composite op (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36413). 2019-07-20 7.0.8-56 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-56, GIT revision 15936:2ac4147:20190720. 2019-07-20 7.0.8-56 Cristy <quetzlzacatenango@image...> * Unexpected -alpha shape results (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396). * Converting from PDF to PBM inverts the image (reference https://github.com/ImageMagick/ImageMagick/issues/1643).
Revision 1.260 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:07 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.259: +2 -2
lines
Diff to previous 1.259 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.259 / (download) - annotate - [select for diffs], Sun Jul 21 22:24:03 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.258: +2 -2
lines
Diff to previous 1.258 (colored)
*: recursive bump for gdk-pixbuf2-2.38.1
Revision 1.258 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:01 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.257: +2 -1
lines
Diff to previous 1.257 (colored)
*: recursive bump for nettle 3.5.1
Revision 1.257 / (download) - annotate - [select for diffs], Wed Mar 20 15:56:33 2019 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.256: +1 -2
lines
Diff to previous 1.256 (colored)
ImageMagick: update to 7.0.8.34. 2019-03-11 7.0.8-34 Cristy <quetzlzacatenango@image...> * Associate one lock with each resource. * Report exception if opening TIFF did not work out. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). 2019-03-10 7.0.8-33 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-33, GIT revision 15401:c805e3205:20190310 2019-03-06 7.0.8-33 Cristy <quetzlzacatenango@image...> * Fix SVG conversion infinite loop (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35591). * Initialize primitive drawing structure after resizing. 2019-03-05 7.0.8-32 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-32, GIT revision 15386:58d9c4692:20190305 2019-03-05 7.0.8-32 Cristy <quetzlzacatenango@image...> * Fix out-of-boundary LocaleLowerCase() @ https://github.com/ImageMagick/ImageMagick/issues/1495 2019-03-04 7.0.8-31 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-31, GIT revision 15381:3122a669d:20190304 2019-03-04 7.0.8-31 Cristy <quetzlzacatenango@image...> * -trim is no longer sensitive to the image virtual canvas. 2019-03-03 7.0.8-30 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-30, GIT revision 15376:16d2b4e6a:20190303 2019-03-03 7.0.8-30 Cristy <quetzlzacatenango@image...> * Support define to remove additional background from an image during a trim, e.g. -fuzz 5% -define trim:percent-background=0% -trim.
Revision 1.256 / (download) - annotate - [select for diffs], Mon Mar 18 16:17:47 2019 UTC (4 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.255: +2 -1
lines
Diff to previous 1.255 (colored)
Recursive bump for ghostscript default change
Revision 1.255 / (download) - annotate - [select for diffs], Tue Jan 29 09:52:27 2019 UTC (4 years, 4 months ago) by leot
Branch: MAIN
Changes since 1.254: +3 -1
lines
Diff to previous 1.254 (colored)
ImageMagick: Update to 7.0.8.25 pkgsrc changes: - jpeg is checked by configure and was indirectly picked up. Pass `--with-jpeg' and include mk/jpeg.buildlink3.mk accordingly (related to PR pkg/53921) Changes: 2019-01-27 7.0.8-25 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-25, GIT revision 15279:7da783a5b:20190127 2019-01-19 7.0.8-25 Cristy <quetzlzacatenango@image...> * Eliminate spurious font warning (reference https://github.com/ImageMagick/ImageMagick/issues/1458). * Support HEIC EXIF & XMP profiles. 2019-01-12 7.0.8-24 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-24, GIT revision 15233:db129ba64:20190112 2019-01-08 7.0.8-24 Cristy <quetzlzacatenango@image...> * Support -clahe option real clip limit (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292). * ShadeImage() kernels can return negative pixels, clamp to range (reference https://github.com/ImageMagick/ImageMagick/issues/1319). * Annotate with negative offsets no longer renders slanted text. 2019-01-01 7.0.8-23 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-23, GIT revision 15199:ba07f7d07:20190101 2019-01-01 7.0.8-23 Cristy <quetzlzacatenango@image...> * CacheInfo destructor must be aligned in DestroyPixelStream(). 2018-12-30 7.0.8-22 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-22, GIT revision 15189:842164090:20181230 2018-12-29 7.0.8-22 Cristy <quetzlzacatenango@image...> * Support negative rotations in a geometry (e.g. -10x-10+10+10). * Return expected canvas offset after a crop with gravity. 2018-12-27 7.0.8-21 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-21, GIT revision 15179:114be1716:20181227 2018-12-27 7.0.8-21 Cristy <quetzlzacatenango@image...> * Check to ensure SeekBlob() offset can be represented in an off_t. 2018-12-23 7.0.8-20 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-20, GIT revision 15170:8e8222e87:20181223 2018-12-23 7.0.8-20 Cristy <quetzlzacatenango@image...> * Cube image format returns a HALD image. * CLAHE tiles overlapped are now centered relative to the image. 2018-12-19 7.0.8-19 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-19, GIT revision 15153:e74ed77f5:20181219 2018-12-18 7.0.8-18 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-18, GIT revision 15146:b5eccd295:20181218 2018-12-18 7.0.8-18 Cristy <quetzlzacatenango@image...> * Fixed Magick++ compile error on Mac OS X. 2018-12-17 7.0.8-17 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-17, GIT revision 15142:32f2d195e:20181217
Revision 1.254 / (download) - annotate - [select for diffs], Mon Dec 10 08:51:16 2018 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.253: +1 -2
lines
Diff to previous 1.253 (colored)
ImageMagick: update to 7.0.8.15. 2018-12-01 7.0.8-15 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-15, GIT revision 15059:2fb22e07b:20181201 2018-11-21 7.0.8-15 Cristy <quetzlzacatenango@image...> * added support for the -clahe option: contrast limited adaptive histogram equalization 2018-11-13 7.0.8-15 Dirk Lemstra <dirk@lem.....org> * Added support for GIMP 2.10 files (reference https://github.com/ImageMagick/ImageMagick/pull/1381).
Revision 1.253 / (download) - annotate - [select for diffs], Mon Dec 3 16:22:15 2018 UTC (4 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.252: +2 -1
lines
Diff to previous 1.252 (colored)
ImageMagick: Add support for liblqr (enabled by default). Suggested in joyent/pkgsrc#159. Bump PKGREVISION.
Revision 1.252 / (download) - annotate - [select for diffs], Sun Dec 2 10:20:20 2018 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.251: +1 -4
lines
Diff to previous 1.251 (colored)
ImageMagick: update to 7.0.8.14. 2018-10-23 7.0.8-14 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-14, GIT revision 14943:1a0da3dd0:20181023 2018-10-21 7.0.8-13 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-13, GIT revision 14936:d3ec5abe2:20181021. 2018-10-04 7.0.8-13 Dirk Lemstra <dirk@lem.....org> * Adding coder headers with magic.xml will no longer be supported. * Adding coder aliases with coder.xml will no longer be supported. 2018-09-16 7.0.8-12 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-12, GIT revision 14843:cb5cf1959:20180923 2018-09-15 7.0.8-12 Dirk Lemstra <dirk@lem.....org> * Added support for arithmetic coding to the jpeg encoder: -define jpeg:arithmetic-coding=true. 2018-09-08 7.0.8-12 Cristy <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
Revision 1.251 / (download) - annotate - [select for diffs], Wed Nov 14 22:21:34 2018 UTC (4 years, 6 months ago) by kleink
Branch: MAIN
Changes since 1.250: +2 -2
lines
Diff to previous 1.250 (colored)
Revbump after cairo 1.16.0 update.
Revision 1.250 / (download) - annotate - [select for diffs], Mon Nov 12 14:40:21 2018 UTC (4 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.249: +5 -1
lines
Diff to previous 1.249 (colored)
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
Revision 1.249 / (download) - annotate - [select for diffs], Mon Nov 12 03:51:16 2018 UTC (4 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.248: +2 -1
lines
Diff to previous 1.248 (colored)
Recursive revbump from hardbuzz-2.1.1
Revision 1.248 / (download) - annotate - [select for diffs], Mon Sep 3 10:37:10 2018 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.247: +1 -2
lines
Diff to previous 1.247 (colored)
ImageMagick: update to 7.0.8.11. 2018-08-28 7.0.8-11 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-11, GIT revision 14729:798fbdb5b:20180828 2018-08-15 7.0.8-11 Cristy <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add support for "module" security policy.
Revision 1.244.2.1 / (download) - annotate - [select for diffs], Sat Aug 25 19:29:35 2018 UTC (4 years, 9 months ago) by bsiegert
Branch: pkgsrc-2018Q2
Changes since 1.244: +2 -1
lines
Diff to previous 1.244 (colored) next main 1.245 (colored)
Pullup ticket #5820 - requested by leot graphics/ImageMagick: security fix Revisions pulled up: - graphics/ImageMagick/Makefile 1.246-1.247 - graphics/ImageMagick/Makefile.common 1.175 - graphics/ImageMagick/distinfo 1.190-1.192 - graphics/ImageMagick/patches/patch-config_policy.xml 1.1-1.2 --- Module Name: pkgsrc Committed By: wiz Date: Thu Aug 16 08:23:16 UTC 2018 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.0.8.10. 2018-08-13 7.0.8-10 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-10, GIT revision 14646:48fba3256:201= 80813 2018-08-12 7.0.8-10 Dirk Lemstra <dirk@lem.....org> * Added dcraw coder (dcraw:img.cr2) that can be used to force the use of= the dcraw delegate when libraw is the default raw delegate. * Restored thread support for the HEIC coder. 2018-08-08 7.0.8-10 Cristy <quetzlzacatenango@image...> * ThumbnailImage function no longer reveals sensitive information (refer= ence https://github.com/ImageMagick/ImageMagick/issues/1243). 2018-08-06 7.0.8-9 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-9, GIT revision 14618:a3663c3dc:2018= 0805. 2018-07-24 7.0.8-9 Cristy <quetzlzacatenango@image...> * XBM coder leaves the hex image data uninitialized if hex value of the pixel is negative. * More improvements to SVG text handling. * New -range threshold option that combines hard and soft thresholding. 2018-07-23 7.0.8-8 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-8, GIT revision 14583:300fdbcfd:2018= 0723. 2018-07-20 7.0.8-8 Cristy <quetzlzacatenango@image...> * Non-HDRI ScaleLongToQuantum() private method no longer adds a half int= erval. * Fixed memset() negative-size-param (reference https://github.com/ImageMagick/ImageMagick/issues/1217). 2018-07-16 7.0.8-7 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-7, GIT revision 14561:f85c23180:2018= 0716. 2018-07-15 7.0.8-7 Cristy <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). 2018-07-08 7.0.8-6 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-6, GIT revision 14541:db940ccd2:2018= 0708. 2018-07-06 7.0.8-6 Cristy <quetzlzacatenango@image...> * Improve SVG support for tspan element. * Add support for -fx image.extent. 2018-07-04 7.0.8-5 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-5, GIT revision 14514:bba545bbb:2018= 0704. 2018-07-04 7.0.8-5 Cristy <quetzlzacatenango@image...> * Fixed a few potential memory leaks https://github.com/ImageMagick/ImageMagick/issues). 2018-07-02 7.0.8-4 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-4, GIT revision 14505:4613eed4a:2018= 0702. 2018-06-28 7.0.8-4 Cristy <quetzlzacatenango@image...> * Small tweaks to compile under Cygwin. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Support %B property, the image file size without any decorations. 2018-06-24 7.0.8-3 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-3, GIT revision 14489:c63c504e8:2018= 0624. 2018-06-24 7.0.8-3 Cristy <quetzlzacatenango@image...> * Apply translate component of SVG transform rotate. --- Module Name: pkgsrc Committed By: leot Date: Wed Aug 22 13:39:24 UTC 2018 Modified Files: pkgsrc/graphics/ImageMagick: Makefile distinfo Added Files: pkgsrc/graphics/ImageMagick/patches: patch-config_policy.xml Log Message: ImageMagick: Disable ghostscript coders by default in policy.xml Disable ghostscript coders in policy.xml as a workaround for VU#332928 (<https://www.kb.cert.org/vuls/id/332928>). Please note that apart commenting/removing lines added in policy.xml, the ghostscript coders can be enabled per-user by copying policy.xml to ~/.config/ImageMagick/policy.xml and adjusting it with the following lines: | [...] | <policy domain=3D"coder" rights=3D"read|write" pattern=3D"PS" /> | <policy domain=3D"coder" rights=3D"read|write" pattern=3D"EPS" /> | <policy domain=3D"coder" rights=3D"read|write" pattern=3D"PDF" /> | <policy domain=3D"coder" rights=3D"read|write" pattern=3D"XPS" /> | [...] Bump PKGREVISION --- Module Name: pkgsrc Committed By: leot Date: Thu Aug 23 14:52:23 UTC 2018 Modified Files: pkgsrc/graphics/ImageMagick: Makefile distinfo pkgsrc/graphics/ImageMagick/patches: patch-config_policy.xml Log Message: ImageMagick: Also block PS2 and PS3 coders in policy.xml At least when reading PS2 and PS3 files via `convert PS2:<input> <output>' and `convert PS3:<input> <output>' gslib/ghostscript will be invoked and hence subject to VU#332928. Pointed out by Bob Friesenhahn via oss-security@ ML (and follow up from VU#332928 update).
Revision 1.247 / (download) - annotate - [select for diffs], Thu Aug 23 14:52:22 2018 UTC (4 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.246: +2 -2
lines
Diff to previous 1.246 (colored)
ImageMagick: Also block PS2 and PS3 coders in policy.xml At least when reading PS2 and PS3 files via `convert PS2:<input> <output>' and `convert PS3:<input> <output>' gslib/ghostscript will be invoked and hence subject to VU#332928. Pointed out by Bob Friesenhahn via oss-security@ ML (and follow up from VU#332928 update).
Revision 1.246 / (download) - annotate - [select for diffs], Wed Aug 22 13:39:24 2018 UTC (4 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.245: +2 -2
lines
Diff to previous 1.245 (colored)
ImageMagick: Disable ghostscript coders by default in policy.xml Disable ghostscript coders in policy.xml as a workaround for VU#332928 (<https://www.kb.cert.org/vuls/id/332928>). Please note that apart commenting/removing lines added in policy.xml, the ghostscript coders can be enabled per-user by copying policy.xml to ~/.config/ImageMagick/policy.xml and adjusting it with the following lines: | [...] | <policy domain="coder" rights="read|write" pattern="PS" /> | <policy domain="coder" rights="read|write" pattern="EPS" /> | <policy domain="coder" rights="read|write" pattern="PDF" /> | <policy domain="coder" rights="read|write" pattern="XPS" /> | [...] Bump PKGREVISION
Revision 1.245 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:10 2018 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.244: +2 -1
lines
Diff to previous 1.244 (colored)
Recursive bump for perl5-5.28.0
Revision 1.244 / (download) - annotate - [select for diffs], Sun May 27 06:49:00 2018 UTC (5 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base
Branch point for: pkgsrc-2018Q2
Changes since 1.243: +1 -2
lines
Diff to previous 1.243 (colored)
ImageMagick: update to 7.0.7.35. 2018-05-21 7.0.7-35 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-35, GIT revision 14356:13507412c:20180521. 2018-05-21 7.0.7-35 <quetzlzacatenango@image...> * Fixed memory corruption for MVG paths. 2018-05-20 7.0.7-34 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-34, GIT revision 14348:ac9ff6ba1:20180520. 2018-05-20 7.0.7-34 Dirk Lemstra <dirk@lem.....org> * Added support for reading eXIf chunks to the PNG coder. 2018-05-19 7.0.7-34 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Improved clip / composite mask handling. 2018-05-16 7.0.7-33 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-33, GIT revision 14326:58c2e4972:20180516. 2018-05-03 7.0.7-33 <quetzlzacatenango@image...> * Restore SetImageAlpha() behavior. * Fix -clip and -mask options. 2018-05-13 7.0.7-32 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-32, GIT revision 14307:f61f674e3:20180513. 2018-05-03 7.0.7-31 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
Revision 1.243 / (download) - annotate - [select for diffs], Fri May 4 13:55:15 2018 UTC (5 years, 1 month ago) by he
Branch: MAIN
Changes since 1.242: +2 -2
lines
Diff to previous 1.242 (colored)
Updated ImageMagick to 7.0.7.30. 2018-05-01 7.0.7-30 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-30, GIT revision 14242:730f1d1d3:20180501. 2018-05-01 7.0.7-30 <quetzlzacatenango@image...> * Missing break when checking "compliance" element. 2018-04-30 7.0.7-29 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-29, GIT revision 14225:41edbdcea:20180430. 2018-03-26 7.0.7-29 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
Revision 1.242 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:32 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.241: +2 -2
lines
Diff to previous 1.241 (colored)
Add p11-kit to gnutls/bl3.mk and bump dependencies.
Revision 1.241 / (download) - annotate - [select for diffs], Mon Apr 16 14:33:50 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.240: +2 -1
lines
Diff to previous 1.240 (colored)
Recursive bump for new fribidi dependency in pango.
Revision 1.240 / (download) - annotate - [select for diffs], Mon Mar 12 16:51:03 2018 UTC (5 years, 2 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.239: +1 -2
lines
Diff to previous 1.239 (colored)
graphics/ImageMagick: Update to 7.0.7.26 - Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts.
Revision 1.239 / (download) - annotate - [select for diffs], Mon Mar 12 11:15:33 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.238: +2 -1
lines
Diff to previous 1.238 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.238 / (download) - annotate - [select for diffs], Sun Feb 25 20:55:07 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.237: +1 -2
lines
Diff to previous 1.237 (colored)
ImageMagick: update to 7.0.7.23. 2018-02-18 7.0.7-23 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.0-23, GIT revision 22969:c6b3a22b0:20180218. 2018-02-09 7.0.7-23 Dirk Lemstra <dirk@lem.....org> * Add support for reading the HEIC image format to the Windows build. 2018-01-23 7.0.7-23 Cristy <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add list-length policy to limit the maximum image sequence length.
Revision 1.237 / (download) - annotate - [select for diffs], Sun Feb 18 23:45:07 2018 UTC (5 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.236: +2 -2
lines
Diff to previous 1.236 (colored)
graphics/ImageMagick: fix undefined behavior when calling isdigit
Revision 1.236 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:36 2018 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.235: +2 -1
lines
Diff to previous 1.235 (colored)
Bump PKGREVISION for gdbm shlib major bump
Revision 1.235 / (download) - annotate - [select for diffs], Mon Jan 8 15:11:43 2018 UTC (5 years, 5 months ago) by he
Branch: MAIN
Changes since 1.234: +1 -2
lines
Diff to previous 1.234 (colored)
Updated ImageMagick to 7.0.7.21. 2018-01-06 7.0.7-21 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.0-21, GIT revision 22168:a91afc45b:20180106. 2018-01-06 7.0.7-21 Dirk Lemstra <dirk@lem.....org> * Fix some enum values in the OpenCL code. 2018-01-06 7.0.7-20 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-20, GIT revision 22161:33a04d3e5:20180105. 2018-01-05 7.0.7-20 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). 2018-01-01 7.0.7-19 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-19, GIT revision 22133:977fe08bf:20180101. 2017-12-29 7.0.7-19 Cristy <quetzlzacatenango@image...> * Check for webpmux library version 0.4.4 (reference https://github.com/ImageMagick/ImageMagick/issues/896). 2017-12-26 7.0.7-18 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-18, GIT revision 22096:ad4bdeb40:20171228. 2017-12-28 7.0.7-18 Cristy <quetzlzacatenango@image...> * Fix error reading from pipe under Windows (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33288). 2017-12-26 7.0.7-17 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-17, GIT revision 22093:9caea323b:20171227. 2017-12-26 7.0.7-17 Cristy <quetzlzacatenango@image...> * Fix heap use after free error (reference https://github.com/ImageMagick/ImageMagick/issues/918). 2017-12-24 7.0.7-16 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-16, GIT revision 22038:e55dc7626:20171225. 2017-12-18 7.0.7-16 Cristy <quetzlzacatenango@image...> * Fix error reading multi-layer XCF image file. * Fix possible stack overflow in WEBP reader (reference https://github.com/ImageMagick/ImageMagick/issues/907) * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). 2017-12-16 7.0.7-15 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-15, GIT revision 21924:30cb31746:20171216. 2017-12-08 7.0.7-15 Cristy <quetzlzacatenango@image...> * Overall standard deviation is the average of each pixel channel (reference https://www.imagemagick.org/discourse-server/viewforum.php?f=3). * Update to the latest ImageMagick documentation. 2017-12-05 7.0.7-14 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-14, GIT revision 21855:dc73b2aba:20171205. 2017-11-30 7.0.7-14 Cristy <quetzlzacatenango@image...> * Support Stereo composite operator. * Fix build failure with --without-modules (reference https://github.com/ImageMagick/ImageMagick/issues/890). 2017-11-30 7.0.7-13 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-13, GIT revision 21823:72cb0fd0c:20171130. 2017-11-30 7.0.7-13 Cristy <quetzlzacatenango@image...> * Fix build failure with libraw 0.14.8 (reference https://github.com/ImageMagick/ImageMagick/issues/888). 2017-11-29 7.0.7-12 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-12, GIT revision 21814:5ef2c5a67:20171129. 2017-11-12 7.0.7-12 Cristy <quetzlzacatenango@image...> * The -tint option no longer munges the alpha channel (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=33070). * Don't delete in-memory blob when reading an image (reference https://github.com/ImageMagick/ImageMagick/issues/886). * Support HDRI color profile management.
Revision 1.234 / (download) - annotate - [select for diffs], Mon Dec 11 11:30:05 2017 UTC (5 years, 5 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.233: +4 -3
lines
Diff to previous 1.233 (colored)
ImageMagick: Limit OpenMP workaround to NetBSD. It's not proven that this issue exists elsewhere and it carries a significant performance penalty, so re-enable on other platforms. Bump PKGREVISION.
Revision 1.233 / (download) - annotate - [select for diffs], Thu Nov 23 17:19:42 2017 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.232: +2 -1
lines
Diff to previous 1.232 (colored)
recursive bump for libxkbcommon removal from at-spi2-core
Revision 1.232 / (download) - annotate - [select for diffs], Mon Oct 30 14:54:37 2017 UTC (5 years, 7 months ago) by fhajny
Branch: MAIN
Changes since 1.231: +1 -2
lines
Diff to previous 1.231 (colored)
Update graphics/ImageMagick to 7.0.7.8 - Return expected results for a percent 0 -chop option argument - Tweaks to OpenMP support within ImageMagick.
Revision 1.231 / (download) - annotate - [select for diffs], Mon Oct 30 14:44:05 2017 UTC (5 years, 7 months ago) by fhajny
Branch: MAIN
Changes since 1.230: +2 -1
lines
Diff to previous 1.230 (colored)
graphics/ImageMagick*: Replace (optional) dependency on jasper, removed by upstream in as early as 6.8, and replace with openjpeg - for the purposes of JPEG 2000 (JP2) support. Bump PKGREVISION.
Revision 1.230 / (download) - annotate - [select for diffs], Wed Sep 13 08:56:18 2017 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.229: +9 -1
lines
Diff to previous 1.229 (colored)
ImageMagick: update to 7.0.7.2. 2017-09-11 7.0.7-2 Glenn Randers-Pehrson <glennrp@image...> * Use signed integer arithmetic to caluculate timezone corrections (reference https://github.com/ImageMagick/ImageMagick/issues/685). 2017-09-09 7.0.7-1 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-1, GIT revision 21065:ab2194121:20170909. 2017-09-09 7.0.7-1 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). 2017-09-05 7.0.7-1 Dirk Lemstra <dirk@lem.....org> * Added -define tiff:write-layers=true to add support for writing layered tiff files. 2017-09-03 7.0.7-0 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-0, GIT revision 20996:2f8ac2203:20170903. 2017-08-28 7.0.7-0 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). * Don't overwrite symbolic links when the shred policy is enabled. 2017-08-27 7.0.6-10 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-10, GIT revision 20920:9940c367a:20170827. 2017-08-27 7.0.6-10 Cristy <quetzlzacatenango@image...> * Support -metric ssim, structual similarity index. 2017-08-26 7.0.6-10 Dirk Lemstra <dirk@lem.....org> * Fixed thread safety issue inside the pango and librsvg decoder (reference: https://github.com/dlemstra/Magick.NET/issues/91). 2017-08-20 7.0.6-9 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-9, GIT revision 20860:3f307d8ad:20170820. 2017-08-18 7.0.6-9 Glenn Randers-Pehrson <glennrp@image...> * Fixed bug with writing tIME chunk when timezone has a negative offset (reference: https://github.com/ImageMagick/ImageMagick/issues/685) 2017-08-18 7.0.6-8 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-8, GIT revision 20838:e2eb79427:20170818. 2017-08-14 7.0.6-7 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). * Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4} (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506). * Prevent assertion failure when creating PDF thumbnail (reference https://github.com/ImageMagick/ImageMagick/issues/674). 2017-08-12 7.0.6-7 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-7, GIT revision 20799:0db4d8a16:20170812. 2017-08-12 7.0.6-7 Cristy <quetzlzacatenango@image...> * Improve EPS aliasing (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32497). 2017-08-11 7.0.6-7 Dirk Lemstra <dirk@lem.....org> * Added a new option called 'dds:fast-mipmaps' (reference https://github.com/ImageMagick/ImageMagick/issues/558) * The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30236). 2017-08-10 7.0.6-6 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-6, GIT revision 20775:061d0fa25:20170810. 2017-08-10 7.0.6-6 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). 2017-08-10 7.0.6-6 Glenn Randers-Pehrson <glennrp@image...> * tests/validate.c: Show the reason for failures in the test logs, if available. 2017-08-03 7.0.6-6 Glenn Randers-Pehrson <glennrp@image...> * Put UTC time in the PNG tIME chunk instead of local time (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32447). 2017-08-02 7.0.6-5 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-5, GIT revision 20715:26b28d50a:20170802. 2017-08-01 7.0.6-5 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). 2017-07-29 7.0.6-5 Glenn Randers-Pehrson <glennrp@image...> * Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. Reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32418). * Fix improper use of NULL in the JNG decoder (CVE-2017-11750, Reference https://github.com/ImageMagick/ImageMagick/issues/632). * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". 2017-07-29 7.0.6-5 Cristy <quetzlzacatenango@image...> * Off by one error for gradient coder (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32416), https://github.com/ImageMagick/ImageMagick/issues/612). 2017-07-28 7.0.6-4 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-4, GIT revision 20657:4e81160d6:20170728. 2017-07-24 7.0.6-4 Cristy <quetzlzacatenango@image...> * YUV coder no longer renders streaks (reference https://github.com/ImageMagick/ImageMagick/issues/612). * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues) including https://github.com/ImageMagick/ImageMagick/issues/618 (CVE-2017-12676). * coders/png.c: Initialized quantum_scanline and quantum_info to prevent a bad free (reference https://github.com/ImageMagick/ImageMagick/issues/621). 2017-07-25 7.0.6-4 Glenn Randers-Pehrson <glennrp@image...> * Removed write_chunk_from_profile() from coders/png.c because it has not worked at least since version 6.7.6. * Removed many redundant checks before RelinquishMagickMemory(), which is safe to call with a NULL argument. * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support (we are now writing caNv instead). 2017-07-24 7.0.6-3 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-3, GIT revision 20598:cc9c43b44:20170724. 2017-07-23 7.0.6-3 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). 2017-07-23 7.0.6-3 Glenn Randers-Pehrson <glennrp@image...> * Fix memory leaks when reading a malformed JNG image: https://github.com/ImageMagick/ImageMagick/issues/600 (CVE-2017-13141), https://github.com/ImageMagick/ImageMagick/issues/602 (CVE-2017-12565). 2017-07-21 7.0.6-2 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-2, GIT revision 20549:62fcf3d96:20170721. 2017-07-19 7.0.6-2 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). * The -monochrome option no longer returns a blank canvas (reference https://github.com/ImageMagick/ImageMagick/issues/594). * coders/png.c: fixed memory leak of quantum_info (CVE-2017-11539, reference https://github.com/ImageMagick/ImageMagick/issues/582 * coders/png.c: fixed NULL dereference when trying to write an empty MNG (CVE-2017-11522, reference https://github.com/ImageMagick/ImageMagick/issues/586). 2017-07-15 7.0.6-2 Glenn Randers-Pehrson <glennrp@image...> * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. 2017-07-15 7.0.6-1 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.6-1, GIT revision 20447:c2a315e10:20170715. 2017-07-13 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...> * Implemented PNG eXIf chunk support. 2017-07-08 7.0.6-1 Cristy <quetzlzacatenango@image...> * Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). * Don't use variable float_t / double_t, bump SO (reference https://github.com/ImageMagick/ImageMagick/issues/510). * Support DNG images with libraw delegate library. 2017-07-02 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...> * Reject PNG file that is too small (under 60 bytes) to contain a valid image. * Reject JPEG file that is too small (under 107 bytes) to contain a valid image. * Reject JNG file that is too small (under 147 bytes) to contain a valid image. 2017-06-22 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...> * Stop a memory leak in read_user_chunk_callback() (reference https://github.com/ImageMagick/ImageMagick/issues/517, CVE 2017-11310).
Revision 1.229 / (download) - annotate - [select for diffs], Sun Mar 5 15:06:29 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.228: +1 -2
lines
Diff to previous 1.228 (colored)
Updated ImageMagick to 7.0.5.1. 2017-03-03 7.0.5-1 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.5-1, GIT revision 19662:b7f455a:20170303. 2017-02-21 7.0.5-1 Cristy <quetzlzacatenango@image...> * Fix Spurious memory allocation message (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31438). * Identical images should return inf for PSNR (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31487).
Revision 1.228 / (download) - annotate - [select for diffs], Tue Feb 28 15:19:59 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.227: +2 -1
lines
Diff to previous 1.227 (colored)
Recursive revbump from graphics/libwebp
Revision 1.227 / (download) - annotate - [select for diffs], Mon Jul 18 08:09:39 2016 UTC (6 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.226: +1 -2
lines
Diff to previous 1.226 (colored)
Update graphics/ImageMagick to 7.0.2.4 pkgsrc changes: - Add a comment to suggest running upload-distfiles because upstream only store latest stable version distfiles. Changes: 7.0.2-4: * To comply with the SVG standard, use stroke-opacity for transparent strokes. * Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black. 7.0.2-3: * Patch so -kuwahara option can preserve colormapped edges. * The histogram coder now returns the correct extent. * Use CopyMagickString() rather than CopyMagickMemory() for strings.
Revision 1.226 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:19 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.225: +2 -1
lines
Diff to previous 1.225 (colored)
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Revision 1.225 / (download) - annotate - [select for diffs], Mon Jun 6 12:24:27 2016 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.224: +4 -6
lines
Diff to previous 1.224 (colored)
Updated ImageMagick to 7.0.1.9. 2016-06-03 7.0.1-9 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.1-9, GIT revision 10847:339f803:20160602. 2016-06-02 7.0.1-9 Cristy <quetzlzacatenango@image...> * Fix small memory leak (patch provided by ндей Ченй). * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). 2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531. 2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...> * Support configure script --enable-pipes option to enable pipes (|) in filenames. * Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames. 2016-05-30 7.0.1-7 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.1-7, GIT revision 18321:5511ef5:20160530. 2016-05-25 7.0.1-7 Cristy <quetzlzacatenango@image...> * Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). * Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). * Don't interpret -fx option arguments (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29774); * Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck).
Revision 1.224 / (download) - annotate - [select for diffs], Tue May 10 16:40:45 2016 UTC (7 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.223: +7 -1
lines
Diff to previous 1.223 (colored)
Changes 7.0.1.3: * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder.
Revision 1.223 / (download) - annotate - [select for diffs], Fri Apr 29 12:16:46 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.222: +1 -2
lines
Diff to previous 1.222 (colored)
Update ImageMagick and p5-PerlMagick to 6.9.3.8. 2016-03-22 6.9.3-8 Cristy <quetzlzacatenango@image...> * Respect gravity when rendering text (e.g. convert -gravity center my.txt) * Return empty string for %d property and no directory (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29365) * Return filename for the %i property (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=29364). * Fixed lost pixels in frequency space (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29374). 2016-03-06 6.9.3-7 Cristy <quetzlzacatenango@image...> * New version 6.9.3-7, GIT revision 10628:810a9fe:20160306 2016-03-05 6.9.3-7 Dirk Lemstra <dirk@lem.....org> * -size can now be used the specify the maximum width/height for the following vector formats: * SVG (when librsvg and cairo are being used). * EMF (did not work on Windows). 2016-02-29 6.9.3-7 Cristy <quetzlzacatenango@image...> * Fixed text alignment issue for label: / coder: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29223). 2016-02-27 6.9.3-6 Cristy <quetzlzacatenango@image...> * New version 6.9.3-6, GIT revision 10597:83584a1:20160228. 2016-02-25 6.9.3-6 Cristy <quetzlzacatenango@image...> * Ensure TXT: image format survives round-trip (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29206). 2016-02-21 6.9.2-6 Dirk Lemstra <dirk@lem.....org> * Added wavelet denoise. 2016-02-20 6.9.3-5 Cristy <quetzlzacatenango@image...> * New version 6.9.3-5, GIT revision 10572:cb24a69:20160219. 2016-02-16 6.9.3-5 Cristy <quetzlzacatenango@image...> * Too many bytes when writing raw image formats (reference https://github.com/ImageMagick/ImageMagick/issues/132). 2016-02-12 6.9.3-4 Cristy <quetzlzacatenango@image...> * New version 6.9.3-4, GIT revision 10560:09f5f5d:20160212. 2016-02-12 6.9.3-4 Dirk Lemstra <dirk@lem.....org> * Fixed memory leak when reading an SVG without width/height (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=27&p=130197). 2016-02-09 6.9.3-4 Cristy <quetzlzacatenango@image...> * Fix compiler error for complext text layout. 2016-02-05 6.9.3-3 Cristy <quetzlzacatenango@image...> * New version 6.9.3-3, GIT revision 10540:6b4c918:20160206. 2016-02-04 6.9.3-3 Cristy <quetzlzacatenango@image...> * Numerous bugs fixed from fuzzed images (reference https://github.com/ImageMagick/ImageMagick/issues/123). * The -bias option is no longer a noop (reference https://github.com/ImageMagick/ImageMagick/issues/125). 2016-01-25 6.9.3-3 Dirk Lemstra <dirk@lem.....org> * Read XCF layer name (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=129638). 2016-01-23 6.9.3-2 Cristy <quetzlzacatenango@image...> * New version 6.9.3-2, GIT revision 10496:315028c:20160122. 2016-01-17 6.9.3-2 Cristy <quetzlzacatenango@image...> * Don't reuse lock after free (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29031). 2016-01-21 6.9.3-2 Dirk Lemstra <dirk@lem.....org> * Fixed writing DocClass in CALS coder (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=129478). 2016-01-17 6.9.3-1 Cristy <quetzlzacatenango@image...> * New version 6.9.3-1, GIT revision 10488:e4f046e:20160116. 2016-01-06 6.9.3-1 Cristy <quetzlzacatenango@image...> * Pair AcquireMagickResource with calls to RelinquishMagickResource when resource limits are hit (reference https://github.com/ImageMagick/ImageMagick/pull/75). * Return non-zero for the -format %b option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28969). 2016-01-01 6.9.3-0 Cristy <quetzlzacatenango@image...> * New version 6.9.3-0, GIT revision 10445:620328b:20160101. 2015-12-31 6.9.3-0 Cristy <quetzlzacatenango@image...> * Don't break on euro-style numbers (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28910). 2015-12-22 6.9.3-0 Glenn Randers-Pehrson <glennrp@image...> * 16-bit pnm images have a max value of 65535. 2015-12-18 6.9.2-10 Cristy <quetzlzacatenango@image...> * New version 6.9.2-10, GIT revision 10415:e31c09d:20151219. 2015-12-19 6.9.2-10 Cristy <quetzlzacatenango@image...> * Fixed compile error when POSIX threads are not defined. http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28791). 2015-12-18 6.9.2-9 Cristy <quetzlzacatenango@image...> * New version 6.9.2-9, GIT revision 10402:0027295:20151219 2015-12-05 6.9.2-9 Dirk Lemstra <dirk@lem.....org> * Fixed memory leak when reading incorrect PSD files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28791). 2015-12-05 6.9.2-9 Cristy <quetzlzacatenango@image...> * Enhance PDF to properly handle unicode titles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28786). * Fix memory leak in icon coder (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=28848). 2015-12-05 6.9.2-8 Cristy <quetzlzacatenango@image...> * New version 6.9.2-8, GIT revision 10374:ac7d144:20151205. 2015-12-04 6.9.2-8 Cristy <quetzlzacatenango@image...> * Gray artifacts in large gif when using -layers optimize (reference https://github.com/ImageMagick/ImageMagick/issues/57). 2015-11-26 6.9.2-7 Cristy <quetzlzacatenango@image...> * New version 6.9.2-7, GIT revision 10370:eeb7d4e:20151126. 2015-11-24 6.9.2-7 Dirk Lemstra <dirk@lem.....org> * The DICOM reader now handles the rescale intercept and slope. * Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28733). * Only one thread permitted when delegating to the Ghostscript library under Windows. 2015-11-14 6.9.2-6 Cristy <quetzlzacatenango@image...> * New version 6.9.2-6, GIT revision 10341:f408196:20151113. 2015-11-08 6.9.2-6 Cristy <quetzlzacatenango@image...> * PixelColor off by one on i386 (reference https://github.com/ImageMagick/ImageMagick/issues/54). * Eliminate stack overflow (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28658). 2015-11-03 6.9.2-6 Dirk Lemstra <dirk@lem.....org> * Added local contrast enhancement. * Fixed bug in SetPixelCacheExtent that made images all black (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28514). * Added support for reading DICOM images with implicit vr little-endian transfer syntax. 2015-11-02 6.9.2-6 Samuel Thibault <samuel.thibault@...org> * Added 6dot variant for unicode and iso braille formats (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&p=127111). 2015-10-31 6.9.2-5 Cristy <quetzlzacatenango@image...> * New version 6.9.2-5, GIT revision 10316:86a76b6:20151031. 2015-10-15 6.9.2-5 Dirk Lemstra <dirk@lem.....org> * Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. This can be disabled by setting the option 'psd:alpha-unblend' to 'off' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28169). * Fixed issue in jpeg:extent that prevented it from working (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=126638). * Fixed memory leak when reading Photoshop layers in a TIFF file. 2015-10-12 6.9.2-5 Cristy <quetzlzacatenango@image...> * Support gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering. * Recognize label:@- as stdin (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28501). * Make commas optional for coordinates (e.g. 0,0 256,256). 2015-10-10 6.9.2-4 Cristy <quetzlzacatenango@image...> * New version 6.9.2-4, GIT revision 10273:e00cf21:20151010 2015-10-08 6.9.2-4 Dirk Lemstra <dirk@lem.....org> * Fixed accessing subimage in a TIFF photoshop layer (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28469). * Fixed out of bounds error in -splice (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28466). 2015-09-25 6.9.2-4 Eric McConville <emcconville@emccon...> * Created Manhattan Interpolate method for -sparse-color (reference https://github.com/ImageMagick/ImageMagick/pull/36). 2015-09-22 6.9.2-4 Cristy <quetzlzacatenango@image...> * Prevent null pointer access (reference https://github.com/ImageMagick/ImageMagick/pull/34). * Specify histogram code image format implictedly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28412). * Don't round up for JPEG image resolution (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28422). * Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]. * The -caption option no longer fails for filenames with @ prefix (reference https://github.com/ImageMagick/ImageMagick/issues/43). * Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME (reference https://github.com/ImageMagick/ImageMagick/issues/44). 2015-09-19 6.9.2-3 Cristy <quetzlzacatenango@image...> * New version 6.9.2-3, GIT revision 10235:c40ee57:20150919 2015-09-17 6.9.2-2 Dirk Lemstra <dirk@lem.....org> * Added extra checks to avoid out of bounds error when parsing the 8bim profile (reference https://github.com/ImageMagick/ImageMagick/issues/31). * Fixed size of memory allocation in RLE coder to avoid segfault (reference https://github.com/ImageMagick/ImageMagick/issues/32). 2015-09-16 6.9.2-2 Cristy <quetzlzacatenango@image...> * Add Bootstrap MIT license to ImageMagick web CSS and JS. * Use modern idiom for autoconf Fix a forgotten dir when regenerating html doc (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28363). * The -colorspace gray option no long leaves a ghostly shadow (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28350). 2015-09-14 6.9.2-1 Cristy <quetzlzacatenango@image...> * New version 6.9.2-1, GIT revision 10201:5879612:20150913. 2015-09-13 6.9.2-1 Dirk Lemstra <dirk@lem.....org> * Preserving image origin in TGA files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28310). 2015-08-15 6.9.2-1 Cristy <quetzlzacatenango@image...> * Support color compliance for TXT format (e.g. -define txt:compliance=css) (bug report from Anthony). * The first argument of a hsl() color is integer, not percentage (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26072). * Limit -fx recursive to avoid stack overflow (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28200). * Support inline images with data URLS. * Report progress less often (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28299). * Don't set image colorspace to gray for -alpha copy option. * Fixed a possible memory leak associated with the -sampling-factor option. * GetImageType() no longer has side-effects to match behavior of IMv7. 2015-08-15 6.9.2-0 Cristy <quetzlzacatenango@image...> * New version 6.9.2-0, GIT revision 10143:3534f6d:20150815. 2015-08-10 6.9.2-0 Cristy <quetzlzacatenango@image...> * Swap pixels for -spread command-line option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28043). * fx logical operations short circuit (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28179). * Type cast intensity variable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28182). * Fix ModulusAdd & ModulusSubstract for HDRI compositing (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28186). 2015-07-25 6.9.2-0 Dirk Lemstra <dirk@lem.....org> * Added "-set colorspace:auto-grayscale false" that will prevent automatic conversion to grayscale inside coders that support grayscale. * Fixed -list weight and the options for -weight. * Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image class of Magick++. * Fixed reading Photoshop layers of LSB TIFF files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28045). * Fixed memory leak in font cache under Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=28191). 2015-07-25 6.9.1-10 Cristy <quetzlzacatenango@image...> * New version 6.9.1-10, SVN revision 19269. 2015-07-20 6.9.1-10 Glenn Randers-Pehrson <glennrp@image...> * coders/magick.c: added "-define h:format=FMT" and "-define magick:format=FMT" options. FMT can be any output format supported by ImageMagick except "H" or "MAGICK". If this define is omitted, the encoder uses GIF by default for pseudoclass images and PNM for directclass images, as previously. Made "MAGICK" (read-write) and "H" (write-only) visible in the format list. 2015-07-18 6.9.1-10 Dirk lemstra <dirk@lem.....org> * Removed incorrect EOF check in the DDS reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065). 2015-07-18 6.9.1-10 Cristy <quetzlzacatenango@image...> * Fixed undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067). * Return exception message for unknown image properties. * Color shift removed when reading transparent gray images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081) 2015-07-18 6.9.1-9 Cristy <quetzlzacatenango@image...> * New version 6.9.1-9, SVN revision 19200. 2015-07-12 6.9.1-9 Dirk Lemstra <dirk@lem.....org> * Fixed issue with radial gradient in MVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995). 2015-07-11 6.9.1-8 Cristy <quetzlzacatenango@image...> * New version 6.9.1-8, SVN revision 19167. 2015-06-25 6.9.1-8 Cristy <quetzlzacatenango@image...> * Correct install location of the Magick++ headers (reference https://github.com/ImageMagick/ImageMagick/pull/17/commits). * Different gif cropping behavior between versions (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013). * Cannot read properly simple psd file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002).
Revision 1.222 / (download) - annotate - [select for diffs], Fri Apr 8 13:13:02 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.221: +2 -2
lines
Diff to previous 1.221 (colored)
Bump PKGREVISION due to pkg-config -> pkgconf dependency change.
Revision 1.221 / (download) - annotate - [select for diffs], Sat Mar 5 11:27:47 2016 UTC (7 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.220: +2 -2
lines
Diff to previous 1.220 (colored)
Bump PKGREVISION for security/openssl ABI bump.
Revision 1.220 / (download) - annotate - [select for diffs], Wed Jan 6 10:46:49 2016 UTC (7 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.219: +2 -1
lines
Diff to previous 1.219 (colored)
Revbump after updating graphics/libwebp
Revision 1.219 / (download) - annotate - [select for diffs], Wed Jul 1 12:41:20 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.218: +1 -2
lines
Diff to previous 1.218 (colored)
Update to 6.9.1.6: 2015-06-13 6.9.1-6 Cristy <quetzlzacatenango@image...> * New version 6.9.1-6, SVN revision 18945. 2015-06-14 6.9.1-6 Cristy <quetzlzacatenango@image...> * Cache cloning on disk optimized with sendfile() (if available). * Add an additional check for end-of-file for the RLE coder (reference http://www.imagemagick.org/discourse-server/viewforum.php?f=3). * Respect resource limits in AVS coder. 2015-06-13 6.9.1-6 Glenn Randers-Pehrson <glennrp@image...> * Reverted change to 6.9.1-3 that skipped palette-building. 2015-06-13 6.9.1-5 Cristy <quetzlzacatenango@image...> * New version 6.9.1-5, SVN revision 18882. 2015-06-03 6.9.1-5 Cristy <quetzlzacatenango@image...> * Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)). * DrawGetVectorGraphics() now returns proper XML (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751). * Support writing EXR files with different color types (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759). * Prefer PKG_CHECK_MODULES() when searching for delegate libraries. * Throw exception if frame option bevel exceeds to the image width / height. * Resolve undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811).
Revision 1.218 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:08 2015 UTC (8 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.217: +2 -1
lines
Diff to previous 1.217 (colored)
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Revision 1.217 / (download) - annotate - [select for diffs], Sun Jun 7 09:13:11 2015 UTC (8 years ago) by wiz
Branch: MAIN
Changes since 1.216: +1 -4
lines
Diff to previous 1.216 (colored)
Update to 6.9.1.4. Remove PLIST vars that only made more work during updates but didn't simplify things. 2015-06-01 6.9.1-4 Cristy <quetzlzacatenango@image...> * New version 6.9.1-4, SVN revision 18697. 2015-06-01 6.9.1-4 Cristy <quetzlzacatenango@image...> * Support 'restrict' keyword under Windows. 2015-05-25 6.9.1-4 Dirk Lemstra <dirk@lem.....org> * Added support for reading a user supplied layer mask in PSD files. 2015-05-24 6.9.1-3 Cristy <quetzlzacatenango@image...> * New version 6.9.1-3, SVN revision 18623. 2015-05-03 6.9.1-3 Dirk Lemstra <dirk@lem.....org> * Fixed transparency issue with 16-bit tga files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469). * Fixed writing label and comment in tiff images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516). * Jpeg images no longer have pixels per inch as a default value for density units when the density is not set (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589). * Added support for setting the font color with -fill to the pango coder. 2015-05-03 6.9.1-3 Glenn Randers-Pehrson <glennrp@image...> * Fixed bug with "-define png:format=x" in png.c, introduced in version 6.8.9-0, that caused the define to be ignored. * Replaced some dead code in ReadJNGImage with an assert(). * Avoid palette-building when writing a grayscale PNG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580). 2015-04-20 6.9.1-3 Cristy <quetzlzacatenango@image...> * Support -define compose:clamp=false option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946). * Don't extend any user supplied image buffer in SeekBlob() (bug report from a.chernij@corp...). * Improved reproducible builds (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933). * Draw a rectangle of width & height of 1 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874). 2015-04-19 6.9.1-2 Cristy <quetzlzacatenango@image...> * New version 6.9.1-2, SVN revision 18429. 2015-04-09 6.9.1-2 Glenn Randers-Pehrson <glennrp@image...> * Avoid using a NULL alpha_image or color_image in the JNG decoder. 2015-04-07 6.9.1-2 Cristy <quetzlzacatenango@image...> * Fix JPEG-2000 transparency on write (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304). * Identify now identifies PSD (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948). * Speed up writing to TGA (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369). 2015-04-06 6.9.1-2 Dirk Lemstra <dirk@lem.....org> * Reduce draw epsilon to increase mathematical stability. * Fixed UTF8 issue when determining the current working directory on Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).
Revision 1.215.2.1 / (download) - annotate - [select for diffs], Wed Apr 8 02:56:49 2015 UTC (8 years, 2 months ago) by hiramatsu
Branch: pkgsrc-2015Q1
Changes since 1.215: +1 -2
lines
Diff to previous 1.215 (colored) next main 1.216 (colored)
Pullup ticket #4655 - requested by he graphics/ImageMagick: security update Revisions pulled up: - graphics/ImageMagick/Makefile 1.216 - graphics/ImageMagick/Makefile.common 1.113 - graphics/ImageMagick/distinfo 1.131 --- Module Name: pkgsrc Committed By: he Date: Mon Apr 6 15:26:10 UTC 2015 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: Upgrade ImageMagick from version 6.9.0-5 to 6.9.1-1. Upstream changes (from their change log): * New version 6.9.1-1, SVN revision 18308. * Skip empty frames when comparing layers (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27234). * New version 6.9.1-0, SVN revision 18245. * Grayscale DPX image files are no longer skewed (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27209). * Fix integer overflow when scaling a 1-bit sample to Q64 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27195). * New version 6.9.0-10, SVN revision 18299. * Account for differences in image size when comparing two images (bug report from Dirk). * Set an upper ceiling compression with -quality and jpeg:extent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27071). * New version 6.9.0-9, SVN revision 18179. * Writing histograms / mpeg working again (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27089). * The -linear-stretch option worked for Q16 but not Q32 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27112). * 6.9.0-8 Bogus release, withdrawn. * New version 6.9.0-7, SVN revision 18067. * Line strokes appeared too thin (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26927). * Keep text in caption area (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22504). * New version 6.9.0-6, SVN revision 18010. * Fixed command line execution in Windows for delegates that move files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27027). * A transient bug for the write MSL element (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27022). * Remove uninitialized, unused "p++" from coders/png.c, MNG reader. * Initialize "length" in coders/png.c, WriteJNGImage(). * Fix signed/unsigned mismatch in coders/png.c, MNG reader. --- Module Name: pkgsrc Committed By: he Date: Mon Apr 6 15:27:34 UTC 2015 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Log Message: Ehum, unset PKGREVISION with update.
Revision 1.216 / (download) - annotate - [select for diffs], Mon Apr 6 15:27:34 2015 UTC (8 years, 2 months ago) by he
Branch: MAIN
Changes since 1.215: +1 -2
lines
Diff to previous 1.215 (colored)
Ehum, unset PKGREVISION with update.
Revision 1.215 / (download) - annotate - [select for diffs], Thu Mar 5 11:09:36 2015 UTC (8 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base
Branch point for: pkgsrc-2015Q1
Changes since 1.214: +3 -2
lines
Diff to previous 1.214 (colored)
Make pkg-config a runtime dependency, the various *-config scripts require it. Bump PKGREVISION.
Revision 1.214 / (download) - annotate - [select for diffs], Mon Oct 13 09:08:31 2014 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.213: +1 -2
lines
Diff to previous 1.213 (colored)
Update to 6.8.9.8. patch-configure was integrated upstream. Changes: * JPEG library version >= 80 is thread safe * Added support for some legacy dds formats
Revision 1.213 / (download) - annotate - [select for diffs], Sun Oct 12 18:55:14 2014 UTC (8 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.212: +6 -2
lines
Diff to previous 1.212 (colored)
Remove ghostscript option, and always depend on ghostscript: even when disabled, it still probes for, finds, and depends on the gs binary. (In fact, even if it can't find the gs binary it still depends on it at runtime.) The only thing the option was controlling was linking against the ghostscript library, and disabling just that seems pointless. PKGREVISION -> 4
Revision 1.212 / (download) - annotate - [select for diffs], Fri Oct 10 15:17:22 2014 UTC (8 years, 8 months ago) by prlw1
Branch: MAIN
Changes since 1.211: +2 -2
lines
Diff to previous 1.211 (colored)
Switch OpenEXR support off by default http://mail-index.netbsd.org/pkgsrc-users/2014/10/10/msg020494.html
Revision 1.211 / (download) - annotate - [select for diffs], Fri Oct 10 15:05:28 2014 UTC (8 years, 8 months ago) by prlw1
Branch: MAIN
Changes since 1.210: +1 -2
lines
Diff to previous 1.210 (colored)
Add openexr option to facilitate building on NetBSD 5
Revision 1.210 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:34 2014 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.209: +1 -3
lines
Diff to previous 1.209 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.209 / (download) - annotate - [select for diffs], Tue Oct 7 16:47:11 2014 UTC (8 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.208: +2 -2
lines
Diff to previous 1.208 (colored)
Revbump after updating libwebp and icu
Revision 1.208 / (download) - annotate - [select for diffs], Fri Aug 22 11:24:25 2014 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.207: +2 -1
lines
Diff to previous 1.207 (colored)
Bump PKGREVISION for ilmbase shlib major bump.
Revision 1.207 / (download) - annotate - [select for diffs], Thu Aug 21 21:41:52 2014 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.206: +1 -2
lines
Diff to previous 1.206 (colored)
Update to 6.8.9-7: 2014-08-16 6.8.9-7 Cristy <quetzlzacatenango@image...> * New version 6.8.9-7, SVN revision 16330. 2014-08-14 6.8.9-7 Cristy <quetzlzacatenango@image...> * Fix off by one buglet when extracting profiles 8BIM (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26095). 2014-07-31 6.8.9-7 Dirk Lemstra <dirk@snakeware...> * Fixed bug when reading 1 bit PSD. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26015). 2014-07-25 6.8.9-7 Glenn Randers-Pehrson <glennrp@image...> * Relocate initialization of "image_colors" in the PNG encoder, to avoid a possible use of uninitialized variable. 2014-07-25 6.8.9-6 Cristy <quetzlzacatenango@image...> * New version 6.8.9-6, SVN revision 16211. 2014-07-24 6.8.9-6 Glenn Randers-Pehrson <glennrp@image...> * Use IsOptionMember() instead of LocaleNCompare() in coders/png.c to parse the list of excluded and included PNG chunks. 2014-07-19 6.8.9-6 Dirk Lemstra <dirk@snakeware...> * Fixed fill-rule in SVG clip path (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25882). 2014-07-14 6.8.9-6 Glenn Randers-Pehrson <glennrp@image...> * Removed some dead code (testing image->matte) in PNG64 encoder. 2014-07-07 6.8.9-6 Dirk Lemstra <dirk@snakeware...> * Added support for R5G6B5, RGB5A1 and RGBA4 dds files. 2014-07-01 6.8.9-6 Cristy <quetzlzacatenango@image...> * Write LAB pixels as percentages in the TXT image format (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25830). * Throw exception when image morphology differs when comparing (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25927). * Remove mogrify backup file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25683). * Read WEBP images from STDIN (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25886). 2014-07-01 6.8.9-5 Cristy <quetzlzacatenango@image...> * New version 6.8.9-5, SVN revision 16123. 2014-06-28 6.8.9-5 Glenn Randers-Pehrson <glennrp@image...> * Do not let libpng16 check ICC/sRGB profiles in non-debug runs; we do it ourselves anyway. Avoids emitting "known incorrect profile" warnings. For strict profile checking and warning, use "-debug coder". 2014-06-27 6.8.9-5 Dirk Lemstra <dirk@snakeware...> * Disabled OpenCL acceleration when image has a 'mask' or 'clip-mask'. 2014-06-25 6.8.9-5 Cristy <quetzlzacatenango@image...> * Use -define profile:skip=icc, for example, to skip color profiles on read. 2014-06-23 6.8.9-4 Cristy <quetzlzacatenango@image...> * New version 6.8.9-4, SVN revision 16057. 2014-06-15 6.8.9-4 Cristy <quetzlzacatenango@image...> * Support RMS argument for -evaluate-sequence and -statistic options. * Fix lseek define for a successful compile under 64-bit MinGW. * Pipe image to display program no longer reports an exception (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23532). * Check that profile is non-NULL in coders/tiff.c (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25770). 2014-06-08 6.8.9-3 Cristy <quetzlzacatenango@image...> * New version 6.8.9-3, SVN revision 15975. 2014-06-07 6.8.9-3 Glenn Randers-Pehrson <glennrp@image...> * Quiet warning about unused variable "skip_to_iend" in coders/png.c. 2014-06-07 6.8.9-3 Dirk Lemstra <dirk@snakeware...> * Fixed creation of SVG from 8bim clip path. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=25594). 2014-06-02 6.8.9-3 Cristy <quetzlzacatenango@image...> * The -version option returns 0 status (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25667). * The inline coder can now read from standard input (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25641). * Add '=' character to the sanitize whitelist. 2014-05-30 6.8.9-2 Cristy <quetzlzacatenango@image...> * New version 6.8.9-2, SVN revision 15932. 2014-05-18 6.8.9-2 Glenn Randers-Pehrson <glennrp@image...> * Fixed some bugs in the PNG codec discovered by coverity analysis. 2014-05-14 6.8.9-2 Cristy <quetzlzacatenango@image...> * The -fx equality operator returns a proper boolean result now (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25580). * Permit spaces in the gradient color specification (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25614). * Fix IdentifyImage() crash when image->magick member is null (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25615). * The -format M and Y channels are no longer reversed (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25633). * Remove Makefile race condition where two targets attempt to install magick-baseconfig.h (reference http://git.buildroot.net/buildroot/commit/?id=7395ee9d3b88e45798143e05a28d6d4b51409130) * Fix memory leak in BlobToStringInfo() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25639). * In certain cases, -adaptive-sharpen failed to sharpen (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211 2014-05-12 6.8.9-2 Dirk Lemstra <dirk@snakeware...> * Bump major Magick++ library version. * Added support for writing RLE compressed TGA files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12335). * Improved performance of parsing the xmp profile (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25612). * Fixed detecting transparency in PSD files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25634). 2014-05-09 6.8.9-1 Cristy <quetzlzacatenango@image...> * New version 6.8.9-1, SVN revision 15697. 2014-04-22 6.8.9-1 Glenn Randers-Pehrson <glennrp@image...> * Fixed bug with the PNG00 subformat when the original format was PNG32. * The "-strip" option now only removes profiles and comments from PNG output. Previously the background, density, and other metadata were also discarded. 2014-04-22 6.8.9-1 Cristy <quetzlzacatenango@image...> * Support new -hough-lines option. * Support new -mean-shift option. * identify -units without argument no longer faults (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542). * Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature change between 2.0.0 and 2.1.0). 2014-04-20 6.8.9-1 Dirk Lemstra <dirk@snakeware...> * Added image moments, canny edge and hough line to Magick++. * The 8bim profile will be updated when the icc/iptc/xmp profile is changed. * Fix for stack overflow in DestroyXMLTree in Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25457). * Added new coder for VIPS image format (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25445). * Moved detection of type to a separate method in Magick++. The type() method no longer modifies the type of the image. Use determineType() instead. * Improved error messages when a coder uses Ghostscript.
Revision 1.206 / (download) - annotate - [select for diffs], Tue Jun 17 11:02:42 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.205: +3 -2
lines
Diff to previous 1.205 (colored)
Disable openmp support. Fixes file handle leak reported, and one of the problems reported here http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25475 Bump PKGREVISION.
Revision 1.205 / (download) - annotate - [select for diffs], Thu May 29 23:36:36 2014 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.204: +2 -1
lines
Diff to previous 1.204 (colored)
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Revision 1.204 / (download) - annotate - [select for diffs], Sat Apr 12 08:56:39 2014 UTC (9 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.203: +1 -2
lines
Diff to previous 1.203 (colored)
Changes 6.8.9.0: * Fixed bug with -strip failing to exclude PNG chunks * Added new coder to take a screen shot of a monitor in Windows * Don't transform sRGB compatible colorspaces to sRGB, doing so inadvertingly promotes colormapped images to DirectClass. * Use temporary path rather then current working directory * Support -canny edge detection option. * Use MAGICKCORE_LIBOPENJP2_DELEGATE instead of MAGICKCORE_JP2_DELEGATE
Revision 1.203 / (download) - annotate - [select for diffs], Thu Apr 10 06:21:18 2014 UTC (9 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.202: +2 -1
lines
Diff to previous 1.202 (colored)
recursive bump from ilmbase shlib version change.
Revision 1.202 / (download) - annotate - [select for diffs], Thu Feb 13 19:53:43 2014 UTC (9 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.201: +1 -2
lines
Diff to previous 1.201 (colored)
Changes 6.8.8.5: * Fix case where an image moment might have a mass of 0 or a Hu moment might be 0. * Enhance the TXT coder to read RGB percent values (e.g. 10.008%). * Fixed new "-define png:swap-bytes" option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24818).
Revision 1.201 / (download) - annotate - [select for diffs], Wed Feb 12 23:17:58 2014 UTC (9 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.200: +2 -1
lines
Diff to previous 1.200 (colored)
Recursive PKGREVISION bump for OpenSSL API version bump.
Revision 1.200 / (download) - annotate - [select for diffs], Tue Aug 27 08:13:20 2013 UTC (9 years, 9 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.199: +2 -2
lines
Diff to previous 1.199 (colored)
Change PKG_SYSCONFSUBDIR to ImageMagick-${IM_MAJOR_LIB_VER}, as per the upstream commit from 2013-02-26 (r11189). Fixes errors loading the XML files located therein.
Revision 1.199 / (download) - annotate - [select for diffs], Sat Jul 6 23:26:46 2013 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.198: +1 -2
lines
Diff to previous 1.198 (colored)
Update to 6.8.6-3: 2013-07-01 6.8.6-3 Cristy <quetzlzacatenango@image...> * New version 6.8.6-3, SVN revision 12579. 2013-06-26 6.8.6-3 Cristy <quetzlzacatenango@image...> * Improve HCL to RGB roundtrip (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22384). * Prefer external log configuration file to built-in (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23640). * Do not log in the IsLinkedListEmpty() method to prevent overflow (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23640). * Fix bug loading TGA image with 32-bit palette (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17889). * Color profiles are no longer corrupted for the JPEG format (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23651). * Repair problem with -emboss / -equalize problem (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23643). 2013-06-24 6.8.6-2 Cristy <quetzlzacatenango@image...> * New version 6.8.6-2, SVN revision 12561. 2013-06-21 6.8.6-2 Cristy <quetzlzacatenango@image...> * Fix memory corruption in the MorphologyApply() method. 2013-06-20 6.8.6.2 Glenn Randers-Pehrson <glennrp@image...> * Quiet two warnings about uninitialized variables in coders/png.c 2013-06-20 6.8.6-1 Cristy <quetzlzacatenango@image...> * New version 6.8.6-1, SVN revision 12509. 2013-06-16 6.8.6-1 Cristy <quetzlzacatenango@image...> * Don't decompand RGB for the -modulate option. * Improve LCHab and LCHuv roundtrip to / from sRGB (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23596). 2013-06-16 6.8.6-0 Cristy <quetzlzacatenango@image...> * New version 6.8.6-0, SVN revision 12475. 2013-06-10 6.8.6-0 Cristy <quetzlzacatenango@image...> * Clone image->intensity in CloneImageProperties() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23569). * Split test suite into smaller tests (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23577). * Undercolor rectangle was off by one pixel (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23574). * Don't msync() for a read-only memory-mapped mode (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23531). * BlurChannelImage() no longer faults for certain CMYK images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23581). * Reduce memory requirements for large BMP images. 2013-06-05 6.8.5-10 Cristy <quetzlzacatenango@image...> * New version 6.8.5-10, SVN revision 12419. 2013-06-02 6.8.5-10 Cristy <quetzlzacatenango@image...> * Improve caption formatting (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23522). 2013-06-01 6.8.5-9 Cristy <quetzlzacatenango@image...> * New version 6.8.5-9, SVN revision 12401. 2013-05-30 6.8.5-9 Cristy <quetzlzacatenango@image...> * Caption no longer clips long words (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23504). * The lightness intensity is (min(R',G',B')+max(R',G',B'))/2.0 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23517).
Revision 1.198 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:13 2013 UTC (10 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.197: +2 -2
lines
Diff to previous 1.197 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.197 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:07 2013 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.196: +2 -2
lines
Diff to previous 1.196 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.196 / (download) - annotate - [select for diffs], Fri May 31 12:41:04 2013 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.195: +2 -1
lines
Diff to previous 1.195 (colored)
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Revision 1.195 / (download) - annotate - [select for diffs], Thu May 30 13:40:37 2013 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.194: +1 -2
lines
Diff to previous 1.194 (colored)
Update to 6.8.5.8. 2013-05-23 6.8.5-8 Glenn Randers-Pehrson <glennrp@image...> * Stopped a "-fsanitize-address" warning in the JNG coder. 2013-05-20 6.8.5-8 Cristy <quetzlzacatenango@image...> * The -white-threshold option is symetrical with -black-threshold (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23441); * Fix multi-line PNM comments (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442). * The -format option should not automatically append a newline since the user can specify a newline in the formatting expression. * The -level option is no longer returning a darkened image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23479). 2013-05-20 6.8.5-7 Cristy <quetzlzacatenango@image...> * New version 6.8.5-7, SVN revision 12310. 2013-05-14 6.8.5-7 Glenn Randers-Pehrson <glennrp@image...> * Recognize PNG iCCP chunks that contain the sRGB profile and replace them with the PNG sRGB chunk. Use "-define png:preserve-iCCP" to get the previous behavior, of simply copying the iCCP chunk. 2013-05-11 6.8.5-7 Cristy <quetzlzacatenango@image...> * Sometimes an sRGB image is masquerading as grayscale (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23370). * Labels no longer overflow (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22964). * If more then one exception, return the highest security exception. * A grayscale image returns a color JPEG for -type TrueColor (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23421). * Read PAM comment (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442). 2013-05-10 6.8.5-6 Cristy <quetzlzacatenango@image...> * New version 6.8.5-6, SVN revision 12257. 2013-05-09 6.8.5-6 Cristy <quetzlzacatenango@image...> * The stream utility no longer faults when exporting float pixels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23394). 2013-05-08 6.8.5-5 Cristy <quetzlzacatenango@image...> * New version 6.8.5-5, SVN revision 12227. 2013-05-07 6.8.5-5 Nicolas Robidoux <nicolas.robidoux@gmail...> * Change the sample JPEG quantization table xml to something that works really well with 2x2 Chroma subsampling around quality 75. 2013-05-06 6.8.5-5 Glenn Randers-Pehrson <glennrp@image...> * Eliminate whitespace from image properties that hold PNG chunk data. 2013-05-05 6.8.5-5 Cristy <quetzlzacatenango@image...> * The -poly option treats the opacity channel as alpha (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23346). * The -threshold 50% option returns a 50-50 black and white image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23354). * Let user override the TIFF rows per strip (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23307). * Fix transient bug in the -separate option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23335). 2013-05-01 6.8.5-4 Cristy <quetzlzacatenango@image...> * New version 6.8.5-4, SVN revision 12089. 2013-05-01 6.8.5-4 Cristy <quetzlzacatenango@image...> * Add DeleteImageArtifact() for jpeg:extent artifact (thanks to Jimmy Xie @ Microsoft). * Track morphology changes per thread to avoid a critical section. 2013-04-28 6.8.5-3 Cristy <quetzlzacatenango@image...> * New version 6.8.5-3, SVN revision 12025. 2013-04-29 6.8.5-3 Cristy <quetzlzacatenango@image...> * Add DeleteImageArtifact() for jpeg:extent artifact (thanks to Jimmy Xie @ Microsoft). * Add support for JXR / WDP image format. 2013-04-28 6.8.5-2 Cristy <quetzlzacatenango@image...> * New version 6.8.5-2, SVN revision 12013. 2013-04-28 6.8.5-2 Cristy <quetzlzacatenango@image...> * Use GetImageOption() for webp options (e.g. webp:lossless). 2013-04-27 6.8.5-1 Cristy <quetzlzacatenango@image...> * New version 6.8.5-1, SVN revision 12000. 2013-04-26 6.8.5-1 Cristy <quetzlzacatenango@image...> * Recognize xc:gray50 is non-linear. * Loop over read() until requested bytes are consumed (reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=23268). * Don't use gamma lookup map when HDRI is enabled. 2013-04-24 6.8.5-0 Cristy <quetzlzacatenango@image...> * New version 6.8.5-0, SVN revision 11979. 2013-04-16 6.8.5-0 Glenn Randers-Pehrson <glennrp@image...> * Handle benign errors as warnings in the PNG coder. 2013-04-16 6.8.5-0 Cristy <quetzlzacatenango@image...> * Don't modify channel values for -separate (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23193). * The -adaptive-sharpen option is now sharpening properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211). * Sometimes an image says its grayscale when its not (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23217). * Use malloc() to allocate X image data (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23221). * If there are more components than quantization tables, the last table is replicated. * Removed the ICC profile from the logo: image definition in coders/magick.c; libpng16 detected that it was a broken sRGB profile. * Negatives raised to a non-integer power returns NaN's (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23234). 2013-04-15 6.8.4-10 Cristy <quetzlzacatenango@image...> * New version 6.8.4-10, SVN revision 11851. 2013-04-11 6.8.4-10 Cristy <quetzlzacatenango@image...> * Ensure -define jpeg:extent is resticted to at most 7 iterations (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23179). * Move X11 font support from annotate.c source module to xwindow.c. 2013-04-10 6.8.4-9 Cristy <quetzlzacatenango@image...> * New version 6.8.4-9, SVN revision 11818. 2013-04-10 6.8.4-9 Bastien Roucaries <roucaries.basti...> * Respect --program-suffix configure script option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23143). * Update to the newest AX_CHECK_PTHREAD macro from autoconf-archive. 2013-04-10 6.8.4-9 Anthony Thyssen <A.Thyssen@griffith...> * Save the calculated angle for "deskew" as the artifact "deskew:angle" 2013-04-08 6.8.4-9 Cristy <quetzlzacatenango@image...> * Pass JP2 format type to decoder (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23038). * Previously tinting a grayscale image returned dark results. * The -page option only affects new images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23172). * Revert 'Move binaries to lib subdirectory and link are created from binary package' patch. We're getting too many bug reports. 2013-04-07 6.8.4-8 Cristy <quetzlzacatenango@image...> * New version 6.8.4-8, SVN revision 11743. 2013-04-06 6.8.4-8 Cristy <quetzlzacatenango@image...> * Include intensity type in the MIFF metadata. 2013-04-06 6.8.4-7 Cristy <quetzlzacatenango@image...> * New version 6.8.4-7, SVN revision 11720. 2013-04-05 6.8.4-7 Anthony Thyssen <A.Thyssen@griffith...> * Fix -sample sampling point to midpoints of sampling areas * add a "sample:offset=" define to allow users to adjust this sampling point position in terms of percentage (default = 50x50) 2013-04-02 6.8.4-7 Glenn Randers-Pehrson <glennrp@image...> * Don't write a PNG gAMA or cHRM chunk when writing the iCCP or sRGB chunk. 2013-04-02 6.8.4-7 Cristy <quetzlzacatenango@image...> * Return MagickWand for the library name for Wand.pc. * The LCH colorspace makes the round-trip now. * Revert the default upsampling algortithm for JPEG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23100). * Prevent fault when temporary directory is not-writable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23117). 2013-04-01 6.8.4-7 Bastien Roucaries <roucaries.basti...> * Prepare X11 support as a plugin. * Fix compilation under HPUX of perlmagick 2013-04-01 6.8.4-6 Cristy <quetzlzacatenango@image...> * New version 6.8.4-6, SVN revision 11640. 2013-04-01 6.8.4-6 Cristy <quetzlzacatenango@image...> * The -clut option return a luma grayscale instead of the expected luminance. * Add moduledir variable to MagickCore.pc to support the MagickFilter and MagickCore kits. * Caption fits the sized area (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23085). 2013-03-31 6.8.4-5 Cristy <quetzlzacatenango@image...> * New version 6.8.4-5, SVN revision 11619. 2013-03-30 6.8.4-5 Cristy <quetzlzacatenango@image...> * Fix transient bug when writing grayscale MIFF images. * Adding noise to a gray image returns a gray image as expected. * Image interlace no longer overwritten by proper cloning for GIF format. * Extract the clipping path from an image file with clip:myimage. 2013-03-29 6.8.4-4 Cristy <quetzlzacatenango@image...> * New version 6.8.4-4, SVN revision 11591. 2013-03-29 6.8.4-4 Cristy <quetzlzacatenango@image...> * Update unit test signatures for Q8. * Resolve send() / recv() socket problems under MinGW. 2013-03-28 6.8.4-3 Cristy <quetzlzacatenango@image...> * New version 6.8.4-3, SVN revision 11581. 2013-03-28 6.8.4-3 Cristy <quetzlzacatenango@image...> * Revert patch to ContrastStretchImage() to match results from 6.8.3-3. 2013-03-27 6.8.4-2 Cristy <quetzlzacatenango@image...> * New version 6.8.4-2, SVN revision 11558. 2013-03-27 6.8.4-2 Cristy <quetzlzacatenango@image...> * Use MorphologyApply() rather than MorphologyImage() for -sharpen / -blur. 2013-03-27 6.8.4-1 Cristy <quetzlzacatenango@image...> * New version 6.8.4-1, SVN revision 11552. 2013-03-26 6.8.4-1 Cristy <quetzlzacatenango@image...> * Sync 'intensity' option with current image. * Normalize sharpen kernel to match that of 6.8.3-3. 2013-03-26 6.8.4-0 Cristy <quetzlzacatenango@image...> * New version 6.8.4-0, SVN revision 11531. 2013-03-20 6.8.4-0 Cristy <quetzlzacatenango@image...> * Do not write zero-length TIFF tags (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22957). * Math library should be private for *.pc.in configuration files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22986). * Do not split words for caption (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123). * Modify the configure script check for the webp delegate library (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23025). * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * Fix infinite loop for 'display -window' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23028). * Revert -auto-level patch to match the results of ImageMagick 6.8.3-4. * Revert g_type_init() patch in svg.c (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23035). 2013-03-18 6.8.3-10 Cristy <quetzlzacatenango@image...> * New version 6.8.3-10, SVN revision 11413. 2013-03-15 6.8.3-10 Glenn Randers-Pehrson <glennrp@image...> * Added IM, libpng, and zlib version info to debug output. 2013-03-10 6.8.3-10 Bastien Roucaries <roucaries.basti...> * Move PerlMagick arch independant part to 'default' folder. * Move binaries to lib subdirectory and link are created from binary package. 2013-03-10 6.8.3-10 Cristy <quetzlzacatenango@image...> * The TXT image format can now generate output compatible with the -sparse-color option (e.g. convert image.png sparse-color:image.txt). * Support -intensity option: method to generate an intensity value from a pixel. * Add -similarity-threshold option to the compare utility, the minimum distortion for a (sub)image match. * Avoid seq-fault in AcquireQuantumInfo() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22973). * Comment resource initializers in magick/resource.c.
Revision 1.194 / (download) - annotate - [select for diffs], Thu May 9 07:39:09 2013 UTC (10 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.193: +2 -2
lines
Diff to previous 1.193 (colored)
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
Revision 1.193 / (download) - annotate - [select for diffs], Thu Apr 25 03:53:11 2013 UTC (10 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.192: +2 -2
lines
Diff to previous 1.192 (colored)
For all packages include ghostscript.buildlink3.mk: s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
Revision 1.192 / (download) - annotate - [select for diffs], Sat Mar 16 22:40:25 2013 UTC (10 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.191: +2 -1
lines
Diff to previous 1.191 (colored)
Update ghostscript depends
Revision 1.191 / (download) - annotate - [select for diffs], Tue Mar 5 16:50:25 2013 UTC (10 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.190: +1 -2
lines
Diff to previous 1.190 (colored)
Changes 6.8.3.7: Bug fixes and improvements.
Revision 1.190 / (download) - annotate - [select for diffs], Sat Feb 16 11:17:59 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.189: +2 -2
lines
Diff to previous 1.189 (colored)
Recursive bump for png-1.6.
Revision 1.189 / (download) - annotate - [select for diffs], Wed Feb 6 23:21:20 2013 UTC (10 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.188: +2 -2
lines
Diff to previous 1.188 (colored)
PKGREVISION bumps for the security/openssl 1.0.1d update.
Revision 1.188 / (download) - annotate - [select for diffs], Sat Jan 26 21:36:26 2013 UTC (10 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.187: +2 -1
lines
Diff to previous 1.187 (colored)
Revbump after graphics/jpeg and textproc/icu
Revision 1.187 / (download) - annotate - [select for diffs], Wed Oct 10 11:48:39 2012 UTC (10 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.186: +2 -4
lines
Diff to previous 1.186 (colored)
update to 6.7.9.10 changes: many fixes and improvements pkgsrc change: switch to lcms2
Revision 1.186 / (download) - annotate - [select for diffs], Sat Oct 6 14:10:39 2012 UTC (10 years, 8 months ago) by asau
Branch: MAIN
Changes since 1.185: +1 -2
lines
Diff to previous 1.185 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.185 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:07 2012 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.184: +2 -2
lines
Diff to previous 1.184 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.184 / (download) - annotate - [select for diffs], Sat Aug 18 01:37:42 2012 UTC (10 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.183: +2 -2
lines
Diff to previous 1.183 (colored)
Bump PKGREVISION * ABI of grapics/libwebp is changed
Revision 1.182.2.1 / (download) - annotate - [select for diffs], Tue Jul 31 16:19:58 2012 UTC (10 years, 10 months ago) by tron
Branch: pkgsrc-2012Q2
Changes since 1.182: +2 -2
lines
Diff to previous 1.182 (colored) next main 1.183 (colored)
Pullup ticket #3883 - requested by wiz graphics/ImageMagick: security patch Revisions pulled up: - graphics/ImageMagick/Makefile 1.183 - graphics/ImageMagick/distinfo 1.114 - graphics/ImageMagick/patches/patch-coders_png.c 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Mon Jul 30 09:20:08 UTC 2012 Modified Files: pkgsrc/graphics/ImageMagick: Makefile distinfo Added Files: pkgsrc/graphics/ImageMagick/patches: patch-coders_png.c Log Message: Fix possible denial of service. Bump PKGREVISION.
Revision 1.183 / (download) - annotate - [select for diffs], Mon Jul 30 09:20:08 2012 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.182: +2 -2
lines
Diff to previous 1.182 (colored)
Fix possible denial of service. Bump PKGREVISION.
Revision 1.182 / (download) - annotate - [select for diffs], Thu Jun 14 07:43:11 2012 UTC (10 years, 11 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base
Branch point for: pkgsrc-2012Q2
Changes since 1.181: +2 -2
lines
Diff to previous 1.181 (colored)
Recursive PKGREVISION bump for libxml2 buildlink addition.
Revision 1.181 / (download) - annotate - [select for diffs], Wed May 23 21:03:08 2012 UTC (11 years ago) by markd
Branch: MAIN
Changes since 1.180: +3 -1
lines
Diff to previous 1.180 (colored)
Pass sysconfdir to configure so that its set correctly if PKG_SYSCONFBASE has been changed from the default. Bump PKGREVISION
Revision 1.180 / (download) - annotate - [select for diffs], Fri Apr 20 15:22:37 2012 UTC (11 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.179: +5 -2
lines
Diff to previous 1.179 (colored)
Changes 6.7.6.6: * Always unlock the semaphore before returning from the png codec, either by a "return" or png_error(); changed all Magick*Exception() calls after setjmp() to png_error() to ensure proper cleanup (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16883). * Fixed log known alpha*kernel normalization bug in morphology convolve. * Pixel allocation for Pango is stride*rows not stride*columns. * Set the image resolution for Postscript files with an embedded Photoshop profile. More...
Revision 1.179 / (download) - annotate - [select for diffs], Mon Apr 9 15:56:21 2012 UTC (11 years, 2 months ago) by tez
Branch: MAIN
Changes since 1.178: +1 -1
lines
Diff to previous 1.178 (colored)
Add patch for CVE-2012-1610 from http://www.imagemagick.org/discourse-server/viewtopic.php?t=20629
Revision 1.178 / (download) - annotate - [select for diffs], Fri Mar 30 03:50:47 2012 UTC (11 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.177: +2 -1
lines
Diff to previous 1.177 (colored)
Add some security fix regarding to http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=20629. [CVE-2012-0259] JPEG EXIF tag crash. [CVE-2012-0260] Excessive memory use with JPEG restart markers. [CVE-2012-1798] Copying of invalid memory when reading TIFF EXIF IFD. Bump PKGREVISION.
Revision 1.177 / (download) - annotate - [select for diffs], Wed Mar 21 18:12:42 2012 UTC (11 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.176: +1 -2
lines
Diff to previous 1.176 (colored)
update to 6.7.5-10 This fixes incomplete fixes for CVE-2012-0247 / CVE-2012-0248 (CVE-2012-1185 / CVE-2012-1186)
Revision 1.176 / (download) - annotate - [select for diffs], Fri Mar 9 14:49:15 2012 UTC (11 years, 3 months ago) by fhajny
Branch: MAIN
Changes since 1.175: +3 -1
lines
Diff to previous 1.175 (colored)
Add --with-xml=yes since we're linking libxml2 anyway. Bump PKGREVISION.
Revision 1.175 / (download) - annotate - [select for diffs], Mon Feb 13 11:01:06 2012 UTC (11 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.174: +1 -2
lines
Diff to previous 1.174 (colored)
update to 3.7.5.5 This fixes two DOS problems due to insufficient imput validation (CVE-2012-0247, CVE-2012-02478).
Revision 1.174 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:16 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.173: +2 -2
lines
Diff to previous 1.173 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.173 / (download) - annotate - [select for diffs], Sat Jan 28 23:49:41 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.172: +3 -2
lines
Diff to previous 1.172 (colored)
Enable webp. Bump PKGREVISION.
Revision 1.172 / (download) - annotate - [select for diffs], Sun Nov 20 22:09:37 2011 UTC (11 years, 6 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.171: +3 -2
lines
Diff to previous 1.171 (colored)
Add missing archivers/xz buildlink. Bump PKGREVISION
Revision 1.171 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:25 2011 UTC (11 years, 7 months ago) by sbd
Branch: MAIN
Changes since 1.170: +2 -1
lines
Diff to previous 1.170 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.170 / (download) - annotate - [select for diffs], Sat Oct 22 14:55:51 2011 UTC (11 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.169: +2 -2
lines
Diff to previous 1.169 (colored)
Update to 6.7.3.1 * shlib name has changed. Changelog: 2011-10-15 6.7.3-1 Cristy <quetzlzacatenango@image...> * New version 6.7.3-1. 2011-10-15 6.7.3-1 Cristy <quetzlzacatenango@image...> * Read TIFF EXIF profile before reading the image data. * Fix "test: no: unexpected operator" in the configure script (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615). * Off by one error when writing the JPEG XMP profile (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616). * Revert GetPathComponent() patch. 2011-10-09 6.7.3-0 Cristy <quetzlzacatenango@image...> * New version 6.7.3-0. 2011-10-09 6.7.3-0 Cristy <quetzlzacatenango@image...> * Generate output for caption:"[!]" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589. 2011-10-05 6.7.3-0 Glenn Randers-Pehrson <glennrp@image...> * Add "png:format" property with possible values png8, png24, and png32, for use when prepending the format type to the filename is not convenient or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO. 2011-10-04 6.7.2-10 Cristy <quetzlzacatenango@image...> * New version 6.7.2-10. 2011-10-04 6.7.2-10 Cristy <quetzlzacatenango@image...> * Remove most of the LLVM compiler warnings. * Fix bug in -evaluate-sequence multiply (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549). * Upgrade to sRGB V4 ICC profile (reference http://www.color.org/srgbprofiles.xalter). * Distinguish embedded PNG vs BMP within the MicroSoft ICON image format. 2011-09-30 6.7.2-10 Glenn Randers-Pehrson <glennrp@image...> * Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead. * Use crc32 instead of "sRGB" string to recognize certain sRGB profiles. 2011-09-26 6.7.2-9 Cristy <quetzlzacatenango@image...> * New version 6.7.2-9. 2011-09-26 6.7.2-9 Cristy <quetzlzacatenango@image...> * Fix race condition on image rotate @ 90 degrees. 2011-09-25 6.7.2-8 Cristy <quetzlzacatenango@image...> * New version 6.7.2-8. 2011-09-20 6.7.2-8 Cristy <quetzlzacatenango@image...> * Prevent infinite loop when font is too large for specified width (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502). * Fix LFS cross-compile detection (patch from Mike Frysinger). * Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods. 2011-09-15 6.7.2-7 Cristy <quetzlzacatenango@image...> * Convert empty .htm / .html file no longer removes source file. * -crop 11x2@ now returns 22 images as expected. * Enable reading the EXIF profile in a TIFF image under Windows. * Support drawing text with bitmap font. 2011-09-13 6.7.2-6 Cristy <quetzlzacatenango@image...> * New version 6.7.2-6. 2011-09-12 6.7.2-6 Cristy <quetzlzacatenango@image...> * Expand pixel range for 12 bit DCM images stored in 16-bit words. * Gray images not displayed properly when saved as MIFF with sRGB colorspace. * OpenCL's clCreateContextFromType() no longer returns a system default. * Use -enable-zero-configuration for zero configuration ImageMagick (previously -enable-embeddable). 2011-09-10 6.7.2-5 Cristy <quetzlzacatenango@image...> * New version 6.7.2-5. 2011-09-10 6.7.2-5 Cristy <quetzlzacatenango@image...> * SO bump. 2011-09-09 6.7.2-4 Cristy <quetzlzacatenango@image...> * New version 6.7.2-4. 2011-09-05 6.7.2-4 Cristy <quetzlzacatenango@image...> * Fix cut-n-paste error when reading JPEG profiles. 2011-09-07 6.7.2-3 Cristy <quetzlzacatenango@image...> * New version 6.7.2-3. 2011-09-05 6.7.2-3 Cristy <quetzlzacatenango@image...> * A small memory overwrite when reading TIFF with 1-bit alpha (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417). * Remove a 2 byte memory leak when checking for environment variables. 2011-09-05 6.7.2-2 Cristy <quetzlzacatenango@image...> * New version 6.7.2-2. 2011-09-03 6.7.2-2 Glenn Randers-Pehrson <glennrp@image...> * Recognize the sRGB ICC profile and write the PNG sRGB profile instead of a full iCCP chunk. 2011-08-31 6.7.2-2 Cristy <quetzlzacatenango@image...> * Write grayscale MIFF as a single gray pixel component, not RGB (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403). * Bail gracefully for corrupt JPEG images. * Bail gracefully for negative montage geometries (references https://bugzilla.redhat.com/show_bug.cgi?id=735599). * Account for DCm bits allocated 16 and significant bits 12 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420). * Fix bug when appending JPEG image profiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429). 2011-08-29 6.7.2-1 Cristy <quetzlzacatenango@image...> * New version 6.7.2-1. 2011-08-29 6.7.2-1 Cristy <quetzlzacatenango@image...> * The AllChannels defined changed to 0x7ffffff to avoid integer overflow. 2011-08-26 6.7.2-0 Cristy <quetzlzacatenango@image...> * HDR format 32-bit_rle_xyze implies the XYZ colorspace. 2011-08-22 6.7.1-10 Cristy <quetzlzacatenango@image...> * Revert FormatImageAttributeList(), FormatImagePropertyList() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339). 2011-08-21 6.7.1-10 Glenn Randers-Pehrson <glennrp@image...> * Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12, and -lpng in that order instead of just -lpng. This should help find a consistent library and headers when users upgrade their libpng delegate from one version to another, incompatible version. 2011-08-20 6.7.1-9 Cristy <quetzlzacatenango@image...> * New version 6.7.1-9. 2011-08-20 6.7.1-9 Cristy <quetzlzacatenango@image...> * Fix memory leak in text annotation (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331). 2011-08-18 6.7.1-9 Glenn Randers-Pehrson <glennrp@image...> * The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below); revised the -strip option so it behaves as if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline. * When writing a PNG8 and more than one transparent color is present, merge them into the image->background_color (Reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329), finishing the implementation started in version 6.6.8-7. 2011-08-18 6.7.1-8 Cristy <quetzlzacatenango@image...> * New version 6.7.1-8. 2011-08-18 6.7.1-8 Cristy <quetzlzacatenango@image...> * Caption now wraps properly for Chinese text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249). 2011-08-18 6.7.1-8 Glenn Randers-Pehrson <glennrp@image...> * The PNG encoder would sometimes fail to respect the -define PNG:color-type option when the incoming image was PseudoClass (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262). 2011-08-15 6.7.1-7 Cristy <quetzlzacatenango@image...> * New version 6.7.1-7. 2011-08-15 6.7.1-7 Cristy <quetzlzacatenango@image...> * Properly handled continued JPEG embedded profiles. 2011-08-12 6.7.1-6 Cristy <quetzlzacatenango@image...> * Yet another attempt to read Japanese filenames under Windows. 2011-08-10 6.7.1-5 Cristy <quetzlzacatenango@image...> * New version 6.7.1-5. 2011-08-10 6.7.1-5 Cristy <quetzlzacatenango@image...> * Revert -colorspace sRGB option patch (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256). * Revert -type PaletteMatte option patch (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263 2011-08-09 6.7.1-4 Cristy <quetzlzacatenango@image...> * New version 6.7.1-4. 2011-08-09 6.7.1-4 Cristy <quetzlzacatenango@image...> * Revert MultiByteToWideChar() for Windows patch. 2011-08-05 6.7.1-3 Cristy <quetzlzacatenango@image...> * New version 6.7.1-3. 2011-08-05 6.7.1-3 Cristy <quetzlzacatenango@image...> * Use MultiByteToWideChar() for Windows filenames (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242). 2011-08-03 6.7.1-2 Cristy <quetzlzacatenango@image...> * New version 6.7.1-2. 2011-08-02 6.7.1-2 Cristy <quetzlzacatenango@image...> * Windows does not support acosh(), asinh(), or atanh(). * Accept filenames with time stamps and a sub-image specification (e.g. test-18:37.jpg[0]). 2011-08-01 6.7.1-1 Cristy <quetzlzacatenango@image...> * New version 6.7.1-1. 2011-08-01 6.7.1-1 Cristy <quetzlzacatenango@image...> * Support MSL 'set gravity' element. * Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)). * Support -fx acosh(), asinh(), and atanh(). 2011-07-21 6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...> * Removed a case that prevented rotations of rectangle kernels. 2011-07-01 6.7.1-0 Glenn Randers-Pehrson <glennrp@image...> * Use zlib default compression strategy instead of Z_RLE and Z_FIXED strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, respectively) that don't support them. * Exit test loop sooner in coders/png.c when a non-gray pixel is found. 2011-06-30 6.7.0-10 Cristy <quetzlzacatenango@image...> * New version 6.7.0-10. 2011-06-30 6.7.0-10 Glenn Randers-Pehrson <glennrp@image...> * Added "-define PNG:compression-level|strategy|filter=value" options to the PNG encoder. If these options are used, they take precedence over the -quality option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548). 2011-06-29 6.7.0-7 Glenn Randers-Pehrson <glennrp@image...> * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel filtering when writing a MNG file and no filtering when writing a PNG file. * Added support for Z_RLE strategy in the png compressor, using -quality 98 or 99. 2011-06-28 6.7.0-10 Cristy <quetzlzacatenango@image...> * Properly allocate points when render text with large font size (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997). 2011-06-25 6.7.0-9 Cristy <quetzlzacatenango@image...> * New version 6.7.0-9. 2011-06-18 6.7.0-9 Cristy <quetzlzacatenango@image...> * Defend against corrupt PSD resource blocks. 2011-06-15 6.7.0-8 Cristy <quetzlzacatenango@image...> * New version 6.7.0-8. 2011-06-14 6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...> * Added Initial implementation of Cylinder to/from Plane 3D Distorts Includes derivative (scaled lookup), and anti-aliased horizon (validity) Currently can NOT handle extractions from full 360 cylinder panoramas. 2011-06-13 6.7.0-7 Cristy <quetzlzacatenango@image...> * New version 6.7.0-7. 2011-06-09 6.7.0-7 Cristy <quetzlzacatenango@image...> * Fixed "conversion from unsigned __int64 to double not implemented" so IM can compile under VisualStudio 6. 2011-06-08 6.7.0-7 Glenn Randers-Pehrson <glennrp@image...> * The PNG encoder would sometimes make black pixels transparent when some other gray level was supposed to be the transparent color (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900). This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32 builds. 2011-06-08 6.7.0-6 Cristy <quetzlzacatenango@image...> * New version 6.7.0-6. 2011-06-08 6.7.0-6 Cristy <quetzlzacatenango@image...> * Fix transient error for composite 'Over' operator. 2011-06-07 6.7.0-5 Cristy <quetzlzacatenango@image...> * New version 6.7.0-5. 2011-06-07 6.7.0-5 Cristy <quetzlzacatenango@image...> * Fix one-off bug in option parser (reference http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177). * Transient bug with composite 'Over' in magick/composite-private.h. 2011-06-06 6.7.0-4 Cristy <quetzlzacatenango@image...> * New version 6.7.0-4. 2011-06-03 6.7.0-4 Cristy <quetzlzacatenango@image...> * Support -direction right-to-left for the label: and caption: coders. * Blue / green reversed for JPEG-compressed TIFF images. 2011-06-03 6.7.0-3 Cristy <quetzlzacatenango@image...> * New version 6.7.0-3. 2011-06-02 6.7.0-2 Cristy <quetzlzacatenango@image...> * Use memmove() instead of memcpy() in StripString(). 2011-05-27 6.7.0-2 Cristy <quetzlzacatenango@image...> * New version 6.7.0-2. 2011-05-26 6.7.0-2 Cristy <quetzlzacatenango@image...> * ImageMagick now compiles on Hurd (reference http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020). * Use vfprintf rather than fprintf in FormatLocaleFileList(). 2011-05-26 6.7.0-1 Cristy <quetzlzacatenango@image...> * New version 6.7.0-1. 2011-05-25 6.7.0-1 Cristy <quetzlzacatenango@image...> * Not all Linux'es define locale_t (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819). 2011-05-22 6.7.0-0 Cristy <quetzlzacatenango@image...> * New version 6.7.0-0. 2011-05-21 6.7.0-0 Cristy <quetzlzacatenango@image...> * Avoid fault on corrupt JPEG images. * Avoid fault on certain DJVU images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807). * Fix -fx to interpret scientific notation properly. 2011-05-20 6.6.9-10 Cristy <quetzlzacatenango@image...> * New version 6.6.9-10. 2011-05-20 6.6.9-10 Glenn Randers-Pehrson <glennrp@image...> * The PNG encoder now respects the -depth setting, including 1, 2, 4. Previously settings other than 8 and 16 were ignored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412). 2011-05-16 6.6.9-10 Cristy <quetzlzacatenango@image...> * Don't use comma as a separator for stroked text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742). * Use C locale when generating or interpreting SVG. * Fix "unterminated macro" for Q32 build of coders/png.c. 2011-05-15 6.6.9-9 Cristy <quetzlzacatenango@image...> * New version 6.6.9-9. 2011-05-14 6.6.9-9 Cristy <quetzlzacatenango@image...> * The -scale option now considers the alpha channel when scaling. * Fix transient bug for HSL to RGB and back. 2011-05-12 6.6.9-9 Glenn Randers-Pehrson <glennrp@image...> * Fixed PNG8 reduction to work with an image that reduces to 256 colors plus transparency, by merging the two darkest red colors.
Revision 1.169 / (download) - annotate - [select for diffs], Wed May 11 11:38:48 2011 UTC (12 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.168: +25 -10
lines
Diff to previous 1.168 (colored)
Changes 6.6.9.8: * Fixed some cut-and-paste errors in new png.c code that caused PNG8 reductions to fail. Changes 6.6.9.8: * Add various Option Flags, and fix option skip counts for plus forms of simple operators where plus form is the same as minus form. For example the incorrect counts produces a weird error, and posible future segmentation fault in a command like convert rose: +border show: Changes 6.6.9.7: * Fix FX default for interpolation to Bilinear. * Fix pixel interpolation for -draw image over (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612). * Write the proper bKGD chunk value in grayscale PNG images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624). * Added Inverse method for Sparse Color Interpolation
Revision 1.168 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:08 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.167: +2 -1
lines
Diff to previous 1.167 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.167 / (download) - annotate - [select for diffs], Tue Dec 14 10:08:40 2010 UTC (12 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.166: +13 -3
lines
Diff to previous 1.166 (colored)
Changes 6.6.6.5: * Make the PNG encoder always rebuild the palette, to avoid losing transparency when it is out of sync with the pixel data. Eliminated CompressColormapTransFirst() since the palette is already compressed and sorted by opacty now when it's recreated. * Account for virtual canvas for the -flip / -flop options. * Also for -transpose and transverse options * Support -metric fuzz option. Changes 6.6.6.4: * Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold function. Note function does not calculate 'distance' in total but short-circuits when threshold is reached for faster processing. * Ordered Dithered handling of Alpha channel was incorrect - fixing Bug was introduced v6.6.5-6 Changes 6.6.6.3: * Fixed two more cases where the PNG encoder lost transparency. Changes 6.6.6.2: * Affine multiplication reversed when translating. Changes 6.6.6.2: * Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary to each other. Changes 6.6.6.1: * Add support for -evaluate-sequence median. Changes 6.6.6.0: * Fixed two more cases where the PNG encoder lost transparency. * The policy.xml sets not-to-exceed resource values (e.g. policy memory limit 1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB). * Support NCC (normalized cross correlation) compare metric.
Revision 1.166 / (download) - annotate - [select for diffs], Thu Sep 16 21:03:48 2010 UTC (12 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.165: +1 -2
lines
Diff to previous 1.165 (colored)
update to 6.6.4.1 many improvements and fixes - see the changelog
Revision 1.165 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:26 2010 UTC (12 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.164: +2 -1
lines
Diff to previous 1.164 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.164 / (download) - annotate - [select for diffs], Tue May 4 11:14:23 2010 UTC (13 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.163: +1 -2
lines
Diff to previous 1.163 (colored)
update to 6.6.1.5 many new features and fixes - too much to list here
Revision 1.161.2.1 / (download) - annotate - [select for diffs], Wed Jan 27 17:40:41 2010 UTC (13 years, 4 months ago) by tron
Branch: pkgsrc-2009Q4
Changes since 1.161: +1 -2
lines
Diff to previous 1.161 (colored) next main 1.162 (colored)
Pullup ticket #2976 - requested by drochner ImageMagick: bug fix p5-PerlMagick: bug fix Revisions pulled up: - graphics/ImageMagick/Makefile 1.162 - graphics/ImageMagick/Makefile.common 1.85 - graphics/ImageMagick/distinfo 1.101 --- Module Name: pkgsrc Committed By: drochner Date: Fri Jan 15 19:28:41 UTC 2010 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Makefile.common distinfo Log Message: update to 6.5.7.9 This is the minimal update to fix the crashes described in PR pkg/42593. (pullup candidate for 2009Q4)
Revision 1.163 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:55 2010 UTC (13 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.162: +2 -1
lines
Diff to previous 1.162 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.162 / (download) - annotate - [select for diffs], Fri Jan 15 19:28:41 2010 UTC (13 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.161: +1 -2
lines
Diff to previous 1.161 (colored)
update to 6.5.7.9 This is the minimal update to fix the crashes described in PR pkg/42593. (pullup candidate for 2009Q4)
Revision 1.161 / (download) - annotate - [select for diffs], Tue Dec 15 21:48:00 2009 UTC (13 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base
Branch point for: pkgsrc-2009Q4
Changes since 1.160: +2 -1
lines
Diff to previous 1.160 (colored)
Recursive bump for libltdl
Revision 1.160 / (download) - annotate - [select for diffs], Wed Oct 28 11:07:59 2009 UTC (13 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.159: +1 -2
lines
Diff to previous 1.159 (colored)
Changes 6.5.7.2: * Bug fixes and improvements.
Revision 1.159 / (download) - annotate - [select for diffs], Mon Oct 26 09:47:41 2009 UTC (13 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.158: +2 -3
lines
Diff to previous 1.158 (colored)
The "ImageMagick" doesn't use "libexif". Remove the dependence and bump the package revision.
Revision 1.158 / (download) - annotate - [select for diffs], Thu Aug 27 17:52:55 2009 UTC (13 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.157: +2 -1
lines
Diff to previous 1.157 (colored)
Updating package graphics/ImageMagick from 6.5.5.3 to 6.5.5.3nb1 because package file on server has changed without new release. No upstream notice about new package is provided.
Revision 1.157 / (download) - annotate - [select for diffs], Wed Aug 26 21:06:46 2009 UTC (13 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.156: +1 -2
lines
Diff to previous 1.156 (colored)
Updating package graphics/ImageMagick from 6.5.3.2nb1 to 6.5.5.3 Upstream changes: 2009-08-26 6.5.5-3 Cristy <quetzlzacatenango@image...> * Fix memory leak for threaded PerlMagick scripts. 2009-08-24 6.5.5-2 Cristy <quetzlzacatenango@image...> * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined. 2009-08-23 6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...> * Bug Fix for transparency handling in Composite Variable Blur * Addition of -auto-level and -auto-gamma image enhancements (under trial not yet final) * Addition of a special -channel flag 'sync' which means that the specified channels are to be modified together by the same amount. The flag is enabled by default. This replaces the current 'channels not modified' type handling thought IM. * Modified -channel parsing to continue looking for words, after handling any shorthand channel options. For example: -channel RGB,sync 2009-08-10 6.5.5-0 Cristy <quetzlzacatenango@image...> * identify -format %c logo.png returns the image comment as expected. * Clone ImageInfo members scene and number_scenes (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437). * Fix memory leak with the -remote option of the animate program (bug report from Anthony). * If a grayscale TIFF image has a colormap write it as a colormapped image. * MVG partial opacity not set properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442). * Black channel was not blurring properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473). 2009-08-06 6.5.4-10 Cristy <quetzlzacatenango@image...> * The display program honors -loop. * (ab) of Lab colorspace was not offset correctly. * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds. * SVG permits multiple arc paths with an omitted 'A' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377). * The 'skewY' MVG attribute produced incorrect angles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144). 2009-08-02 6.5.4-9 Cristy <quetzlzacatenango@image...> * Optimize GammaImage() method. 2009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...> * OpenMP-enable GetSimilarityMetric(). 2009-07-30 6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...> * Structure trans_values was renamed to trans_color. in PNG version 1.4. 2009-07-28 6.5.4-7 Cristy <quetzlzacatenango@image...> * The -thumbnail option no longer removes color profiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312). * Do not scale real / imaginary FFT / IFT. * Check for localtime() NULL return. * import --help requires an X server (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323). * Fails to load MS Windows icons with compressed PNG elements (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324). 2009-07-25 6.5.4-6 Cristy <quetzlzacatenango@image...> * Support the new JPEG version 7 delegate library. 2009-07-24 6.5.4-6 Alexander E. Patrakov <patrakov@gmail...> * Incorrect use of setjmp in coders/png.c. 2009-07-23 6.5.4-5 Cristy <quetzlzacatenango@image...> * We broke -scene when we fixed the -dispose option. Try again. 2009-07-21 6.5.4-4 Cristy <quetzlzacatenango@image...> * Update autoconf support files. * More than one -dispose setting overwrote previous settings (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252). * Don't use JPEG's color reduction algorithm for less than 8 colors. 2009-07-13 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Final testing and bug fixes for all mathematical compose methods Including non-overlapping regions bugs found in in operators Divide, ColorDodge, VividLight. And the handling of transparency to follow standard 'Over' Blending in Divide. Only math methods not looked at are the addition methods Plus, Add, Minus, and Subtract, which do not follow normal 'Over' alpha blending behaviour, for the purposes of mask handling. 2009-07-12 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Addition of user diffinable 'Mathematics' compose method -compose Mathematics -set option:compose:args A,B,C,D -composite Will implement the formula f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D this lets you implement most smooth polynomal compose methods. (requested by Fred WienHaus) 2009-07-11 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Finished the recoding of Composite methods to allow easier debugging and faster access. * Added PegtopLight compose method as an alturnative simplier Softlight alturnative. See notes and comparision to SoftLight in... http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm * From the notes on Photoshop blend modes at http://www.simplefilter.de/en/basics/mixmods.html Added extra composition modes: VividLight, PinLight, LinearBurn, LinearDodge NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending. 2009-07-10 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Re-coding of Composte methods HardLight, SoftLight, Overlay, LinearLight, ColorBurn, ColorDodge, Multiply, Screen to make it more readable, easier to debug, and directly comparable to SVG specifications. * Specifications changed for SoftLight, ColorBurn, ColorDodge Though only SoftLight changed to significantly. * However implementation errors were found for ColorBurn, LinearLight 2009-07-01 6.5.4-3 Cristy <quetzlzacatenango@image...> * Add -blue-shift option. * Add compression flag for each channel of a PSD layer. * Implement experimental forward and inverse fourier transforms (contributed by Sean Burke and Fred Weinhaus). The -fft / -ifft option is not ready for prime time just yet. * Support -cdl (color decision list) option. * Support breaks in Chinese characters which traditionally do not include spaces. * Don't process directories as filenames when using wildcard paths (i.e. logo[1]/png). 2009-07-01 6.5.4-2 Cristy <quetzlzacatenango@image...> * Can't bit shift a float. 2009-06-25 6.5.4-1 Cristy <quetzlzacatenango@image...> * Off by one error for multi-frame raw grayscale images. * Can't stat() a Zip or Bzip opaque structure. * DPX user bits are no longer truncated. * Return image colorspace for -format [%colorspace] option. * ThumbnailImage(): don't subsample if image is already thumbnail size. 2009-06-23 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...> * Automatic determination of B from C and C from B for a 'Keys Filter' when using the B,C Cubic Filter Expert options was broken. See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037 2009-06-19 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...> * Added -compose 'Blur', variable blur mapping to CompositeImages Arguments X_scale x Y_scale + angle of the blurring ellipse. * Added "-blur" special compose option to "composite" * Cleanup of "composite" compose argument handling 2009-06-18 6.5.3-10 Cristy <quetzlzacatenango@image...> * Clone pixel cache when cloning image to prevent RMagick semaphore lock. * Set compare similarity image to NULL to prevent double free. 2009-06-16 6.5.3-8 Cristy <quetzlzacatenango@image...> * Set camera formats to require a seekable stream. * Do not let display program image window exceed the screen size. 2009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...> * Cleanup of compose 'displace' of old useless code that is not used. * Implement a compose 'distort' mapping method, This is basically exactly like 'displace' but relative to a fixed point which may be user supplied as +X+Y * Default scaling to width/2 and height/2 of overlay (100% scale) with a distortion 'center' to the middle of the overlay image * If a '%' flag given scale displacement relative to image size * If a '!' flag given make scale and center relative to 'background' image instead of the overlay map. * If no 'height' scale given, use the X scale. 2009-06-13 6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...> * Fixed bug for compose methods, Hue, Saturate, Luminize 2009-06-11 6.5.3-6 Cristy <quetzlzacatenango@image...> * Report the correct transparent pixel values in the display program magnify windows. * Do not advance when finalizing image settings in the mogrify program. 2009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...> * Fixed "convert" to merge the third 'mask' image into the 'source' image for correct handling of 2 dimensional -compose "displace". * Fixed PerlMagick Composite() for the same thing. * Modified compose "Displace" so displacement image's alpha channel can be used to mask the transparency of the overlay area. 2009-06-07 6.5.3-4 Cristy <quetzlzacatenango@image...> * Added the HALD image Color LUT, and a no-op HALD: image generator. See Introduction at http://www.quelsolaar.com/technology/clut.html 2009-06-07 6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...> * Changed CompositeImageChannel() so that extra compose arguments are now passed in the ImageArtifact "compose:args". This can be assigned to images using -set "option:compose:args" 'args' where args are defined using 'geometry' style or 'comma separated numbers'. * Declared the special flag needed for Composite Tiling as the ImageArtifact "compose:outside-overlay". * Documentation update for CompositeImageChannel() in Core Library to reflect these changes. * Documentation update for DistortImage() in Core Library with the extra ImageArtifact controls it can use. * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c 2009-06-06 6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...> * Documentation update for CompositeImageChannel() in Core Library. This adds the information on how extra compose arguments needed for specific compose methods are actually passed to the library function. Compose methods such as Blend, Dissolve and Displace. 2009-06-01 6.5.3-3 Priya Hariharan <priya.hariharan@globa...> * The target profile in ProfileImage() is no longer accessed after it is freed.
Revision 1.156 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:44 2009 UTC (13 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.155: +2 -1
lines
Diff to previous 1.155 (colored)
bump revision because of graphics/jpeg update
Revision 1.155 / (download) - annotate - [select for diffs], Thu Jan 8 14:29:18 2009 UTC (14 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.154: +2 -1
lines
Diff to previous 1.154 (colored)
Disable OpenMP support. It is randomly detected under Mac OS X Leopard with the latest version of Xcode Tools which breaks the build, probably because "buildlink3" doesn't allow to pick up the library.
Revision 1.154 / (download) - annotate - [select for diffs], Wed Jan 7 08:58:07 2009 UTC (14 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.153: +4 -4
lines
Diff to previous 1.153 (colored)
Changes 6.4.8-3: * Reverse argument and option in Throw*InvalidArgumentException() macro for proper exception message. * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30). * Fix Y shear angle for -shear option. Changes 6.4.8-2: * Use GetImageArtifact() to retrieve -attentuate option value for +noise. * Support reading FITS test files. * Replace input.ttf with the public domain Tuffy.ttf font. * MagickNewImage() no longer faults when parameters are incorrect (reference * Allocate strings returned by XGetResourceInstance(). * The -append gravity is relative to the container. Changes 6.4.8-1: * Reference cache rather than acquiring when cloning an image. Changes 6.4.8-0: * Cross-compilation failure using MinGW on Linux for ImageMagick trunk * Add -interword-spacing option to convert. * Initialize the black channel when testing the CMY colorspace. * remove calls to exit() in MagickWand. * Validate -affine arguments. * Accept -attentuate as an option for convert. * Properly create RGBA image if colormapped image has transparency. * Support X11 geometry like this: +-4+-4; wierd but X11 supports it.
Revision 1.153 / (download) - annotate - [select for diffs], Tue Oct 28 10:42:02 2008 UTC (14 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.152: +4 -1
lines
Diff to previous 1.152 (colored)
Changes 6.4.5.0: * Bug fixes and improvements.
Revision 1.152 / (download) - annotate - [select for diffs], Wed Dec 26 19:00:02 2007 UTC (15 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.151: +2 -2
lines
Diff to previous 1.151 (colored)
Fix PNG support when building without x11 (PR#37594)
Revision 1.151 / (download) - annotate - [select for diffs], Sat Jun 16 21:58:08 2007 UTC (15 years, 11 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.150: +3 -2
lines
Diff to previous 1.150 (colored)
Updated to version 6.3.4.9 (approved by adam@). Pkgsrc changes: - http://www.imagemagick.org/ is the HOMEPAGE now. - The package supports installation to DESTDIR. - Removed patch-ab because it was unclear why we would not want to have Magick++-config.1. Changes since version 6.3.3.6: ============================== 2007-06-11 6.3.4-9 Cristy <quetzlzacatenango@image...> * Converting a jpg to pdf is creating an empty pdf object (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954). * Respect the '-set type:hinting off option' (bug report from Richard Jones). * WritePSDImage vulnerable to exploitable heap corruption (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967). 2007-06-09 6.3.4-8 Cristy <quetzlzacatenango@image...> * SetMagickRegistry() post-increment the value 'id' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944). 2007-06-02 6.3.4-6 Cristy <quetzlzacatenango@image...> * Read/write 10 & 12-bit packed DPX images. * Reduce stack requirements for messaging system. * Small memory leak for raw profiles in the PNG coder. 2007-06-01 6.3.4-5 Glenn <glennrp@image...> * Added GIF, JPEG, and PNG interlace types. For backward compatibility, you can continue to use "-interlace Plane" to request these. 2007-04-30 6.3.4-0 Anthony <anthony@griffith...> * Fixed minor bug in the 'curl' for Polaroid of very non-square images. 2007-06-01 6.3.4-5 Cristy <quetzlzacatenango@image...> * Set min-is-white for Group4-compressed PDF. * Add PaintFloodfillImage() method. 2007-05-30 6.3.4-4 Cristy <quetzlzacatenango@image...> * Add MEPP metric to compare program. Returns the mean error per pixel along with the normalize mean and maximum error. * Attach an XMP profile to an image (e.g. convert input.tif -profile xmp:metadata.xmp output.tif). 2007-05-22 6.3.4-3 Cristy <quetzlzacatenango@image...> * Fixed mogrify conversions with -format and -path (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127). 2007-05-15 6.3.4-2 Cristy <quetzlzacatenango@image...> * SVG style element was not always parsed properly. * Do not dither when the number of unique colors is already less than the maximum. * Return normalized PAE metric (compare utility). 2007-05-03 6.3.4-1 Cristy <quetzlzacatenango@image...> * Add support for PFM images. * Check for corrupt EXIF image profiles. * Writing JPEG YCbCr TIFF images no longer faults (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896). 2007-04-30 6.3.4-0 Anthony <anthony@griffith...> * Fixed minor bug for crop missed images and 'background' GIF disposal. 2007-04-28 6.3.4-0 Glenn <glennrp@image...> * Added profile support to the GIF decoder/encoder. They are stored as GIF Application Extensions. Known extensions include existing ICCRGB1 (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM profiles). Unknown extensions found in GIF files are read as gifappNNN. 2007-04-28 6.3.4-0 Anthony <anthony@griffith...> * Invert Opacity change for user defined ordered dither threshold maps, so that 'off' map is transparent, and 'on' is opaque. 2007-04-24 6.3.4-0 Anthony <anthony@griffith...> * Added an initial Coalesce Images, and a final +map local colortable optimization to the -layers Optimize method, for a simple to use GIF optimization operation. (more work to come) 2007-04-22 6.3.4-0 Cristy <quetzlzacatenango@image...> * Properly set the virtual canvas of a multi-frame GIF image sequence. * Add AcquireOneVirtualPixel() method. * Set Log colorspace properly when writing DPX images. * Add -tile-offset option. * Add support for the EXR image format. * Improve support for DPX images. * Add --enable-hdri option to the configure script. * Add support for high dynamic-range images (HDRI). 2007-04-20 6.3.3-9 Peter Hull <peterhull90@gmail...> * Improve support for writing multiple image icons. 2007-04-18 6.3.3-9 Anthony <anthony@griffith...> * Separated -layers Optimize from -layers OptimizeFrame to allow the former expansion into a general (multiple method) optimizer of GIF animations * merged -layers OptimizeTransparency into -layers Optimize method 2007-04-12 6.3.3-8 Chris Madison <madisonblu@hotma...> * Fix fault whem comparing a colormapped image with a non-colormapped one. * Fix race condition when spawning delegate programs. * TIFF JPEG now respects the -quality comptression setting. * The -fx option now properly groks the logical and operator. * DPX tilestamp property should be timestamp. 2007-04-13 6.3.3-7 Anthony <anthony@griffith...> * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings according to given gravity and canvas area it applies to. This is for code simplification thoughout MagickCore.
Revision 1.150 / (download) - annotate - [select for diffs], Tue Feb 6 14:52:46 2007 UTC (16 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.149: +1 -2
lines
Diff to previous 1.149 (colored)
Changes 6.3.2.3: * Added thumbnail format to write EXIF thumbnails. * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution). * Add interpolate and background options to PerlMagick's AffineTransform(). * Revert to Postscript rendering if Freetype delegate library is not available.
Revision 1.149 / (download) - annotate - [select for diffs], Wed Jan 17 23:47:19 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.148: +2 -1
lines
Diff to previous 1.148 (colored)
Very belatedly bump PKGREVISION for all jasper dependencies because of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
Revision 1.148 / (download) - annotate - [select for diffs], Sat Dec 9 10:57:49 2006 UTC (16 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.147: +1 -2
lines
Diff to previous 1.147 (colored)
Changes 6.3.1.0: * Bug fixes
Revision 1.147 / (download) - annotate - [select for diffs], Sat Dec 2 22:32:59 2006 UTC (16 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.146: +2 -8
lines
Diff to previous 1.146 (colored)
Instead of setting compiler flags in each package if it uses C99, allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
Revision 1.146 / (download) - annotate - [select for diffs], Thu Nov 30 22:55:31 2006 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.145: +2 -1
lines
Diff to previous 1.145 (colored)
Remove comma at end of enum in magick/options.h, making it parseable by C++ compilers. Bump revision.
Revision 1.145 / (download) - annotate - [select for diffs], Tue Aug 15 12:20:12 2006 UTC (16 years, 9 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.144: +1 -2
lines
Diff to previous 1.144 (colored)
Update graphics/ImageMagick from 6.2.8.8 to 6.2.9.0 * Add -adaptive-resize option. * Permit x100 as a geometry in Magick++. * Respect width/height for image MVG element.
Revision 1.144 / (download) - annotate - [select for diffs], Mon Aug 7 14:54:53 2006 UTC (16 years, 10 months ago) by tv
Branch: MAIN
Changes since 1.143: +2 -1
lines
Diff to previous 1.143 (colored)
#@$^@#$%&!#$%@#%&@#$%@#%&@$^%!#@$^@#$%^ CHECKSUM CHANGED AGAIN! Don't these people know what RESPONSIBLE software development is? Bump to nb1 just in case something changed, because I have no way to be sure.
Revision 1.143 / (download) - annotate - [select for diffs], Mon May 22 11:30:19 2006 UTC (17 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.142: +1 -2
lines
Diff to previous 1.142 (colored)
Changes 6.2.7.7: * Don't fault when processing bad TIFF profiles (4 characters or less). * Masks are now read properly for 16-bit DIB's. * The pixel cache file descriptor limit code failed because the pixel cache timestamp was not always being set properly. * Fixed a small memory leak in IsGrayImage(). * Fixed Cineon writing bug for very long filenames in 6.2.7 (reference http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590) * Begin the long journey of enhancing the conjure utility to support all options that are supported by the convert utility and PerlMagick (e.g. border, guassian-blur, etc.).
Revision 1.142 / (download) - annotate - [select for diffs], Mon May 15 21:32:08 2006 UTC (17 years ago) by joerg
Branch: MAIN
Changes since 1.141: +5 -1
lines
Diff to previous 1.141 (colored)
Disable WMF build for now, since it creates unresolved symbols in libMagick, which in turn breaks many configure scripts and other attempts at linking it. Making libMagick depend on libWand is not a good idea either. Bump revision.
Revision 1.141 / (download) - annotate - [select for diffs], Fri Apr 14 18:14:34 2006 UTC (17 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.140: +3 -1
lines
Diff to previous 1.140 (colored)
Added appropriate TEST_TARGET.
Revision 1.140 / (download) - annotate - [select for diffs], Sun Mar 5 21:25:48 2006 UTC (17 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.139: +1 -2
lines
Diff to previous 1.139 (colored)
Changes 6.2.6.3: * The command line utilities properly returns a non-zero status when an exception is thrown. Changes 6.2.6.2 * Fix a memory leak in each of CompositeImageCommand() and CompositeImage() * Add new options -layers compare-any, -layers compare-clear, -layers compare-overlay, and -layers optimize. * Draw last dash in a dashed polyline. * Add %D to -format to return the image disposal method. * ncorrect handling of file:// URIs causes data loss (patch from Daniel Kobras). * Set default BMP resolution units to PixelsPerCentimeter (problem report from digipete@shaw...).
Revision 1.139 / (download) - annotate - [select for diffs], Wed Feb 8 12:19:38 2006 UTC (17 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.138: +2 -2
lines
Diff to previous 1.138 (colored)
Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2. Otherwise a PKGREVISION bump on mpeg2codec makes it incompatible. Bump PKGREVISION.
Revision 1.138 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:27 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.137: +2 -2
lines
Diff to previous 1.137 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.133.2.1 / (download) - annotate - [select for diffs], Sat Jan 28 23:39:04 2006 UTC (17 years, 4 months ago) by seb
Branch: pkgsrc-2005Q4
Changes since 1.133: +2 -1
lines
Diff to previous 1.133 (colored) next main 1.134 (colored)
Pullup ticket 1070 - requested by Lubomir Sedlacik sync graphics/ImageMagick with HEAD including security fixes Revisions pulled up: - pkgsrc/graphics/ImageMagick/Makefile 1.137 - pkgsrc/graphics/ImageMagick/Makefile.common 1.46 - pkgsrc/graphics/ImageMagick/PLIST 1.44 - pkgsrc/graphics/ImageMagick/buildlink3.mk 1.11 - pkgsrc/graphics/ImageMagick/distinfo 1.57, 1.58 - pkgsrc/graphics/ImageMagick/options.mk 1.4 - pkgsrc/graphics/ImageMagick/patches/patch-aa 1.33 - pkgsrc/graphics/ImageMagick/patches/patch-ab 1.16 - pkgsrc/graphics/ImageMagick/patches/patch-ac 1.12 - pkgsrc/graphics/ImageMagick/patches/patch-ad 1.9 - pkgsrc/graphics/ImageMagick/patches/patch-ae 1.6 - pkgsrc/graphics/ImageMagick/patches/patch-af 1.6 - pkgsrc/graphics/ImageMagick/patches/patch-ag 1.4 - pkgsrc/graphics/ImageMagick/patches/patch-ah 1.3 Module Name: pkgsrc Committed By: adam Date: Thu Jan 26 20:38:19 UTC 2006 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST buildlink3.mk distinfo options.mk pkgsrc/graphics/ImageMagick/patches: patch-aa Log Message: Changes 6.2.6.0: * Bug fixes --- Module Name: pkgsrc Committed By: salo Date: Sat Jan 28 02:36:55 UTC 2006 Modified Files: pkgsrc/graphics/ImageMagick: Makefile distinfo Added Files: pkgsrc/graphics/ImageMagick/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log Message: Security fixes for CVE-2006-0082 and Debian bug #345595: "Format string vulnerabilities in ImageMagick allow user-complicit attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program." Patches from Debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
Revision 1.137 / (download) - annotate - [select for diffs], Sat Jan 28 02:36:55 2006 UTC (17 years, 4 months ago) by salo
Branch: MAIN
Changes since 1.136: +2 -1
lines
Diff to previous 1.136 (colored)
Security fixes for CVE-2006-0082 and Debian bug #345595: "Format string vulnerabilities in ImageMagick allow user-complicit attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program." Patches from Debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
Revision 1.136 / (download) - annotate - [select for diffs], Thu Jan 26 20:38:18 2006 UTC (17 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.135: +1 -2
lines
Diff to previous 1.135 (colored)
Changes 6.2.6.0: * Bug fixes
Revision 1.135 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:10 2006 UTC (17 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.134: +2 -1
lines
Diff to previous 1.134 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.134 / (download) - annotate - [select for diffs], Thu Jan 12 04:01:14 2006 UTC (17 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.133: +7 -1
lines
Diff to previous 1.133 (colored)
make this compile on IRIX by passing '-c99' to the mipspro compiler
Revision 1.133 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:18 2005 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.132: +3 -3
lines
Diff to previous 1.132 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.132 / (download) - annotate - [select for diffs], Tue Nov 29 08:51:17 2005 UTC (17 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.131: +2 -2
lines
Diff to previous 1.131 (colored)
Changes 6.2.5.5: * SetImageType(): monochrome images are not required to be colormapped * Initialize blob->mapped to MagickFalse in AttachBlob() * Use painters algorithm for the -draw point primitive * NormalizeImage() now normalizes the opacity channel correctly * QueryFontMetrics() now accounts for the font stroke width
Revision 1.131 / (download) - annotate - [select for diffs], Mon Aug 8 09:18:09 2005 UTC (17 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.130: +1 -2
lines
Diff to previous 1.130 (colored)
Changes 6.2.3.6: * Minor bug fixes and improvements
Revision 1.130 / (download) - annotate - [select for diffs], Mon Jul 25 11:30:17 2005 UTC (17 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.129: +2 -2
lines
Diff to previous 1.129 (colored)
Backout changes from package revision 1. It turns out that the original checksum and size were correct and I managed to download the outdated version from two different hosts. Must be Monday ... Oh yes, bump the package revision again.
Revision 1.129 / (download) - annotate - [select for diffs], Mon Jul 25 10:23:09 2005 UTC (17 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.128: +2 -1
lines
Diff to previous 1.128 (colored)
The new distribution file causes package list changes unfortunately. So bump the package revision.
Revision 1.128 / (download) - annotate - [select for diffs], Thu Jul 14 08:58:46 2005 UTC (17 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.127: +3 -3
lines
Diff to previous 1.127 (colored)
Changes 6.2.3.3: * Bug fixes
Revision 1.127 / (download) - annotate - [select for diffs], Sun May 22 20:08:04 2005 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.126: +2 -2
lines
Diff to previous 1.126 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.126 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:00 2005 UTC (18 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.125: +1 -2
lines
Diff to previous 1.125 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.122.2.1 / (download) - annotate - [select for diffs], Mon Feb 21 17:26:20 2005 UTC (18 years, 3 months ago) by snj
Branch: pkgsrc-2004Q4
Changes since 1.122: +2 -8
lines
Diff to previous 1.122 (colored) next main 1.123 (colored)
Pullup ticket 301 - requested by Lubomir Sedlacik security fix for ImageMagick and p5-PerlMagick Revisions pulled up: - pkgsrc/graphics/ImageMagick/Makefile 1.123,1.125 - pkgsrc/graphics/ImageMagick/Makefile.common 1.25-1.27 - pkgsrc/graphics/ImageMagick/options.mk 1.1 - pkgsrc/graphics/ImageMagick/PLIST 1.28-1.29 - pkgsrc/graphics/ImageMagick/distinfo 1.35-1.37 - pkgsrc/graphics/ImageMagick/patches/patch-aa 1.27 - pkgsrc/graphics/p5-PerlMagick/Makefile 1.38 Module Name: pkgsrc Committed By: tv Date: Fri Dec 24 23:42:49 UTC 2004 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Added Files: pkgsrc/graphics/ImageMagick: options.mk Log Message: Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11". Idea inspired by post to tech-pkg from <imil@home.imil.net>. --- Module Name: pkgsrc Committed By: adam Date: Wed Jan 5 09:25:18 UTC 2005 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST distinfo pkgsrc/graphics/ImageMagick/patches: patch-aa Log Message: Changes 6.1.7: * ReadPALMImage() now produces a proper RGB image * Added the -shadow option to simulate an image shadow * Fix file leak in ImageToBlob() method --- Module Name: pkgsrc Committed By: adam Date: Fri Jan 14 12:41:07 UTC 2005 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo Log Message: Changes 6.1.8-6: * Bug fixes and improvements --- Module Name: pkgsrc Committed By: drochner Date: Tue Jan 18 11:22:10 UTC 2005 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo pkgsrc/graphics/p5-PerlMagick: Makefile Log Message: update to 6.1.8-8, fixes a security problem, see http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
Revision 1.125 / (download) - annotate - [select for diffs], Wed Jan 5 09:25:18 2005 UTC (18 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.124: +1 -2
lines
Diff to previous 1.124 (colored)
Changes 6.1.7: * ReadPALMImage() now produces a proper RGB image * Added the -shadow option to simulate an image shadow * Fix file leak in ImageToBlob() method
Revision 1.124 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:20 2004 UTC (18 years, 5 months ago) by reed
Branch: MAIN
Changes since 1.123: +2 -1
lines
Diff to previous 1.123 (colored)
Bump PKGREVISIONs due to libtiff update. Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
Revision 1.123 / (download) - annotate - [select for diffs], Fri Dec 24 23:42:49 2004 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.122: +2 -8
lines
Diff to previous 1.122 (colored)
Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11". Idea inspired by post to tech-pkg from <imil@home.imil.net>.
Revision 1.122 / (download) - annotate - [select for diffs], Sun Oct 10 11:20:08 2004 UTC (18 years, 8 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.121: +2 -1
lines
Diff to previous 1.121 (colored)
This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make instead.
Revision 1.121 / (download) - annotate - [select for diffs], Tue Oct 5 12:07:31 2004 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.120: +1 -2
lines
Diff to previous 1.120 (colored)
Changes 6.1.0-2: * Bug-fix release
Revision 1.120 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:48 2004 UTC (18 years, 8 months ago) by tv
Branch: MAIN
Changes since 1.119: +2 -1
lines
Diff to previous 1.119 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.119 / (download) - annotate - [select for diffs], Mon Sep 27 11:04:24 2004 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.118: +2 -5
lines
Diff to previous 1.118 (colored)
Changes 6.0.8-3: * Fix to enable reading Photoshop images with a group of layers. * other bug fixes
Revision 1.118 / (download) - annotate - [select for diffs], Wed May 19 14:11:28 2004 UTC (19 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.117: +2 -2
lines
Diff to previous 1.117 (colored)
Changes 6.0.1-3: * DrawSetStrokeDashArray() now respects the number_elements argument * Since the WMF coder has Wand dependancies we only enable this coder when both WMF is available and module support enabled * Some XCF tiles were not being read properly * Fixed memory leak in EPT coder * Fixed memory leak in DestroyImage() * Close Windows registry when no longer needed * RelinquishUniqueFileResource() was not freeing file resource properly * Free the ImageInfo structure allocated by CloneImageInfo() in the WriteImages() method * EPT images cannot support blobs * Fixed temporary file resource limit leak in RelinquishUniqueFileResource() * ConvolveImageChannel() incorrectly initialized non-selected channels to 0 * Added Cisco IP phone image format (write only)
Revision 1.117 / (download) - annotate - [select for diffs], Sun Apr 25 05:15:27 2004 UTC (19 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.116: +3 -1
lines
Diff to previous 1.116 (colored)
Enable pkgviews installation.
Revision 1.116 / (download) - annotate - [select for diffs], Sat Apr 24 04:39:30 2004 UTC (19 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.115: +2 -2
lines
Diff to previous 1.115 (colored)
Prepend shell command to remove share directory with a "-" (to ignore any errors). This is so in the rare case that you already have files from an old install that it won't fail to install new package. This was discussed with maintainer, tron@, in March.
Revision 1.115 / (download) - annotate - [select for diffs], Tue Mar 23 19:53:33 2004 UTC (19 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.114: +2 -2
lines
Diff to previous 1.114 (colored)
Remove me as maintainer of this package. I did none of the last three updates anyway.
Revision 1.114 / (download) - annotate - [select for diffs], Tue Mar 2 21:01:17 2004 UTC (19 years, 3 months ago) by heinz
Branch: MAIN
Changes since 1.113: +3 -2
lines
Diff to previous 1.113 (colored)
ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0
Revision 1.113 / (download) - annotate - [select for diffs], Tue Mar 2 10:31:48 2004 UTC (19 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.112: +13 -11
lines
Diff to previous 1.112 (colored)
Changes 5.7.7-17: * Bug fixes (memory leaks)
Revision 1.112 / (download) - annotate - [select for diffs], Fri Feb 27 08:51:44 2004 UTC (19 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.111: +2 -2
lines
Diff to previous 1.111 (colored)
bump PKGREVISION due to PLIST change.
Revision 1.111 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:40 2004 UTC (19 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.110: +1 -2
lines
Diff to previous 1.110 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.110 / (download) - annotate - [select for diffs], Fri Feb 13 23:43:19 2004 UTC (19 years, 4 months ago) by abs
Branch: MAIN
Changes since 1.109: +2 -1
lines
Diff to previous 1.109 (colored)
USE_LANGUAGES= c c++
Revision 1.109 / (download) - annotate - [select for diffs], Wed Feb 11 09:10:15 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.108: +7 -7
lines
Diff to previous 1.108 (colored)
bl3ify
Revision 1.108 / (download) - annotate - [select for diffs], Sun Feb 1 01:43:29 2004 UTC (19 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.107: +3 -3
lines
Diff to previous 1.107 (colored)
In the new compiler selection framework, GCC_REQD is appended to, not overridden.
Revision 1.107 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:41 2004 UTC (19 years, 5 months ago) by reed
Branch: MAIN
Changes since 1.106: +2 -1
lines
Diff to previous 1.106 (colored)
Bump package revisions for tiff update. Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
Revision 1.106 / (download) - annotate - [select for diffs], Tue Sep 30 21:17:38 2003 UTC (19 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.105: +1 -2
lines
Diff to previous 1.105 (colored)
Remove package revision after package has been updated.
Revision 1.105 / (download) - annotate - [select for diffs], Fri Sep 26 20:21:25 2003 UTC (19 years, 8 months ago) by recht
Branch: MAIN
Changes since 1.104: +4 -2
lines
Diff to previous 1.104 (colored)
Add missing PKGCONFIG_OVERRIDE. Bump PKGREVISION because of the changed *.pc files.
Revision 1.104 / (download) - annotate - [select for diffs], Wed Sep 17 19:51:35 2003 UTC (19 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.103: +2 -2
lines
Diff to previous 1.103 (colored)
style/quoting nit
Revision 1.103 / (download) - annotate - [select for diffs], Wed Sep 17 19:51:09 2003 UTC (19 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.102: +4 -3
lines
Diff to previous 1.102 (colored)
require gcc3 on NetBSD/sparc64
Revision 1.102 / (download) - annotate - [select for diffs], Wed Sep 17 19:49:24 2003 UTC (19 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.101: +3 -5
lines
Diff to previous 1.101 (colored)
no need include compiler.mk
Revision 1.101 / (download) - annotate - [select for diffs], Fri Sep 12 17:55:58 2003 UTC (19 years, 9 months ago) by recht
Branch: MAIN
Changes since 1.100: +2 -2
lines
Diff to previous 1.100 (colored)
gcc.buildlink2.mk is no more. So, include compiler.mk instead.
Revision 1.100 / (download) - annotate - [select for diffs], Thu Jul 17 21:39:56 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.99: +2 -2
lines
Diff to previous 1.99 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.99 / (download) - annotate - [select for diffs], Thu Jul 3 17:41:51 2003 UTC (19 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.98: +2 -2
lines
Diff to previous 1.98 (colored)
Conflict only with geomview<1.8.1nb2
Revision 1.93.2.1 / (download) - annotate - [select for diffs], Mon Jun 30 08:16:58 2003 UTC (19 years, 11 months ago) by grant
Branch: netbsd-1-6-1
Changes since 1.93: +8 -25
lines
Diff to previous 1.93 (colored) next main 1.94 (colored)
Pull up revisions 1.94-1.96, 1.98 (requested by tron in ticket #1359): Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9. Implement suggestion from last commit: Split out common part of p5-PerlMagick and ImageMagick into Makefile.common. Update ImageMagick and p5-PerlMagick to 5.5.6. Changes are lots of bug fixes and minor enhancements (several pages worth of it). XXX Those two should probably be using a Makefile.common instead XXX of just copying the appropriate bits. Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.98 / (download) - annotate - [select for diffs], Mon Jun 30 06:45:01 2003 UTC (19 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.97: +3 -7
lines
Diff to previous 1.97 (colored)
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9. Changes since version 5.5.6: - File descriptor leak prevented temporary disk pixel cache from being removed under Windows. - Color profile patches provided by (dge at softec.st). - West/East geometry was computed with image width rather than height. - The MNG encoder failed to set the JNG bit in the simplicity profile. - The MNG encoder failed to write FRAM chunks when all images were JNG. - The JNG encoder wrote the wrong alpha_sample_depth for opaque images. - Fixed JPEG EXIF problem. - Added -thumbnail as an option to the utilities. - No TIFF preview was written on EPT write (patch provided by Lars Ruben Skyum). - NegateImage() now negates the K channel of a CMYK image (patch provided by Lars Ruben Skyum). - Parameter 'elevation' misspeclled for PerlMagick Shape() method. - A number of minor leak/unitialzed memory problems fixed. - Allocate free nodes from the heap in QuantizeImage(). - Magick-config --version returned gibberish. - Adopted Bob Friesenhahn's patterns-- use as filename pattern:checkboard, pattern:bricks, etc. - We cannot reliably auto rotate PDF files so this feature was removed. - The conjure program did not correctly handle the gravity attribute. - The persistent cache reference count was not properly incremented. - Added $image->Describe() method to PerlMagick to interface to the DescribeImage() C API method. - Added support for the EXIF Tag Parsing Library. Currently we simply display the tags when calling DescribeImage(). In the near future there will be support for modifying or adding tags. - Added Bob Friesenhahn's updated Windows installation instructions. - Interfaced the drawing routines with the new MagickWand API. MagickWand will be the primary public C interface to ImageMagick in the near future. - magick/effect.c: RandomChannelThresholdImage was not handling PseudoColor, non-gray images correctly. - png.c would not compile with libpng versions older than libpng-0.95, due to bugs introduced in ImageMagick version 5.5.2. - Implemented -random-threshold and -ordered-dither options. - The locale messaging system now uses a hash for fast lookup. - Updated libtool to the new released version, 1.5. - Fixed bug with decoding grayscale PNG images and JNG alpha channel at Q:32. - Now recognize 32-bit hex color specifications, patches provided by Bob Friesenhahn. - Started API wrappers based on Bob Friesenhahn's method suggestions. - Text annotations that started with '\n' were not rendered correctly. - Removed artifacts from images rotated with a small number of degrees. - Minor bug fix in the ParseGeometry() method. - Modified the non-public inline AlphaComposite() to use a PixelPacket pointer; previously it returned a PixelPacket structure. - You can now specify an image geometry as an image file (e.g. -geometry image.jpg). - Use new temporary file manager for JNG components. - Added support for 12-bit TIFF images. - Added improved locale message subsystem (contributed by Kyle Shorter). - Removed a bias from SampleImage() and DrawAffineImage() (bug report by Glenn Randers-Pehrson). - PerlMagick now recognizes percent values for fuzz or opacity. - Not enough memory allocated for reading PCX (bug report by Trevor Willis). - There were artifacts when using the Bessel function for resizing (bug report by Bob Friesenhahn). - Added -resample to convert to change the resolution of an image. - Added a temporary file manager that prevents race conditions and removes any remaining files on exit. - Prepped ImageMagick to work with Visual C++ 7.0 under Windows. The Windows configure patches came from William Radcliffe. - The refresh of the display image window no longer lags when the magnify window overlay it. - Numerous code clean-up and minor speed ups based on problem areas identified in the Graphics-Magick ChangeLog.
Revision 1.97 / (download) - annotate - [select for diffs], Mon Jun 2 14:05:04 2003 UTC (20 years ago) by abs
Branch: MAIN
Changes since 1.96: +2 -2
lines
Diff to previous 1.96 (colored)
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 is accepted. Suggested by Grant.
Revision 1.96 / (download) - annotate - [select for diffs], Wed Apr 16 13:27:21 2003 UTC (20 years, 1 month ago) by mjl
Branch: MAIN
Changes since 1.95: +7 -28
lines
Diff to previous 1.95 (colored)
Implement suggestion from last commit: Split out common part of p5-PerlMagick and ImageMagick into Makefile.common.
Revision 1.95 / (download) - annotate - [select for diffs], Tue Apr 15 11:11:50 2003 UTC (20 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.94: +13 -4
lines
Diff to previous 1.94 (colored)
Update ImageMagick and p5-PerlMagick to 5.5.6. Changes are lots of bug fixes and minor enhancements (several pages worth of it). XXX Those two should probably be using a Makefile.common instead XXX of just copying the appropriate bits.
Revision 1.94 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:13 2003 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.93: +2 -3
lines
Diff to previous 1.93 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.93 / (download) - annotate - [select for diffs], Sun Jan 26 17:45:28 2003 UTC (20 years, 4 months ago) by salo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.92: +3 -3
lines
Diff to previous 1.92 (colored)
Remove the arm32 optimization workaround as it applies to egcs only and at least GCC 2.95.3 is required by the package. Tested by martin on shark.
Revision 1.92 / (download) - annotate - [select for diffs], Sat Jan 25 17:30:03 2003 UTC (20 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.91: +2 -4
lines
Diff to previous 1.91 (colored)
Implement last change to require newer gcc different, hinted at by wiz.
Revision 1.91 / (download) - annotate - [select for diffs], Sat Jan 25 06:45:48 2003 UTC (20 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.90: +8 -2
lines
Diff to previous 1.90 (colored)
This pkg needs a newer gcc than what comes with NetBSD for 1.[543]* Tested on 1.5.1/cobalt.
Revision 1.90 / (download) - annotate - [select for diffs], Fri Jan 24 20:13:42 2003 UTC (20 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.89: +3 -3
lines
Diff to previous 1.89 (colored)
When compiling on cobalt, this spins when compiling one .c file with optimisation turned on. Reduce optimisation for mipsel.
Revision 1.89 / (download) - annotate - [select for diffs], Fri Jan 3 23:04:35 2003 UTC (20 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.88: +10 -6
lines
Diff to previous 1.88 (colored)
Update to 5.5.3.2. Changes include lots of bugfixes and some enhancements, in particular JNG support.
Revision 1.88 / (download) - annotate - [select for diffs], Wed Nov 13 19:17:18 2002 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.87: +2 -7
lines
Diff to previous 1.87 (colored)
According to the ImageMagick developers, it is uncommon for any two libMagick.so libraries to be API compatible, and they don't want to handle proper ELF versioning, but have the "real" version number in the library. To spare us the pkgsrc maintenance nightmare, follow their example. Bump PKGREVISION.
Revision 1.87 / (download) - annotate - [select for diffs], Wed Nov 13 13:44:42 2002 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.86: +7 -5
lines
Diff to previous 1.86 (colored)
Update to 5.5.1-6. Changes: * Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES) before using their values. * Corrected bug in image geometry height calculation. * PingBlob() improperly set the length memory of BlobInfo to zero. * Fixed Ping() memory leak in PerlMagick. * Fixed -map problem in convert/mogrify utilities. * -border with a single value now produces correct results (e.g. -border 10). * Set locale type LC_NUMERIC to "C". * Bug fix for PS2 encoder. * Added PS-Adobe preamble to PS3 encoder. * Use ImageMagick release number to allow multiple ImageMagick releases to co-exist without interference on the same machine. * Decided that DrawGet functions should return by value. * Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG quality estimate. * Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions. * Added an array size argument to DrawSetDashPattern and got rid of the zero-termination garbage. o Remove 'Set' from the names of draw.h functions which update the current affine transformation array (e.g. DrawSetRotate becomes DrawRotate). * Under Windows, a DllMain function which automatically initializes ImageMagick (when ImageMagick is built using DLLs) may be added by defining ProvideDllMain in magick_config.h * Added resource consumption methods, see magick/resource.c. * Replaced underscores in commandline options with hyphens. For backward compatibility, underscores will continue to be recognized. * Added -blue-primary, -green-primary, -red-primary, -white-point options. * Added BMP2 and BMP3 output formats. * Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y) in the PNG and PCD codecs. * Added 'exception' parameter to the ImageMagick progress monitor API. * Added enumerated types for the dispose member of the Image structure. * Added -version option to commandline utilities. * The xcf decoder would sometimes create artifacts when reading RLE-encoded grayscale images, due to the green and blue samples not being defined. * Added logging capabilities to the CORE API. This facility is useful for debugging. Added "events" parameter to the -debug commandline option. * AcquireImagePixels() did not always return the same pixel values for virtual pixels when the cache was stored on disk (very rare). * new -virtual-pixel command line option. * new PerlMagick virtual-pixel image attribute.
Revision 1.86 / (download) - annotate - [select for diffs], Thu Sep 12 08:29:46 2002 UTC (20 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.85: +8 -7
lines
Diff to previous 1.85 (colored)
buildlink1 -> buildlink2
Revision 1.85 / (download) - annotate - [select for diffs], Mon Sep 9 22:07:21 2002 UTC (20 years, 9 months ago) by markd
Branch: MAIN
Changes since 1.84: +4 -3
lines
Diff to previous 1.84 (colored)
Explicitly disable lcms to stop it being half found on Solaris. Also Solaris needs the configure script run under bash as well.
Revision 1.84 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:44 2002 UTC (20 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.83: +1 -1
lines
Diff to previous 1.83 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk.
Revision 1.82.2.1 / (download) - annotate - [select for diffs], Thu Aug 22 11:11:15 2002 UTC (20 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.82: +15 -7
lines
Diff to previous 1.82 (colored) next main 1.83 (colored)
Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files.
Revision 1.83 / (download) - annotate - [select for diffs], Thu Aug 22 08:06:11 2002 UTC (20 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.82: +15 -7
lines
Diff to previous 1.82 (colored)
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.4.8.2. Many bugs were fixed since the release of version 5.3.9 and lots of new features like 32-Bit QuantumDepth support added.
Revision 1.82 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:02 2002 UTC (21 years, 3 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.81: +2 -1
lines
Diff to previous 1.81 (colored)
Give all packages which depend on "png" a version bump, and update all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
Revision 1.81 / (download) - annotate - [select for diffs], Sun Feb 10 12:50:59 2002 UTC (21 years, 4 months ago) by abs
Branch: MAIN
Changes since 1.80: +4 -1
lines
Diff to previous 1.80 (colored)
Switch a 'long' to int32_t to work correctly on BE-LP64 platforms. Mark NOT_FOR_PLATFORM = NetBSD-*-sparc64 as c++ still broken
Revision 1.80 / (download) - annotate - [select for diffs], Wed Oct 24 22:10:58 2001 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.79: +2 -2
lines
Diff to previous 1.79 (colored)
I am a triple idiot. The only relevant variable that x11.buildlink.mk redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
Revision 1.79 / (download) - annotate - [select for diffs], Tue Oct 23 13:14:55 2001 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.78: +2 -2
lines
Diff to previous 1.78 (colored)
x11.buildlink.mk needs to be included before any buildlink.mk files that use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
Revision 1.78 / (download) - annotate - [select for diffs], Wed Oct 3 22:36:39 2001 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.77: +1 -4
lines
Diff to previous 1.77 (colored)
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
Revision 1.77 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:09 2001 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.76: +2 -2
lines
Diff to previous 1.76 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.76 / (download) - annotate - [select for diffs], Mon Sep 17 15:17:32 2001 UTC (21 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.75: +2 -2
lines
Diff to previous 1.75 (colored)
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.3.9. A complete list of changes is not available unfortunately. Recent changes are: - Text drawing now handles UTF8-encoding. - Off-by-one GetImagePixels() fix in draw.c - PingImage() now reports attributes for all images an image sequence. - magick/image.h: Rename QuantumLeap define to QuantumDepth. QuantumDepth is set to the values 8 or 16, depend configuration option. - Updated PerlMagick signatures to signature algorithm. - ImageMagick defaults to 16-bit quantum. Set QuantumMagick for 8-bit. - Changed image->blob from BlobInfo to BlobInfo- so the Image structure size is not dependent on the large-file defines. - Added -background to convert prog - DispatchImage() now properly handles grayscale images.
Revision 1.75 / (download) - annotate - [select for diffs], Wed Aug 29 22:41:14 2001 UTC (21 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.74: +2 -2
lines
Diff to previous 1.74 (colored)
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Revision 1.74 / (download) - annotate - [select for diffs], Mon Jul 2 16:48:31 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.73: +7 -7
lines
Diff to previous 1.73 (colored)
Move inclusion of buildlink.mk files to end of Makefile. Also patch configure script to not add -L${PREFIX}/lib, -I${PREFIX}/include to LDFLAGS, CFLAGS to encapsulate build.
Revision 1.73 / (download) - annotate - [select for diffs], Tue Jun 26 16:30:57 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.72: +4 -14
lines
Diff to previous 1.72 (colored)
Use REPLACE_BUILDLINK instead of repeating the post-build same code over and over again in the pkgsrc tree.
Revision 1.72 / (download) - annotate - [select for diffs], Thu Jun 21 22:53:30 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.71: +2 -1
lines
Diff to previous 1.71 (colored)
Add dependency on bzip2 for libbz2.a, needed to support bzip2-compressed MIFF files.
Revision 1.71 / (download) - annotate - [select for diffs], Thu Jun 21 01:59:07 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.70: +1 -13
lines
Diff to previous 1.70 (colored)
Remove changes to remove BZ2_ prefix from bzip2 function calls. bzip2 1.0.1 and up prefix functions with BZ2_ while older versions don't, but ImageMagick was tested to work with bzip2 1.0.1, so don't change its expectations.
Revision 1.70 / (download) - annotate - [select for diffs], Thu Jun 21 01:48:43 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.69: +3 -1
lines
Diff to previous 1.69 (colored)
Add back dependency on mpeg2codec that was accidentally removed in last set of changes.
Revision 1.69 / (download) - annotate - [select for diffs], Wed Jun 20 22:24:44 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.68: +32 -6
lines
Diff to previous 1.68 (colored)
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Allow finding libbz2 on NetBSD systems by removing BZ2_ prefix from bzip2 function calls.
Revision 1.68 / (download) - annotate - [select for diffs], Tue May 22 09:32:19 2001 UTC (22 years ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
Update dependency on png to >=1.0.11 because of the shlib major bump. Noted by Frederick Bruckman.
Revision 1.67 / (download) - annotate - [select for diffs], Mon May 14 16:34:38 2001 UTC (22 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
explicitely pass "--without-wmf" to "configure" to avoid a spurious warning
Revision 1.66 / (download) - annotate - [select for diffs], Mon Apr 9 11:59:43 2001 UTC (22 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.65: +3 -3
lines
Diff to previous 1.65 (colored)
Move CONFLICT line for pkglint.
Revision 1.65 / (download) - annotate - [select for diffs], Sat Mar 31 18:40:25 2001 UTC (22 years, 2 months ago) by jtb
Branch: MAIN
Changes since 1.64: +3 -1
lines
Diff to previous 1.64 (colored)
Both packages conflict -- each has program named 'animate'. Discovered by Lex Wennmacher's investigations.
Revision 1.64 / (download) - annotate - [select for diffs], Sun Mar 4 09:06:10 2001 UTC (22 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
Because the minor number of the PNG library was increased packages compiled using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
Revision 1.63 / (download) - annotate - [select for diffs], Fri Feb 16 15:22:14 2001 UTC (22 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.62: +2 -1
lines
Diff to previous 1.62 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.62 / (download) - annotate - [select for diffs], Mon Jan 29 19:03:23 2001 UTC (22 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
Update "ImageMagick" package to version 5.2.8. Changes since version 5.2.2: - URL's are now understood on Win32 (thanks to libXML and William Radcliffe). - ImageMagick defaults to 16-bit per pixel component now. - Support added for ART images (contributed by Jaroslav Fojtik). - Added -pause to the animate program. You can now specify a minimum/maximum delay for an image sequence. - Added %c to -format to get the image comment (patch provided by Frank Mattern). - Over compositing is now the Porter-Duff algorithm (inspired by William Radcliffe and Alvy Ray Smith). - You can write SVG output if the input is SVG, MVG, or WMF. - ImageMagick now can accept AFM, PFB, and PFM fonts. - The linewidth parameter is deprecated in PerlMagick. Use stroke_width instead. - Digital Applications contributed text stroking code. - You can now specify Truetype fonts directly. No @ prefix is required (e.g. convert -font Arial.ttf ...) - Digital Applications contributed line cap and dash pattern rendering code. - Added the Multiple composite operator for the creation of drop-shadows (patch provided by John Harper). - Support added for CUT images (contributed by Jaroslav Fojtik). - Bill Radcliffe contributed fast polygoni rendering code. Parts of the rendering algorithm were inspired by libart. - Support added for BMP images with a 'BA' chunk (contributed by Jaroslav Fojtik).
Revision 1.61 / (download) - annotate - [select for diffs], Mon Jan 29 17:31:54 2001 UTC (22 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored)
Update homepage URL.
Revision 1.60 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:34 2000 UTC (22 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
Revision 1.59 / (download) - annotate - [select for diffs], Thu Aug 10 08:57:23 2000 UTC (22 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.58: +7 -6
lines
Diff to previous 1.58 (colored)
Update "ImageMagick" package to version 5.2.2. Changes in version 5.2.2: - Support added for the Word Perfect Graphics (WPG) file format (contributed by Jaroslav Fojtik). - The pixel 'matte' field is changed to indicate the degree of pixel transparency rather than the degree of opacity. This makes the pixels compatable with most popular video cards, and many in-memory image formats. When the pixel quantum size is eight bits, the colormap is restricted to 256 colors, but supports up to 65535 colors when the quantum size is sixteen bits (when QuantumLeap is defined at compilation time). - ImageMagick is more memory efficient (by 18%) when the quantum size is eight bits, and the image is colormapped. - ImageMagick is (finally) believed to be thread safe under Windows, since it uses the Windows synchronization APIs to lock shared data. - Under Unix and Windows, dynamically-loaded format coder modules are supported. There are currently 72 loadable modules. Support for loadable modules allows the user to add or remove formats from ImageMagick by simply adding or removing a file. New modules are automatically detected so users may add their own modules. This support is proven to work for Sun Solaris, Linux, and SGI IRIX. Please let us know about other operating systems they work on. Building a modular ImageMagick is enabled by specifing the configure options --enable-shared --with-modules. - ImageMagick now has a set of modules for streaming. Here pixels are passed to the application as they are available and deleted after use ensuring a small memory footprint. This is useful for multi-media applications such as MPEG. - Image format identification (based on the file header) is now configured via an external text file. This allows the user to add automatic file identification for new formats added via a coder module, or via a delegate (external program). - XML files conforming to the W3C SVG DTD are now rendered directly by ImageMagick. The support is incomplete but still useful. - The Pilot Image Format (PDB) is now supported. - The drawing primitives have been extended to support drawing bezier curves, rounded rectangles, and arcs. There is now support for drawing compound objects (a sequence of objects) using drawing paths. The concept of a drawing pen has been split into stroke (for the outline) and fill (for the objects internal color). If fill is not defined, then only the object outline is drawn. This substantial change results in the existing drawing commands for filled objects (fillEllipse, fillRectangle, fillCircle, and fillPolygon) being deprecated. - A cache file format is now supported which is a snapshot of an image's pixel cache as it appears on disk. Images stored in this format (large) may be loaded instantly by ImageMagick since decoding is not required. In order to write this format , the argument -cache 0 must be supplied (e.g. convert -cache 0 file.jpg file.cache). - The build environment for Windows NT is entirely re-done. There is now a configure program which generates a set of Visual C++ project files which satisfy a set of reqirements (e.g. DLL, multi-thread, X11). These project files are then used to build ImageMagick. - The C API is significantly modified in order to provide thread-safe operation via function re-entrancy. ImageMagick is believed to be thread-safe when used with POSIX threads. It is not yet completely thread safe under Windows or the Mac. Errors (of type ExceptionInfo) are now reported by a function argument, or via a member of the current image. - The GaussianBlurImage() function (contributed by runger@cs.mcgill.ca) supports Gaussian bluring an image. - Functions (OpenCacheView(), CloseCacheView(), GetCacheView(), SetCacheView(), and SyncCacheView()) are provided in order to support manipulating multiple pixel views.
Revision 1.58 / (download) - annotate - [select for diffs], Wed Jun 21 02:45:15 2000 UTC (22 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.57: +21 -19
lines
Diff to previous 1.57 (colored)
USE_LIBTOOL instead of PKGLIBTOOL.
Revision 1.57 / (download) - annotate - [select for diffs], Thu Jun 1 11:23:26 2000 UTC (23 years ago) by rh
Branch: MAIN
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
s/USE_LIBTOOL/USE_PKGLIBTOOL/ Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
Revision 1.56 / (download) - annotate - [select for diffs], Tue Mar 21 22:18:24 2000 UTC (23 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.55: +4 -4
lines
Diff to previous 1.55 (colored)
Update "ImageMagick" package to version 5.1.1. Changes since version 4.2.9: - ImageMagick has a new logo (contributed by Ofer Tenenbaum). - Requests for all or part of a pixel row, or multiple complete pixel rows, are mapped directly to the underlying image in memory, or memory mapped from a disk file, avoiding performance-robbing pixel copying. Requested rectangular regions which are narrower than the image width must still be copied to a scratch space. - Support for WBMP, Wireless Bitmap (level 0) images (contributed by Milan Votava) - Image sizes are limited by physical memory plus available disk space on the machine, or the file addressing limits of the operating system, whichever comes first. This means that if you can figure out how to build a big enough machine (and have plenty of time) terabyte images can be processed. - An image cache subsystem and API are provided to map portions (as small as one pixel or as large as the entire image) of images into memory and to save any updates. - Memory mapping is used to access files. This is the most efficient access mechanism available. - DirectColor pixels are now stored in an efficient 32-bit structure (or 64-bit when QuantumLeap is enabled). - PseudoColor indices are now stored separately from the DirectColor pixels (PseudoColor and DirectColor representations are still available simultaneously). - In-memory run-length encoding is eliminated. - Compressed images are decompressed and compressed incrementally in order to limit memory consumption. - Lots of minor C API fixes and improvements. - Cache threshold setting for setting the boundary between use of RAM or RAM + disk when processing an image: - Use the --enable-cache option (e.g. --enable-cache=160) to set the compiled-in default when running the configure script. - Use -cache for ImageMagick utilities - Set the cache_threshold attribute in PerlMagick - Set the cacheThreshold attribute in Magick++ - The identify utility now displays precise read-time values. - The Win32 build environment (now called "VisualMagick") is completely re-done and supports building both multi-thread DLL as well as static libraries.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Feb 9 20:20:53 2000 UTC (23 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Use "png>=1.0.3" instead of "png-*" in dependence list.
Revision 1.54 / (download) - annotate - [select for diffs], Wed Feb 9 15:22:28 2000 UTC (23 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Use wildcard dependence for "png" package.
Revision 1.53 / (download) - annotate - [select for diffs], Mon Nov 22 10:38:35 1999 UTC (23 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.52: +1 -3
lines
Diff to previous 1.52 (colored)
Delete erroneous PATCH_FUZZ_FACTOR definition.
Revision 1.52 / (download) - annotate - [select for diffs], Fri Nov 19 11:53:00 1999 UTC (23 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.51: +3 -1
lines
Diff to previous 1.51 (colored)
Remove fuzz from patch.
Revision 1.51 / (download) - annotate - [select for diffs], Fri Oct 8 21:12:48 1999 UTC (23 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Change to use wildcard dependency on tiff.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Oct 7 17:41:53 1999 UTC (23 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Remove me as maintainer of those packages.
Revision 1.49 / (download) - annotate - [select for diffs], Sat Sep 11 15:04:14 1999 UTC (23 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.48: +4 -6
lines
Diff to previous 1.48 (colored)
Fix botch in last commit.
Revision 1.48 / (download) - annotate - [select for diffs], Sat Sep 11 14:25:44 1999 UTC (23 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.47: +6 -2
lines
Diff to previous 1.47 (colored)
Use only "-O" on "arm32" to avoid egcs bug (see PR bin/7460).
Revision 1.47 / (download) - annotate - [select for diffs], Sat Sep 11 00:52:32 1999 UTC (23 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Update "ImageMagick" package to version 4.2.9.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Jul 22 16:44:35 1999 UTC (23 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Update "ImageMagick" package to version 4.2.8.
Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 3 17:22:50 1999 UTC (24 years ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Update "ImageMagick" package to version 4.2.7.
Revision 1.44 / (download) - annotate - [select for diffs], Thu May 20 20:09:50 1999 UTC (24 years ago) by tron
Branch: MAIN
Changes since 1.43: +2 -3
lines
Diff to previous 1.43 (colored)
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", "INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Revision 1.43 / (download) - annotate - [select for diffs], Sun Apr 25 18:47:49 1999 UTC (24 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
Add USE_X11 to gain the rpath options for X11 libs.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Apr 25 18:46:30 1999 UTC (24 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.41: +17 -17
lines
Diff to previous 1.41 (colored)
Do the following to make this ELF and 1.3 friendly: - use the autoconf configure script to configure and build (we were already running configure but using Imake to build!?) - make use of pkglibtool (package already has full libtool support) (Note that now that we use Autoconf, this installs in ${LOCALBASE} without the need for a tool such as xpkgwedge. The configure script automatically detects all the stuff for which we had used patches in the Imakefiles.) Also use --without-... to disable optional components for which we have no explicit dependencies, which can be reenabled by the user in pkgsrc, so that the built binaries do not have "hidden" dependencies. Closes PR pkg/7463.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Apr 25 10:10:51 1999 UTC (24 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.40: +5 -0
lines
Diff to previous 1.40 (colored)
This package is still broken on 1.3 and 1.3.x ELF systems.
Revision 1.40 / (download) - annotate - [select for diffs], Sat Apr 24 23:08:59 1999 UTC (24 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.39: +1 -6
lines
Diff to previous 1.39 (colored)
Revert previous commit. PR pkg/7463 is RE-opened on this subject; someone can take the opportunity to fix it, perhaps myself if I have the time this weekend. This is NOT the correct fix.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 24 18:33:08 1999 UTC (24 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.38: +6 -6
lines
Diff to previous 1.38 (colored)
Do check for broken ELF "cc" differently and exclude "powerpc", too.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 24 16:17:40 1999 UTC (24 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.37: +6 -1
lines
Diff to previous 1.37 (colored)
Don't attempt to build this package on 1.3 or 1.3.x ELF systems.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 5 01:11:58 1999 UTC (24 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Update "ImageMagick" package to version 4.2.2.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Mar 4 14:03:34 1999 UTC (24 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Update dependence for "png" package.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 3 18:45:08 1999 UTC (24 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.34: +3 -2
lines
Diff to previous 1.34 (colored)
Update "ImageMagick" to version 4.2.1.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:29 1999 UTC (24 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.33: +1 -3
lines
Diff to previous 1.33 (colored)
Fix CONFLICTS (remove redundancy, mostly)
Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 2 20:57:28 1999 UTC (24 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Update "ImageMagick" package to version 4.1.7.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Dec 15 00:21:09 1998 UTC (24 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.31: +3 -5
lines
Diff to previous 1.31 (colored)
Update "ImageMagick" package to version 4.1.6.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 2 01:02:12 1998 UTC (24 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
Call "configure" before "xmkmf" to get "delegates.mgk" initialized properly.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 1 22:34:11 1998 UTC (24 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (colored)
Update ImageMagick package to 4.1.3.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 14 19:19:01 1998 UTC (24 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Update ImageMagick package to version 4.1.2.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 28 18:13:36 1998 UTC (24 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.27: +14 -6
lines
Diff to previous 1.27 (colored)
Update ImageMagick to 4.1.1.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:59 1998 UTC (24 years, 9 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
The Grand Homepagification: - New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 13 07:31:37 1998 UTC (24 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
Update "ImageMagick" to version 4.0.8.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 15 22:03:49 1998 UTC (24 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.24: +5 -2
lines
Diff to previous 1.24 (colored)
Update "ImageMagick" package to version 4.0.7.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 15 11:45:50 1998 UTC (24 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update libpng to 1.0.2. Works with all dependent pkgs I have tested (everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Jul 15 11:10:42 1998 UTC (24 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.22: +1 -4
lines
Diff to previous 1.22 (colored)
Use automatic shared object handling
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 4 05:11:13 1998 UTC (24 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update libjpeg to v6b.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 3 23:30:09 1998 UTC (24 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Don't mirror distribution files which are kept locally anyway.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 22 12:39:47 1998 UTC (24 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.19: +1 -7
lines
Diff to previous 1.19 (colored)
Update package Makefiles for automatic manual page handling.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 6 15:18:38 1998 UTC (25 years ago) by tron
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update ImageMagick to 4.0.6.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 22 14:22:41 1998 UTC (25 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
Remove the old deprecated DEPENDS definition from bsd.pkg.mk. Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 15 22:21:17 1998 UTC (25 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update to "ImageMagick-4.0.5".
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:25 1998 UTC (25 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.15: +2 -7
lines
Diff to previous 1.15 (colored)
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. Remove redundant (and sometimes erroneous) comments.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 28 21:55:48 1998 UTC (25 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored)
Always fetch the distribution archive from "ftp.netbsd.org" because the author didn't keep its promise not to change it any more without bumping the version number.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 19 09:23:07 1998 UTC (25 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to ImageMagick 4.0.3.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 24 14:45:15 1998 UTC (25 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored)
Reenable checksum. A missmatched checksum is much less confusing for the user than non working patch files, fixes PR 5047.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 9 22:21:23 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to ImageMagick 4.0.1 because the required 4.0 distribution file is not available any more and the one on "ftp.netbsd.org" is outdated. Problem pointed out by Mario Kemper.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 5 01:36:13 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.10: +1 -12
lines
Diff to previous 1.10 (colored)
Remove unnecessary "post-extract" target now that the man page creation is fixed.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 2 08:59:13 1998 UTC (25 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Remove -m argument from ldconfig calls, require the system to have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 2 08:10:50 1998 UTC (25 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Introduce TRUE?=/usr/bin/true, and use it.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 1 01:52:42 1998 UTC (25 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
portlint: $() -> ${}, remove USE_X11
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 30 13:57:13 1998 UTC (25 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Modify individual package Makefiles to use the new way of specifying shared object dependencies (LIB_DEPENDS).
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 29 16:48:09 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Fix "MAINTAINER".
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 27 13:51:04 1998 UTC (25 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.4: +21 -6
lines
Diff to previous 1.4 (colored)
Upgrade to version 4.0 of ImageMagick (from Hitoshi Osada osada@meme.hokudai.ac.jp, thatrack@da2.so-net.or.jp). Fixes PR pkg/4890.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 20:15:23 1998 UTC (25 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
portlint: add Maintainer
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 05:16:42 1998 UTC (25 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
portlint: fix RCS Id, use /usr/bin/true, remove USE_X11
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 23 17:08:31 1997 UTC (25 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
The md5 checksum is causing problems for people. For the moment, work around this by not calculating the checksum, by setting "NO_CHECKSUM=yes" in the package Makefile.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 14 01:39:37 1997 UTC (25 years, 6 months ago) by agc
Branch: MAIN
Addition of ImageMagick image manipulation package. This was done by Matthias Scheler <tron@lyssa.owl.de>, munged by myself in the man page department. This fixes PR pkg/4664.