mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/imagemagick to 6.9.5.4-1
This commit is contained in:
parent
2051524ecf
commit
abbf9cb36e
1 changed files with 4 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.9.5.3
|
||||
pkgver=6.9.5.4
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
|
@ -17,11 +17,10 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
|
|||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
|
||||
'libwebp' 'subversion' 'glu')
|
||||
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
|
||||
perlmagick.rpath.patch CVE-2016-6491.patch::"http://git.imagemagick.org/repos/ImageMagick/commit/5cb6c1ac.diff")
|
||||
sha1sums=('38e70c0e0e3d8d419a0f05dd10d75fc5cf0c00b2'
|
||||
perlmagick.rpath.patch)
|
||||
sha1sums=('830af0cafc6c03b034fd8b2a09eb2196939cf552'
|
||||
'SKIP'
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec'
|
||||
'4d7800b26bea97cf1c018405f20c5ea11ef678d4')
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||
validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
|
||||
|
||||
prepare() {
|
||||
|
@ -29,9 +28,6 @@ prepare() {
|
|||
sed '/AC_PATH_XTRA/d' -i configure.ac
|
||||
autoreconf --force --install
|
||||
patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
|
||||
|
||||
# Fix CVE-2016-6491
|
||||
patch -p1 -i "$srcdir"/CVE-2016-6491.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue