2009-04-22 04:32:31 +00:00
|
|
|
# Template file for 'ImageMagick'
|
|
|
|
pkgname=ImageMagick
|
2012-09-17 16:22:27 +00:00
|
|
|
_majorver=6.7.9
|
|
|
|
_patchver=6
|
2012-07-05 18:57:23 +00:00
|
|
|
version=${_majorver}.${_patchver}
|
2012-09-17 16:35:53 +00:00
|
|
|
revision=2
|
2012-07-05 18:57:23 +00:00
|
|
|
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-08-11 07:13:56 +00:00
|
|
|
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
|
|
|
|
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
2011-04-12 09:00:37 +00:00
|
|
|
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
2012-09-17 16:22:27 +00:00
|
|
|
--with-magick-plus-plus --with-modules -with-perl --enable-shared --with-rsvg
|
|
|
|
--with-dejavu-font-dir=/usr/share/fonts/TTF --disable-static"
|
2012-08-11 06:51:36 +00:00
|
|
|
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
|
2012-08-18 05:49:27 +00:00
|
|
|
lcms2-devel freetype-devel libwebp-devel>=0.2.0 fontconfig-devel libXext-devel
|
2012-08-11 07:13:56 +00:00
|
|
|
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
|
|
|
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
|
|
|
librsvg-devel ghostscript-devel"
|
2009-04-22 04:32:31 +00:00
|
|
|
short_desc="Package for display and interactive manipulation of images"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-20 09:50:37 +00:00
|
|
|
homepage="http://www.imagemagick.org/"
|
|
|
|
license="${pkgname}, MIT"
|
2012-08-11 06:51:36 +00:00
|
|
|
distfiles="http://ftp.nluug.nl/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
2012-09-17 16:22:27 +00:00
|
|
|
checksum=2e9ee6bb11ca7bf825259057516c183c67654f7e5a5cf1e4f3331b0eb5590424
|
2009-04-22 04:32:31 +00:00
|
|
|
long_desc="
|
|
|
|
ImageMagick TM, is a package for display and interactive manipulation
|
|
|
|
of images for the X Window System. It is written in C and interfaces
|
|
|
|
to the X library, and therefore does not require any proprietary
|
|
|
|
toolkit in order to compile. Although the software is copyrighted, it
|
|
|
|
is available for free and can be redistributed without fee.
|
|
|
|
|
|
|
|
The ImageMagick image display program can display an image on any
|
|
|
|
workstation screen running an X server. It can read and write many of
|
|
|
|
the more popular image formats including JPEG, TIFF, PNM, GIF, and
|
|
|
|
Photo CD. In addition you can interactively resize, rotate, sharpen,
|
|
|
|
color reduce, or add special effects to an image and save your
|
|
|
|
completed work in the same or differing image format."
|
|
|
|
|
2011-11-27 15:34:31 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/ImageMagick/coder.xml
|
|
|
|
/etc/ImageMagick/colors.xml
|
|
|
|
/etc/ImageMagick/delegates.xml
|
|
|
|
/etc/ImageMagick/log.xml
|
|
|
|
/etc/ImageMagick/magic.xml
|
|
|
|
/etc/ImageMagick/mime.xml
|
|
|
|
/etc/ImageMagick/policy.xml
|
|
|
|
/etc/ImageMagick/sRGB.icc
|
|
|
|
/etc/ImageMagick/thresholds.xml
|
|
|
|
/etc/ImageMagick/type.xml
|
|
|
|
/etc/ImageMagick/type-dejavu.xml
|
|
|
|
/etc/ImageMagick/type-ghostscript.xml
|
|
|
|
/etc/ImageMagick/type-windows.xml"
|
|
|
|
|
2009-10-17 01:14:05 +00:00
|
|
|
keep_libtool_archives=yes
|
2010-02-19 21:58:07 +00:00
|
|
|
subpackages="libmagick libmagick-devel libmagick-perl"
|
2009-08-10 20:26:38 +00:00
|
|
|
|
2011-11-27 15:34:31 +00:00
|
|
|
post_install() {
|
2011-07-05 11:14:25 +00:00
|
|
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
|
|
|
vinstall NOTICE 644 usr/share/licenses/${pkgname}
|
2011-06-20 09:50:37 +00:00
|
|
|
}
|