ImageMagick: enable more plugins, add missing builddeps.

This commit is contained in:
Juan RP 2012-08-11 09:13:56 +02:00
parent 0da6b54b26
commit 13d4da77cf
2 changed files with 10 additions and 7 deletions

View file

@ -27,8 +27,9 @@ libwebp.so.2
libwmflite-0.2.so.7
libstdc++.so.6
libgcc_s.so.1
libpangoft2-1.0.so.0
libpango-1.0.so.0
libtiff.so.5
libdjvulibre.so.21
libpng15.so.15
libpangocairo-1.0.so.0
libgs.so.9

View file

@ -3,17 +3,19 @@ pkgname=ImageMagick
_majorver=6.7.8
_patchver=8
version=${_majorver}.${_patchver}
revision=1
revision=2
wrksrc=${pkgname}-${_majorver}-${_patchver}
build_style=gnu-configure
configure_args="--without-gslib --without-jp2 --without-autotrace
--without-dps --without-fpx --without-gvc --without-jbig
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
--with-magick-plus-plus --with-modules -with-perl --enable-shared
--with-dejavu-font-dir=/usr/share/fonts/TTF"
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"
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"
short_desc="Package for display and interactive manipulation of images"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.imagemagick.org/"