mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/imagemagick to 6.8.7.5-1
This commit is contained in:
parent
21291dde62
commit
eadb968b91
1 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.8.7.4
|
||||
pkgrel=2
|
||||
pkgver=6.8.7.5
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
license=('custom')
|
||||
|
@ -17,7 +17,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
|||
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} \
|
||||
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} \
|
||||
perlmagick.rpath.patch)
|
||||
sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
|
||||
sha1sums=('7137f0f5341d305ec41bb79f1d8121a58feb0684'
|
||||
'SKIP'
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||
|
||||
|
@ -47,7 +47,8 @@ check() {
|
|||
package_imagemagick() {
|
||||
pkgdesc="An image viewing/manipulation program"
|
||||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
|
||||
optdepends=('ghostscript: for Ghostscript support'
|
||||
optdepends=('imagemagick-doc: for additional information'
|
||||
'ghostscript: for Ghostscript support'
|
||||
'openexr: for OpenEXR support'
|
||||
'libwmf: for WMF support'
|
||||
'librsvg: for SVG support'
|
||||
|
|
Loading…
Reference in a new issue