aboutsummaryrefslogtreecommitdiffstats
path: root/community/imagemagick6
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2018-01-26 14:27:37 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-01-26 14:55:06 +0000
commitcb3a0a912d97057a8f97126e9b14e48c9e4f4f31 (patch)
tree49048a7799777c0cf99d67b3d67f26bc282250c7 /community/imagemagick6
parent7bf916057bec39fe13ab360a5c31d4cb878c231c (diff)
downloadaports-cb3a0a912d97057a8f97126e9b14e48c9e4f4f31.tar.bz2
aports-cb3a0a912d97057a8f97126e9b14e48c9e4f4f31.tar.xz
community/imagemagick6: Upgrade to 6.9.9-34.
Changes: - Support aspect ratio geometry, e.g. -crop 3:2. - Add support for reading the HEIC image format. - Fix IM build when HEIC is enabled. - Fixed numerous memory leaks, credit to OSS Fuzz. It's worth to note that upstream sadly removes tarballs of old releases, so for instance ImageMagick-6.9.9-33.tar.xz is no longer available.
Diffstat (limited to 'community/imagemagick6')
-rw-r--r--community/imagemagick6/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD
index 6676ef0e8e..ac66473136 100644
--- a/community/imagemagick6/APKBUILD
+++ b/community/imagemagick6/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=imagemagick6
_pkgname=ImageMagick
-pkgver=6.9.9.33
+pkgver=6.9.9.34
_pkgver=${pkgver%.*}-${pkgver##*.}
_abiver=${pkgname#imagemagick}
pkgrel=0
@@ -106,4 +106,4 @@ _cxx() {
mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="5edbb508d18f9f80be2630bc4f7682b325a189cffa3b8ced337ce932f5f39f4517307afb190df8ebf588e7338d4779fc23a660eb0294e2411aaa90b59327dd80 ImageMagick-6.9.9-33.tar.xz"
+sha512sums="02ade120faa7946072dfc3e713b631755d29a020433f1a8213f439a9cfdd4b01dac423abec8adfc9de4d05734e54cdea4fbc07105c203371c117fd787805cfc9 ImageMagick-6.9.9-34.tar.xz"