summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-12-22 19:09:04 -0200
committerDaniel Bermond2017-12-22 19:09:04 -0200
commit70bb626821a6e607b4e21bb287d85bb1c394e234 (patch)
treeb8c415d0a9d77a26035175f9edb58081d9c2b10e
parentbb500999e0c726bd314a237eb8b20650dca36d7c (diff)
downloadaur-70bb626821a6e607b4e21bb287d85bb1c394e234.tar.gz
New upstream option: --with-heic
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15602a90433a..5dd1cc3c8feb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 21:06:52 UTC 2017
+# Fri Dec 22 21:08:15 UTC 2017
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, git version)
- pkgver = 7.0.7.5.r12632.gabac32acf
- pkgrel = 2
+ pkgver = 7.0.7.16.r13021.g45f72690a
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -48,6 +48,7 @@ pkgbase = imagemagick-full-git
makedepends = zlib
makedepends = autotrace-nomagick
makedepends = flif
+ makedepends = libde265
makedepends = libfpx
makedepends = libraqm
makedepends = libumem-git
@@ -88,6 +89,7 @@ pkgbase = imagemagick-full-git
depends = zlib
depends = autotrace-nomagick
depends = flif
+ depends = libde265
depends = libfpx
depends = libraqm
depends = libumem-git
@@ -124,7 +126,7 @@ pkgname = libmagick-full-git
backup = etc/ImageMagick-7/type-ghostscript.xml
pkgname = imagemagick-full-git
- depends = libmagick-full-git=7.0.7.5.r12632.gabac32acf-2
+ depends = libmagick-full-git=7.0.7.16.r13021.g45f72690a-1
depends = perl>=
depends = perl<
optdepends = imagemagick-full-doc-git: manual and API docs
diff --git a/PKGBUILD b/PKGBUILD
index 704780882cf7..60aaa9025fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,10 +23,10 @@ _qdepth='32'
pkgbase=imagemagick-full-git
pkgname=('libmagick-full-git' 'imagemagick-full-git' 'imagemagick-full-doc-git')
-pkgver=7.0.7.5.r12632.gabac32acf
+pkgver=7.0.7.16.r13021.g45f72690a
_majorver="${pkgver%%.*}"
_etcdir="ImageMagick-${_majorver}"
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features, git version)"
url='http://www.imagemagick.org/'
@@ -40,7 +40,7 @@ depends=(
'glu' 'libxt' 'bzip2' 'djvulibre' 'fftw' 'freetype2' 'graphviz'
'jbigkit' 'jemalloc' 'libjpeg-turbo' 'libtiff' 'pango' 'xz' 'zlib'
# AUR:
- 'autotrace-nomagick' 'flif' 'libfpx' 'libraqm' 'libumem-git'
+ 'autotrace-nomagick' 'flif' 'libde265' 'libfpx' 'libraqm' 'libumem-git'
)
makedepends=(
# official repositories:
@@ -52,7 +52,7 @@ makedepends=(
'glu' 'libxt' 'bzip2' 'djvulibre' 'fftw' 'freetype2' 'graphviz'
'jbigkit' 'jemalloc' 'libjpeg-turbo' 'libtiff' 'pango' 'xz' 'zlib'
# AUR:
- 'autotrace-nomagick' 'flif' 'libfpx' 'libraqm' 'libumem-git'
+ 'autotrace-nomagick' 'flif' 'libde265' 'libfpx' 'libraqm' 'libumem-git'
)
source=("$pkgbase"::'git+https://github.com/ImageMagick/ImageMagick.git'
'arch-fonts.diff')
@@ -116,6 +116,7 @@ build() {
--with-raqm \
--with-gslib \
--with-gvc \
+ --with-heic \
--with-jbig \
--with-jpeg \
--with-lcms \