a0ea5c6e0a
6.9.9.20 - Return expected results for a percent 0 -chop option argument - Tweaks to OpenMP support within ImageMagick. 6.9.9.19 - Correct handling of GIF transparency 6.9.9.18 - Resetting the magick_list_initialized boolean when needed 6.9.9.17 - Fix broken build 6.9.9.16 - Fixed numerous memory leaks - Support URW-base35 fonts. 6.9.9.15 - Fixed numerous memory leaks 6.9.9.14 - Fixed numerous memory leaks - Stop poential leaks in the JNG decoder - Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60. 6.9.9.13 - Use signed integer arithmetic to calculate timezone corrections
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.11 2017/10/30 15:08:13 fhajny Exp $
|
|
#
|
|
# When updating this package, please upload the distfile
|
|
# since they disappear immediately when new releases happen.
|
|
|
|
IM_MAJOR_VER= 6.9.9
|
|
IM_MINOR_VER= 20
|
|
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/
|
|
MASTER_SITES+= ftp://ftp.nluug.nl/pub/ImageMagick/
|
|
MASTER_SITES+= ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/
|
|
MASTER_SITES+= 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
|