mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/imagemagick to 6.9.9.9-3
This commit is contained in:
parent
9249acb14d
commit
c26fdfac1a
1 changed files with 6 additions and 5 deletions
|
@ -9,13 +9,13 @@
|
|||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.9.9.9
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
license=('custom')
|
||||
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 'libraw'
|
||||
'libwebp' 'subversion' 'glu' 'git')
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 'libraw' 'libraqm'
|
||||
'libwebp' 'subversion' 'glu')
|
||||
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
|
||||
perlmagick.rpath.patch)
|
||||
sha1sums=('abfc4abaf2f7ce1a454f4779df5593357adaab86'
|
||||
|
@ -51,7 +51,7 @@ check() {
|
|||
|
||||
package_imagemagick() {
|
||||
pkgdesc="An image viewing/manipulation program"
|
||||
depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
|
||||
depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libraqm')
|
||||
optdepends=('imagemagick-doc: for additional information'
|
||||
'ghostscript: for Ghostscript support'
|
||||
'openexr: for OpenEXR support'
|
||||
|
@ -60,7 +60,8 @@ package_imagemagick() {
|
|||
'librsvg: for SVG support'
|
||||
'libxml2: for XML support'
|
||||
'libpng: for PNG support'
|
||||
'libwebp: for WEBP support')
|
||||
'libwebp: for WEBP support'
|
||||
'libraw: for DNG support')
|
||||
backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
|
||||
"etc/ImageMagick-${pkgver%%.*}/colors.xml"
|
||||
"etc/ImageMagick-${pkgver%%.*}/delegates.xml"
|
||||
|
|
Loading…
Reference in a new issue