Add lcms 2.9 (#8219)
This commit is contained in:
parent
ed0f5e9b4c
commit
ac2b0f3ac0
1 changed files with 4 additions and 2 deletions
|
@ -29,9 +29,11 @@ class Lcms(AutotoolsPackage):
|
||||||
"""Little cms is a color management library. Implements fast
|
"""Little cms is a color management library. Implements fast
|
||||||
transforms between ICC profiles. It is focused on speed, and is
|
transforms between ICC profiles. It is focused on speed, and is
|
||||||
portable across several platforms (MIT license)."""
|
portable across several platforms (MIT license)."""
|
||||||
homepage = "http://www.littlecms.com"
|
|
||||||
url = "http://downloads.sourceforge.net/project/lcms/lcms/2.8/lcms2-2.8.tar.gz"
|
|
||||||
|
|
||||||
|
homepage = "http://www.littlecms.com"
|
||||||
|
url = "http://downloads.sourceforge.net/project/lcms/lcms/2.9/lcms2-2.9.tar.gz"
|
||||||
|
|
||||||
|
version('2.9', '8de1b7724f578d2995c8fdfa35c3ad0e')
|
||||||
version('2.8', '87a5913f1a52464190bb655ad230539c')
|
version('2.8', '87a5913f1a52464190bb655ad230539c')
|
||||||
version('2.6', 'f4c08d38ceade4a664ebff7228910a33')
|
version('2.6', 'f4c08d38ceade4a664ebff7228910a33')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue