comparison src/lcms.mk @ 4569:32c1fd6aef7f

lcms: update to v2.9 * src/lcms.mk: update version, checksum * src/lcms-1-fixes.patch: updated patch
author John D
date Mon, 04 Dec 2017 16:47:54 -0500
parents 479567c2839e
children dc3eb553f5e9
comparison
equal deleted inserted replaced
4568:777db2b32b89 4569:32c1fd6aef7f
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 := lcms 4 PKG := lcms
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.8 6 $(PKG)_VERSION := 2.9
7 $(PKG)_CHECKSUM := e9535ec4a572b8fc7a1c405c35e6f4dc97714197 7 $(PKG)_CHECKSUM := 60bea9875e017dd1c466e988c2ad98f8766e4e55
8 $(PKG)_SUBDIR := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION)) 8 $(PKG)_SUBDIR := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION))
9 $(PKG)_FILE := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION)).tar.gz 9 $(PKG)_FILE := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION)).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(subst a,,$($(PKG)_VERSION))/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(subst a,,$($(PKG)_VERSION))/$($(PKG)_FILE)
11 $(PKG)_DEPS := jpeg tiff zlib 11 $(PKG)_DEPS := jpeg tiff zlib
12 12