* update imagemagick to 7.1.1.21-1
This commit is contained in:
parent
5ba3e73aff
commit
fdafd3cd03
@ -3,7 +3,7 @@
|
||||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
pkgname=imagemagick
|
||||
pkgver=7.1.1.19
|
||||
pkgver=7.1.1.21
|
||||
pkgrel=1
|
||||
_relname=ImageMagick-${pkgver%%.*}
|
||||
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||
@ -11,10 +11,23 @@ pkgdesc='An image viewing/manipulation program'
|
||||
url='https://www.imagemagick.org/'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=(custom)
|
||||
depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2 fftw)
|
||||
depends=(bzip2
|
||||
fftw
|
||||
fontconfig
|
||||
freetype2
|
||||
gcc-libs
|
||||
glibc
|
||||
lcms2
|
||||
liblqr
|
||||
libltdl
|
||||
libpng
|
||||
libraqm
|
||||
libxext
|
||||
libxml2)
|
||||
optdepends=('ghostscript: PS/PDF support'
|
||||
'jbigkit: JBIG support'
|
||||
'libheif: HEIF support'
|
||||
'libjpeg-turbo: JPEG support'
|
||||
'libjxl: JPEG XL support'
|
||||
'libraw: DNG support'
|
||||
'librsvg: SVG support'
|
||||
@ -29,13 +42,31 @@ optdepends=('ghostscript: PS/PDF support'
|
||||
options+=(!emptydirs libtool)
|
||||
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
|
||||
provides=(libmagick)
|
||||
makedepends=(ghostscript openexr libwmf librsvg openjpeg2 libraw opencl-headers libwebp libzip libjxl
|
||||
chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit djvulibre)
|
||||
checkdepends=(gsfonts ttf-dejavu)
|
||||
makedepends=(chrpath
|
||||
djvulibre
|
||||
ghostpcl
|
||||
ghostscript
|
||||
ghostxps
|
||||
glu
|
||||
jbigkit
|
||||
libheif
|
||||
libjpeg-turbo
|
||||
libjxl
|
||||
libraw
|
||||
librsvg
|
||||
libwebp
|
||||
libwmf
|
||||
libzip
|
||||
ocl-icd
|
||||
opencl-headers
|
||||
openexr
|
||||
openjpeg2)
|
||||
checkdepends=(gsfonts
|
||||
ttf-dejavu)
|
||||
replaces=(imagemagick-doc)
|
||||
source=(https://imagemagick.org/archive/$_tarname.tar.xz{,.asc}
|
||||
arch-fonts.diff)
|
||||
sha256sums=('2a1559364f41ef0dd5bf5cf44ffd3189f5fb8c65c01cd1f53fcfa346a8dbf6a6'
|
||||
sha256sums=('1e44faec8bf603e8c894a7c039fb1b4bb83dc0c429c79c74577e73ceefe4a238'
|
||||
'SKIP'
|
||||
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
|
||||
validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae
|
||||
|
Loading…
x
Reference in New Issue
Block a user