aboutsummaryrefslogtreecommitdiffstats
path: root/main/imagemagick
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2017-12-01 03:14:11 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-03 16:18:27 +0100
commitb15d2f1f4c57fbcd83c9a64b12fe346eca36a17f (patch)
tree5c9c7f9a0cc3f747d9b0f23d57ab81f61eacd903 /main/imagemagick
parentd9e25c71d7e755dc57e59b7658d44a2398e48339 (diff)
downloadaports-b15d2f1f4c57fbcd83c9a64b12fe346eca36a17f.tar.bz2
aports-b15d2f1f4c57fbcd83c9a64b12fe346eca36a17f.tar.xz
main/imagemagick: upgrade to 7.0.7.13
Diffstat (limited to 'main/imagemagick')
-rw-r--r--main/imagemagick/APKBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index bcfcd88288..340f8f1e69 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -2,19 +2,19 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imagemagick
-pkgver=7.0.7.11
+pkgver=7.0.7.13
_abiver=7
_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=0
pkgdesc="A collection of tools and libraries for many image formats"
url="http://www.imagemagick.org/"
arch="all"
license="custom"
-options="libtool !checkroot"
+options="libtool"
makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev
perl-dev ghostscript-dev libwebp-dev libtool tiff-dev lcms2-dev
libwebp-dev libxml2-dev librsvg-dev"
-checkdepends="freetype fontconfig ghostscript ghostscript-fonts lcms2"
+checkdepends="freetype fontconfig ghostscript ghostscript-fonts lcms2 graphviz"
subpackages="$pkgname-doc $pkgname-dev $pkgname-c++:_cxx $pkgname-libs"
source="http://www.imagemagick.org/download/releases/ImageMagick-$_pkgver.tar.xz"
builddir="$srcdir/ImageMagick-${_pkgver}"
@@ -25,10 +25,6 @@ build() {
sed -i -e \
's:DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}":DOCUMENTATION_PATH="/usr/share/doc/imagemagick":g' \
configure
- local _openmp=
- case "$CARCH" in
- s390x) _openmp="--disable-openmp"
- esac
./configure \
--build=$CBUILD \
@@ -38,7 +34,6 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static \
- $_openmp \
--with-threads \
--without-x \
--with-tiff \
@@ -82,4 +77,4 @@ _cxx() {
mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="089c8516ca66845c6b8e6b365815ef1806fc97c785f75c06ed62241d7b6255387ee8f9004b1bcc0a6d03b7aa397d8e25131ca2aadc9255cc1e2368d73f774551 ImageMagick-7.0.7-11.tar.xz"
+sha512sums="8ba19851e54d48b107b56eff4816efabbcbeda96ad5661953a7be0e3f017ad6b26a47439415c86428d9a6eb84e8ddbb16e7d01d2ef2f30a5c6275afc79a24753 ImageMagick-7.0.7-13.tar.xz"