changeset 4435:d9c87a876215

graphicsmagick: update to 1.3.26 * src/graphicsmagick.mk: update version, checksum, use --with-lcm2
author John D
date Wed, 26 Jul 2017 08:36:08 -0400
parents c38f5511f8a5
children cdd39c428e50
files src/graphicsmagick.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphicsmagick.mk	Mon Jul 24 11:36:17 2017 -0400
+++ b/src/graphicsmagick.mk	Wed Jul 26 08:36:08 2017 -0400
@@ -3,8 +3,8 @@
 
 PKG             := graphicsmagick
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.3.25
-$(PKG)_CHECKSUM := 0dcf4c1f6f3ead29147ea0392a148ce50cd64bb4
+$(PKG)_VERSION  := 1.3.26
+$(PKG)_CHECKSUM := 2cc885d1b157996aa14c98e34f7aa17815d00c41
 $(PKG)_SUBDIR   := GraphicsMagick-$($(PKG)_VERSION)
 $(PKG)_FILE     := GraphicsMagick-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -39,7 +39,7 @@
         --without-jbig \
         --with-jpeg \
         --with-jp2 \
-        --with-lcms \
+        --with-lcms2 \
         --with-png \
         --with-tiff \
         --without-trio \