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

Antonio Rojas arojas at archlinux.org
Mon Jun 1 07:34:00 UTC 2020


    Date: Monday, June 1, 2020 @ 07:33:59
  Author: arojas
Revision: 387992

Add DJVU support (FS#66851)

Modified:
  imagemagick/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 21:39:56 UTC (rev 387991)
+++ PKGBUILD	2020-06-01 07:33:59 UTC (rev 387992)
@@ -4,13 +4,13 @@
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
 pkgver=7.0.10.16
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/"
 arch=(x86_64)
 license=(custom)
 makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp
-             chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 libxext liblqr libraqm libpng)
+             chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 libxext liblqr libraqm libpng djvulibre)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -50,6 +50,7 @@
     --enable-hdri \
     --enable-opencl \
     --without-gslib \
+    --with-djvu \
     --with-lqr \
     --with-modules \
     --with-openexr \
@@ -61,7 +62,6 @@
     --with-wmf \
     --with-xml \
     --without-autotrace \
-    --without-djvu \
     --without-dps \
     --without-fftw \
     --without-fpx \
@@ -89,6 +89,7 @@
               'ocl-icd: OpenCL support'
               'openexr: OpenEXR support'
               'openjpeg2: JPEG2000 support'
+              'djvulibre: DJVU support'
               'pango: Text rendering'
               'imagemagick-doc: manual and API docs')
   options=(!emptydirs libtool)



More information about the arch-commits mailing list