mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/imagemagick to 6.9.9.17-1
This commit is contained in:
parent
5dd7b0896c
commit
6b521088c9
1 changed files with 4 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.9.9.16
|
||||
pkgver=6.9.9.17
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
|
@ -17,19 +17,16 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
|
|||
'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
|
||||
imagemagick-fix-build.patch::"https://github.com/ImageMagick/ImageMagick/commit/c19d58e9.patch")
|
||||
sha256sums=('d73c45f563eda97f77f470cc6d32d28268c78298b3cffe929f936bb890fccf64'
|
||||
perlmagick.rpath.patch)
|
||||
sha256sums=('ff25e28aa846cf5adea1e33d28d3019ba689f520bc40160abc0d95611a936978'
|
||||
'SKIP'
|
||||
'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088'
|
||||
'd0aef34ec7e3d8a7972d0e69fb3015961bfd5706ce74f008e46d65e603920064')
|
||||
'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088')
|
||||
validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
|
||||
|
||||
prepare() {
|
||||
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||
sed '/AC_PATH_XTRA/d' -i configure.ac
|
||||
patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
|
||||
patch -p1 -i ../imagemagick-fix-build.patch
|
||||
autoreconf --force --install
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue