comparison src/graphicsmagick.mk @ 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 3d168da55e47
children d3c12e857e9b
comparison
equal deleted inserted replaced
4434:c38f5511f8a5 4435:d9c87a876215
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := graphicsmagick 4 PKG := graphicsmagick
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.25 6 $(PKG)_VERSION := 1.3.26
7 $(PKG)_CHECKSUM := 0dcf4c1f6f3ead29147ea0392a148ce50cd64bb4 7 $(PKG)_CHECKSUM := 2cc885d1b157996aa14c98e34f7aa17815d00c41
8 $(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION)
9 $(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := zlib bzip2 jpeg jasper lcms libpng tiff freetype libxml2 11 $(PKG)_DEPS := zlib bzip2 jpeg jasper lcms libpng tiff freetype libxml2
12 ifneq ($(MXE_SYSTEM),msvc) 12 ifneq ($(MXE_SYSTEM),msvc)
37 --without-fpx \ 37 --without-fpx \
38 --without-gslib \ 38 --without-gslib \
39 --without-jbig \ 39 --without-jbig \
40 --with-jpeg \ 40 --with-jpeg \
41 --with-jp2 \ 41 --with-jp2 \
42 --with-lcms \ 42 --with-lcms2 \
43 --with-png \ 43 --with-png \
44 --with-tiff \ 44 --with-tiff \
45 --without-trio \ 45 --without-trio \
46 --with-ttf='$(HOST_PREFIX)' \ 46 --with-ttf='$(HOST_PREFIX)' \
47 --without-wmf \ 47 --without-wmf \