comparison src/lcms.mk @ 3583:0702284abe69

lcms: update to 2.6 * src/lcms.mk: update version to 2.6. * src/lcms-1-fixes.patch: update to latest mxe patch.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 23 Apr 2014 20:14:24 -0400
parents 47e0db332075
children 745576b5fdb6
comparison
equal deleted inserted replaced
3582:d91b22004b80 3583:0702284abe69
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.5 6 $(PKG)_VERSION := 2.6
7 $(PKG)_CHECKSUM := bab3470471fc7756c5fbe71be9a3c7d677d2ee7b 7 $(PKG)_CHECKSUM := b0ecee5cb8391338e6c281d1c11dcae2bc22a5d2
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