[Lunar-commits]
CVS: moonbase/libs/lcms BUILD, 1.1.1.1, 1.2 DEPENDS,
1.1.1.1, 1.2 DETAILS, 1.3, 1.4
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Jan 17 01:50:22 UTC 2005
Update of /var/cvs/lunar/moonbase/libs/lcms
In directory espresso.foo-projects.org:/tmp/cvs-serv19577/lcms
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Version bump. All of the depends were actually optional. Added
optional depends on Python. Also the BUILD script simplified a bit.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/lcms/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ BUILD 17 Jan 2005 01:50:20 -0000 1.2
@@ -1,12 +1,10 @@
(
- make &&
- make tifficc &&
- prepare_install &&
- make utils &&
- make install &&
- mkdir -p /usr/share/lcms &&
- cp -R samples /usr/share/lcms &&
- cp tifficc/tifficc /usr/bin
+ default_build &&
+ mkdir -p $MODULE_PREFIX/share/lcms/profiles &&
+ cp testbed/*.icm $MODULE_PREFIX/share/lcms/profiles/ &&
+
+ gather_docs doc/LCMSAPI.TXT doc/TUTORIAL.TXT
+
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/lcms/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ DEPENDS 17 Jan 2005 01:50:20 -0000 1.2
@@ -1,3 +1,4 @@
-depends tiff &&
-depends jpeg &&
-depends zlib
+optional_depends "tiff" "" "--without-tiff" "for tiff support" &&
+optional_depends "jpeg" "" "--without-jpeg" "for jpeg support" &&
+optional_depends "zlib" "" "--without-zlib" "for zlib support" &&
+optional_depends "Python" "--with-python" "" "build Python extension"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/lcms/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:30:10 -0000 1.3
+++ DETAILS 17 Jan 2005 01:50:20 -0000 1.4
@@ -1,12 +1,14 @@
MODULE=lcms
- VERSION=1.09
+ VERSION=1.14
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.littlecms.com/
+ SOURCE_URL=http://www.littlecms.com/
+ SOURCE_VRY=sha1:7f98d09bc2acc46d7641034b88449142f78bf8ff
WEB_SITE=http://www.littlecms.com/
ENTERED=20020620
- UPDATED=20020714
- SHORT="A small, free color management system."
+ UPDATED=20050116
+ SHORT="A small, free color management system"
+
cat << EOF
-Little cms intends to be a small-footprint, speed optimized color management
-engine in open source form.
+Little cms intends to be a small-footprint, speed optimized color
+management engine in open source form.
EOF
More information about the Lunar-commits
mailing list