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

Gaëtan Bisson bisson at archlinux.org
Mon Sep 9 08:51:15 UTC 2019


    Date: Monday, September 9, 2019 @ 08:51:14
  Author: bisson
Revision: 362074

hard deps for popular format support, see FS#61275

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 08:19:24 UTC (rev 362073)
+++ PKGBUILD	2019-09-09 08:51:14 UTC (rev 362074)
@@ -5,19 +5,18 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.33
-pkgrel=1
+pkgrel=2
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('x86_64')
 license=('MIT')
 optdepends=('jasper: jp2 module'
-            'libpng: png module'
             'libwmf: wmf module'
             'libxml2: msl, svg, url modules'
-            'libtiff: ps2, ps3, tiff modules'
             'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+makedepends=('perl' 'jasper' 'libwmf' 'libxml2')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz'
+         'libpng' 'libtiff' 'libwebp')
 source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
 sha256sums=('130cb330a633580b5124eba5c125bbcbc484298423a97b9bed37ccd50d6dc778')
 



More information about the arch-commits mailing list