summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-05-20 19:04:20 +0000
committerDaniel Bermond2019-05-20 19:04:20 +0000
commit0476175e038f6ee6066e674295cabd0445b4a832 (patch)
tree076f9c939fb6ec590e329a6da655e60a62e888a6
parent5d1c0eb1618eccba4c8f8e1b012cb21881e387ca (diff)
downloadaur-0476175e038f6ee6066e674295cabd0445b4a832.tar.gz
Updated to version 7.0.8.46
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5d4b9b6cd0..7e1787aa993a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 7.0.8.42
- pkgrel = 2
+ pkgver = 7.0.8.46
+ pkgrel = 1
url = https://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -49,12 +49,13 @@ pkgbase = imagemagick-full
makedepends = ocl-icd
makedepends = gsfonts
makedepends = ttf-dejavu
+ makedepends = perl
makedepends = pstoedit-nomagick
makedepends = autotrace-nomagick
makedepends = flif
makedepends = libfpx
makedepends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=9a529b2171ab1d64748c3385b0c2c4702808983d
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=39c2e1ec751ddb665151a593076ec14d6f571d33
source = imagemagick-full-security-fix.patch
source = arch-fonts.diff
sha256sums = SKIP
@@ -103,9 +104,9 @@ pkgname = imagemagick-full
depends = libfpx
depends = libumem-git
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.8.42
- provides = libmagick=7.0.8.42
- provides = libmagick-full=7.0.8.42
+ provides = imagemagick=7.0.8.46
+ provides = libmagick=7.0.8.46
+ provides = libmagick-full=7.0.8.46
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -125,6 +126,6 @@ pkgname = imagemagick-full
pkgname = imagemagick-full-doc
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features) (manual and API docs)
arch = any
- provides = imagemagick-doc=7.0.8.42
+ provides = imagemagick-doc=7.0.8.46
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index faf45dc976c4..ac72e3817e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
# - deJaVu and GhostScript font directories are the default ones
# - Windows font directory is set according to a Wiki example
-_commit='9a529b2171ab1d64748c3385b0c2c4702808983d'
+_commit='39c2e1ec751ddb665151a593076ec14d6f571d33'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.42
-pkgrel=2
+pkgver=7.0.8.46
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
url='https://www.imagemagick.org/'
@@ -30,10 +30,11 @@ makedepends=(
'libx11' 'bzip2' 'zlib' 'libltdl' 'jemalloc' 'djvulibre' 'libraw' 'graphviz'
'openexr' 'libheif' 'openjpeg2' 'libjpeg-turbo' 'xz' 'glib2' 'pango' 'cairo'
'libpng' 'ghostscript' 'ming' 'librsvg' 'libtiff' 'libwebp' 'libwmf' 'ocl-icd'
- 'gsfonts' 'ttf-dejavu'
+ 'gsfonts' 'ttf-dejavu' 'perl'
# AUR:
'pstoedit-nomagick' 'autotrace-nomagick' 'flif' 'libfpx' 'libumem-git'
)
+BUILDENV+=('!check')
source=("git+https://github.com/ImageMagick/ImageMagick.git#commit=${_commit}"
'imagemagick-full-security-fix.patch'
'arch-fonts.diff')
@@ -142,7 +143,6 @@ check() (
package_imagemagick-full() {
local _majorver="${pkgver%%.*}"
local _etcdir="ImageMagick-${_majorver}"
-
depends=(
# official repositories:
'lcms2' 'libraqm' 'liblqr' 'fftw' 'libxml2' 'fontconfig' 'freetype2' 'libxext'