comparison src/lcms.mk @ 3870:745576b5fdb6

lcms: update to v2.7 * src/lcms.mk: update version, checksum
author John Donoghue
date Tue, 31 Mar 2015 08:15:57 -0400
parents 0702284abe69
children 479567c2839e
comparison
equal deleted inserted replaced
3869:3204496553d4 3870:745576b5fdb6
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.6 6 $(PKG)_VERSION := 2.7
7 $(PKG)_CHECKSUM := b0ecee5cb8391338e6c281d1c11dcae2bc22a5d2 7 $(PKG)_CHECKSUM := 625f0d74bad4a0f6f917120fd992437d26f754d2
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