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

Antonio Rojas arojas at gemini.archlinux.org
Thu Oct 7 16:41:27 UTC 2021


    Date: Thursday, October 7, 2021 @ 16:41:26
  Author: arojas
Revision: 425439

Enable JPEG XL

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-07 14:18:09 UTC (rev 425438)
+++ PKGBUILD	2021-10-07 16:41:26 UTC (rev 425439)
@@ -4,12 +4,12 @@
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
 pkgver=7.1.0.9
-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 libzip
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp libzip libjxl
              chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 libxext liblqr libraqm libpng djvulibre)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
@@ -38,6 +38,7 @@
     --prefix=/usr \
     --sysconfdir=/etc \
     --enable-shared \
+    --disable-static \
     --with-dejavu-font-dir=/usr/share/fonts/TTF \
     --with-gs-font-dir=/usr/share/fonts/gsfonts \
     PSDelegate=/usr/bin/gs \
@@ -47,6 +48,7 @@
     --enable-opencl \
     --without-gslib \
     --with-djvu \
+    --with-jxl \
     --with-lqr \
     --with-modules \
     --with-openexr \
@@ -77,6 +79,7 @@
   depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
   optdepends=('ghostscript: PS/PDF support'
               'libheif: HEIF support'
+              'libjxl: JPEG XL support'
               'libraw: DNG support'
               'librsvg: SVG support'
               'libwebp: WEBP support'



More information about the arch-commits mailing list