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

Antonio Rojas arojas at archlinux.org
Sun Sep 23 20:39:33 UTC 2018


    Date: Sunday, September 23, 2018 @ 20:39:32
  Author: arojas
Revision: 335264

Update to 6.9.10.12, enable jbig module

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-23 20:22:06 UTC (rev 335263)
+++ PKGBUILD	2018-09-23 20:39:32 UTC (rev 335264)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.11
+pkgver=6.9.10.12
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/"
@@ -10,13 +10,13 @@
 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 ghostpcl ghostxps libheif)
+             chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
         arch-fonts.diff)
-sha256sums=('2d1c61999a9b1f663a085d6657cc4db4b1652af6462256d1aa3c467df3e9e6eb'
+sha256sums=('54549fe394598f6a7cec8cb5adc45d5d65b8b4f043745c6610693618b1372966'
             'SKIP'
             'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
@@ -62,8 +62,7 @@
     --without-fftw \
     --without-fpx \
     --without-gcc-arch \
-    --without-gvc \
-    --without-jbig
+    --without-gvc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list