pkgsrc/graphics/ImageMagick/Makefile.common
adam 4d4d40f641 Changes 6.3.6-1:
* Speed up the Fx interpreter.
* Use ULL not ui64 for MinGW 64-bit constants.
* Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
* Close all references to a pixel cache on disk before removing the temporary
  file as required under Windows.

Changes 6.3.6-0:
* Added Scaling 'derivitives' to -distort Arc, so image arcing is now
  sharp and clear as you approach the center of the distort.
* Added  " -set option:distort:viewport 'geometry' " special option
  that can be used to override the output image size and offset.
* Fixed experimental use of -filter and -support in Resampling (more later).
* Changed order for coordinate arguments in -distort (for leastsq addition)
2007-10-13 18:13:31 +00:00

43 lines
1.4 KiB
Makefile

# $NetBSD: Makefile.common,v 1.77 2007/10/13 18:13:31 adam Exp $
###########################################################################
#
# HEADS UP! NOTE THE FOLLOWING WHEN UPDATING THIS PACKAGE:
#
# graphics/p5-PerlMagick also depends on this fragment. Make sure to
# remove its PKGREVISION upon update of ImageMagick!
#
###########################################################################
IM_MAJOR_VER= 6.3.6
IM_MINOR_VER= 1
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
CONFIGURE_ARGS+= --without-fpx
CONFIGURE_ARGS+= --without-hdf
CONFIGURE_ARGS+= --without-jbig
CONFIGURE_ARGS+= --without-modules
CONFIGURE_ARGS+= --without-threads