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

Antonio Rojas arojas at archlinux.org
Wed Jun 20 15:07:07 UTC 2018


    Date: Wednesday, June 20, 2018 @ 15:07:07
  Author: arojas
Revision: 327333

Add HEIF support

Modified:
  imagemagick6/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-20 15:00:08 UTC (rev 327332)
+++ PKGBUILD	2018-06-20 15:07:07 UTC (rev 327333)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
 pkgver=6.9.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/"
 arch=(x86_64)
@@ -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 ghostpcl ghostxps)
+             chrpath ocl-icd glu ghostpcl ghostxps libheif)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -78,6 +78,7 @@
 package_libmagick6() {
   pkgdesc="${pkgdesc/)/; library)}"
   optdepends=('ghostscript: PS/PDF support'
+              'libheif: HEIF support'
               'libraw: DNG support'
               'librsvg: SVG support'
               'libwebp: WEBP support'



More information about the arch-commits mailing list