[Lunar-commits] <moonbase> Revert "lcms: updated to version 2.0"

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon May 10 15:51:15 CEST 2010


commit 8868dc599a1cddf32467bd18051d0c453cc6b496
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon May 10 09:51:15 2010 -0400

    Revert "lcms: updated to version 2.0"
    
    This reverts commit abf70549f7ad532fc6af0379007f165a70aa89d1.
    
    No module that uses this is capable of detecting lcms presense because its headers,
    libs and lcms.pc have a "2". After some attempts at renaming for example lcms2.h to
    lcms.h and others in a similar fashion. To much has changed and the three or so apps such
    as, libmng, poppler, and ImageMagick will fail their makes on internal changes to the
    headers and libs.
    
    This module should not be bumped at this time until the 15 or so existing modules are
    ready for it.
---
 libs/lcms/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libs/lcms/DETAILS b/libs/lcms/DETAILS
index fae9e01..4608074 100644
--- a/libs/lcms/DETAILS
+++ b/libs/lcms/DETAILS
@@ -1,12 +1,12 @@
           MODULE=lcms
-         VERSION=2.0
-          SOURCE=${MODULE}2-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE
+         VERSION=1.19
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.littlecms.com
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-      SOURCE_VFY=sha1:21b6f47e99aa889b930954ec0c2e412e5e2032f1
+      SOURCE_VFY=sha1:d5b075ccffc0068015f74f78e4bc39138bcfe2d4
         WEB_SITE=http://www.littlecms.com
          ENTERED=20020620
-         UPDATED=20100509
+         UPDATED=20091221
            SHORT="A small, free color management system"
 
 cat << EOF


More information about the Lunar-commits mailing list