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

Jan Steffens heftig at archlinux.org
Sat Oct 3 21:06:28 UTC 2020


    Date: Saturday, October 3, 2020 @ 21:06:28
  Author: heftig
Revision: 397233

6.9.11.32-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 21:01:56 UTC (rev 397232)
+++ PKGBUILD	2020-10-03 21:06:28 UTC (rev 397233)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.11.31
+pkgver=6.9.11.32
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/"
@@ -9,7 +9,7 @@
 arch=(x86_64)
 license=(custom)
 depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp libzip
              chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
         arch-fonts.diff)
-sha256sums=('3ab6a499244aa214b7a58570ee161a6069656c420f23d14210568e91a8abf3f5'
+sha256sums=('151733e004cb1b49c77e04e1257b9883b6cce2221fc44b0176845e14f75eca52'
             'SKIP'
             'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
@@ -38,6 +38,7 @@
     PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig pkg-config" \
     --prefix=/usr \
     --sysconfdir=/etc \
+    --enable-shared \
     --with-dejavu-font-dir=/usr/share/fonts/TTF \
     --with-gs-font-dir=/usr/share/fonts/gsfonts \
     PSDelegate=/usr/bin/gs \



More information about the arch-commits mailing list