void-packages/srcpkgs/ImageMagick/template

61 lines
2.5 KiB
Text
Raw Normal View History

# Template file for 'ImageMagick'
pkgname=ImageMagick
2012-08-11 06:51:36 +00:00
_majorver=6.7.8
_patchver=8
version=${_majorver}.${_patchver}
2012-08-11 06:51:36 +00:00
revision=1
wrksrc=${pkgname}-${_majorver}-${_patchver}
build_style=gnu-configure
configure_args="--without-gslib --without-jp2 --without-autotrace
2012-01-31 16:44:49 +00:00
--without-dps --without-fpx --without-gvc --without-jbig
2011-04-12 09:00:37 +00:00
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
2012-08-11 06:51:36 +00:00
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
lcms2-devel freetype-devel libwebp-devel fontconfig-devel libXext-devel
libXt-devel libltdl-devel libxml2-devel gtk+-devel libwmf-devel fftw-devel
djvulibre-devel liblzma-devel libgomp-devel"
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"
checksum=69a23eed208c33a113ade3e069f304c56194551313aeb78efdc8907b6dd67e97
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."
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"
keep_libtool_archives=yes
subpackages="libmagick libmagick-devel libmagick-perl"
post_install() {
2011-07-05 11:14:25 +00:00
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vinstall NOTICE 644 usr/share/licenses/${pkgname}
# we don't need the libtool archives anymore
find ${DESTDIR} -type f -name *.la -delete
2011-06-20 09:50:37 +00:00
}