db9f4558de
2015-02-08 6.9.0-5 Cristy <quetzlzacatenango@image...> * New version 6.9.0-5, SVN revision 17946. 2015-01-30 6.9.0-5 Glenn Randers-Pehrson <glennrp@image...> * In coders/gif.c, quiet two warnings. 2015-01-24 6.9.0-5 Dirk Lemstra <dirk@lem.....org> * Fixed iccColorProfile() in Magick++ (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26910). * Fixed infinite loop in HDR reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26929). 2015-01-23 6.9.0-5 Glenn Randers-Pehrson <glennrp@image...> * Check lengths of certain MNG chunks before reading them. * In the PNG codec, check status wherever a function returns it. 2015-01-18 6.9.0-5 Cristy <quetzlzacatenango@image...> * Remove possible resource memory leak in a multi-threaded program (bug report and patch from David Chapman <d...@acm.org>. * Small optimization to pixel cache. * More image sanity checks. * Support writing base64-encoded images (e.g convert logo: inline:jpeg:logo.txt). * Repair small TIFF leak when pinging (patch provided by Andrey Cherniy). 2015-01-16 6.9.0-4 Cristy <quetzlzacatenango@image...> * New version 6.9.0-4, SVN revision 17697. 2015-01-07 6.9.0-4 Cristy <quetzlzacatenango@image...> * Additional coder sanity checks (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26842, http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682). 2015-01-05 6.9.0-4 Dirk Lemstra <dirk@lem.....org> * Report Ghostscript version when -verbose is used and when an exception is raised. * Fixed invalid path check in MagickCoreGenesis under Windows and disabled ProvideDllMain by default (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=118875). 2015-01-01 6.9.0-3 Cristy <quetzlzacatenango@image...> * New version 6.9.0-3, SVN revision 17537. 2015-01-01 6.9.0-3 Cristy <quetzlzacatenango@image...> * ImageMagick builds when HDRI is enabled (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26803). 2014-12-31 6.9.0-3 Glenn Randers-Pehrson <glennrp@image...> * Don't read beyond the end of a tEXt keyword when checking for Raw profile. 2014-12-27 6.9.0-2 Cristy <quetzlzacatenango@image...> * New version 6.9.0-2, SVN revision 17468. 2014-12-14 6.9.0-1 Dirk Lemstra <dirk@snakeware...> * Added support for reading EXR files to the Windows distribution. * Fixed enabling alpha in 32-bit BMP files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26662). * Added support for writing 16-bit TGA files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26693). * Improved performance of dds:cluster-fit when OpenMP is enabled. * Added support for distributed pixel cache to the Windows distribution. 2014-12-04 6.9.0-1 Alexey Dolgavin <dolgavin.alexey@gmail...> * Fix ImageMagick crashes while read EXIF from TIFF. 2014-11-20 6.9.0-1 Glenn Randers-Pehrson <glennrp@image...> * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26576). * Update progress monitor for every PNG row instead of every pass (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26589). * Reject input PNG with dimensions larger than specified with -limit width and -limit height. 2014-11-20 6.9.0-1 Cristy <quetzlzacatenango@image...> * Fix double free / invalid read when converting jpg to pdb (thanks to Hanno). * Maximum XWD image size is 64Kx64K (thanks to Hanno). * Maximum DPX number of elements is 8 (thanks to Hanno). * Transient problem with SVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26587). * Numerous buffer overflow fixes (thanks to Gynvael Coldwind and Mateusz Jurczyk of the Google Security Team). * Additional PNM sanity checks (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682). * The SetImageBias() bias value is no longer ignored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25732). * Area crop now returns the expected number of tiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26701). * Respect TGA ColorMapIndex field (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26738). * Clang does not support __alloc_size__, fix fabs() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26739). * Support width and height resource limits. * Don't read TIFF profiles when pinging (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26670).
39 lines
1 KiB
Text
39 lines
1 KiB
Text
# $NetBSD: Makefile.common,v 1.112 2015/02/08 22:36:51 snj Exp $
|
|
#
|
|
# used by graphics/p5-PerlMagick/Makefile
|
|
|
|
IM_MAJOR_VER= 6.9.0
|
|
IM_MINOR_VER= 5
|
|
IM_MAJOR_LIB_VER= 6
|
|
|
|
.if (${IM_MINOR_VER} != NONE)
|
|
DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
|
|
.else
|
|
DISTSUFFIX= ${IM_MAJOR_VER}
|
|
.endif
|
|
|
|
DISTNAME= ImageMagick-${DISTSUFFIX}
|
|
DISTVERSION= ${DISTSUFFIX:S/-/./}
|
|
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \
|
|
ftp://ftp.nluug.nl/pub/ImageMagick/ \
|
|
ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \
|
|
http://www.imagemagick.org/download/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
HOMEPAGE= http://www.imagemagick.org/
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX}
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
# For things for which we do not specify an explicit dependency above, disable
|
|
# so that we don't cause implicit "hidden" dependencies.
|
|
CONFIGURE_ARGS+= --without-dps
|
|
CONFIGURE_ARGS+= --without-fpx
|
|
CONFIGURE_ARGS+= --without-gvc
|
|
CONFIGURE_ARGS+= --without-jbig
|
|
CONFIGURE_ARGS+= --without-lqr
|
|
CONFIGURE_ARGS+= --without-modules
|