[arch-commits] Commit in imagemagick6/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Dec 6 14:14:56 UTC 2017


    Date: Wednesday, December 6, 2017 @ 14:14:45
  Author: heftig
Revision: 311679

configure pcl and xps interpreter support

Modified:
  imagemagick6/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 14:12:58 UTC (rev 311678)
+++ PKGBUILD	2017-12-06 14:14:45 UTC (rev 311679)
@@ -11,7 +11,7 @@
 license=(custom)
 depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
 makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp
-             chrpath ocl-icd glu)
+             chrpath ocl-icd glu ghostpcl ghostxps)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -42,6 +42,9 @@
     --sysconfdir=/etc \
     --with-dejavu-font-dir=/usr/share/fonts/TTF \
     --with-gs-font-dir=/usr/share/fonts/gsfonts \
+    PSDelegate=/usr/bin/gs \
+    XPSDelegate=/usr/bin/gxps \
+    PCLDelegate=/usr/bin/gpcl6 \
     --enable-hdri \
     --enable-opencl \
     --with-gslib \



More information about the arch-commits mailing list