anymore (noted by tron). 2006-03-26 6.2.6-6 Cristy <stentz@image...> * Specify '-depth 32 -define quantum:format=floating-point' to read/write single precision floating point TIFF and raw formats. * Specify '-depth 64 -define quantum:format=floating-point' to read/write double precision floating point TIFF and raw formats. * If you overlaying an image with a negative offset, the image is no longer wrapped around the left and right edges of the canvas. 2006-03-20 6.2.6-5 Cristy <stentz@image...> * Fix Group4-compression in the PDF writer.
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.50 2006/03/30 09:56:12 ghen Exp $
|
|
|
|
# NOTE: When updating this version, make sure to reset PKGREVISION in
|
|
# both graphics/ImageMagick *and* graphics/p5-PerlMagick!
|
|
|
|
IM_MAJOR_VER= 6.2.6
|
|
IM_MINOR_VER= 6
|
|
IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
|
|
|
|
.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.net/pub/ImageMagick/ \
|
|
ftp://ftp.nluug.nl/pub/ImageMagick/ \
|
|
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/ \
|
|
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ \
|
|
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \
|
|
http://www.imagemagick.net/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
WRKSRC= ${WRKDIR}/ImageMagick-${IM_MAJOR_VER}
|
|
|
|
# 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 --without-fpx --without-hdf \
|
|
--without-jbig --without-threads
|