comparison src/lcms.mk @ 4270:479567c2839e

* src/lcms.mk: update to v2.8
author John D
date Wed, 14 Dec 2016 08:10:05 -0500
parents 745576b5fdb6
children 32c1fd6aef7f
comparison
equal deleted inserted replaced
4269:7ba850535b45 4270:479567c2839e
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.7 6 $(PKG)_VERSION := 2.8
7 $(PKG)_CHECKSUM := 625f0d74bad4a0f6f917120fd992437d26f754d2 7 $(PKG)_CHECKSUM := e9535ec4a572b8fc7a1c405c35e6f4dc97714197
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