* update graphicsmagick to 1.3.41-3

This commit is contained in:
Alexander Baldeck 2023-09-01 15:40:02 +02:00
parent 3dce763394
commit b286b1c5d1

View File

@ -6,8 +6,8 @@
# Contributor: Anton Leontiev <bunder@t-25.ru>
pkgname=graphicsmagick
pkgver=1.3.40
pkgrel=4
pkgver=1.3.41
pkgrel=3
pkgdesc='Image processing system'
url='http://www.graphicsmagick.org/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -34,9 +34,13 @@ optdepends=('jasper: jp2 module'
'ghostscript: pdf, ps modules'
'libheif: heic module'
'libjxl: jpeg-xl module')
provides=(Magick.so
libGraphicsMagickWand.so
libGraphicsMagick.so
libGraphicsMagick++-Q16.so)
_archive="GraphicsMagick-$pkgver"
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$_archive.tar.xz")
sha256sums=('97dc1a9d4e89c77b25a3b24505e7ff1653b88f9bfe31f189ce10804b8efa7746')
sha256sums=('b741b11ba86162db4d4ec1b354989a773f73c40722d1148239f6c69c9f04a6aa')
options=('!emptydirs' 'libtool')
@ -53,6 +57,7 @@ build() {
--with-modules \
--with-perl \
--with-quantum-depth=16 \
--with-magick_plus_plus \
--with-threads
make
}