summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-02 18:23:01 +0000
committerDaniel Bermond2018-05-02 18:23:01 +0000
commitcdaef193eee73ae2d225119b203ba6066a2b036d (patch)
treea4698580a0f5a152ffb738ef5bff8ea73ced5007
parent53e6c71d9c01c34a9c435c53344625e30be543bd (diff)
downloadaur-cdaef193eee73ae2d225119b203ba6066a2b036d.tar.gz
depends: switch heic dependency from libde265 to libheif
This was changed by upstream.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb74c50f63c..4965430bc8f2 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.7.28
- pkgrel = 2
+ pkgrel = 3
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -51,7 +51,7 @@ pkgbase = imagemagick-full
depends = autotrace-nomagick
depends = flif
depends = libfpx
- depends = libde265
+ depends = libheif
source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=edd71782e9d00e563ccb5c0f0f236a2915e439b2
source = arch-fonts.diff
sha256sums = SKIP
@@ -84,7 +84,7 @@ pkgname = libmagick-full
backup = etc//type-ghostscript.xml
pkgname = imagemagick-full
- depends = libmagick-full=7.0.7.28-2
+ depends = libmagick-full=7.0.7.28-3
depends = perl
optdepends = imagemagick-full-doc: manual and API docs
optdepends = ttf-mac-fonts: for Apple fonts support
diff --git a/PKGBUILD b/PKGBUILD
index 36c8ec95df43..1942e3904566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ _qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
pkgver=7.0.7.28
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
url='http://www.imagemagick.org/'
@@ -41,7 +41,7 @@ depends=(
'jemalloc' 'bzip2' 'libx11' 'libsm' 'libice' 'libxt' 'zlib' 'fftw' 'djvulibre'
'freetype2' 'graphviz' 'jbigkit' 'libjpeg-turbo' 'xz' 'libtiff'
# AUR:
- 'libumem-git' 'autotrace-nomagick' 'flif' 'libfpx' 'libde265'
+ 'libumem-git' 'autotrace-nomagick' 'flif' 'libfpx' 'libheif'
)
makedepends=('git' 'perl' 'opencl-headers' 'chrpath' 'glu' 'ghostpcl' 'ghostxps')
source=("${pkgbase}-git"::"git+https://github.com/ImageMagick/ImageMagick.git#commit=${_commit}"