From 13d4da77cffc1b05a182579ebd385d1f41199914 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Aug 2012 09:13:56 +0200 Subject: [PATCH] ImageMagick: enable more plugins, add missing builddeps. --- srcpkgs/ImageMagick/libmagick.rshlibs | 3 ++- srcpkgs/ImageMagick/template | 14 ++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/srcpkgs/ImageMagick/libmagick.rshlibs b/srcpkgs/ImageMagick/libmagick.rshlibs index 4c960a69ae..65eed5013a 100644 --- a/srcpkgs/ImageMagick/libmagick.rshlibs +++ b/srcpkgs/ImageMagick/libmagick.rshlibs @@ -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 diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template index 80ff28be04..e080874329 100644 --- a/srcpkgs/ImageMagick/template +++ b/srcpkgs/ImageMagick/template @@ -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 " homepage="http://www.imagemagick.org/"