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

Antonio Rojas arojas at archlinux.org
Sun Sep 23 20:18:57 UTC 2018


    Date: Sunday, September 23, 2018 @ 20:18:56
  Author: arojas
Revision: 335262

Update to 7.0.8.2, enable jbig module

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-23 20:10:57 UTC (rev 335261)
+++ PKGBUILD	2018-09-23 20:18:56 UTC (rev 335262)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.11
+pkgver=7.0.8.12
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/"
@@ -10,13 +10,13 @@
 license=(custom)
 depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
 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/releases/$_tarname.tar.xz{,.asc}
         arch-fonts.diff)
-sha256sums=('c15f14c054b4fde417e7b82c23950047203f81e582de7f1270cf3bdfa8a38a03'
+sha256sums=('48df5877fe85603940310fe5c811a89af416882b60379918a95dcd4de6582b55'
             'SKIP'
             'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
@@ -63,8 +63,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