[Lunar-commits]
CVS: moonbase/graphics/cairo BUILD, 1.1, 1.2 DETAILS, 1.6, 1.7
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Dec 6 02:50:57 UTC 2004
Update of /var/cvs/lunar/moonbase/graphics/cairo
In directory espresso.foo-projects.org:/tmp/cvs-serv21963/cairo
Modified Files:
BUILD DETAILS
Log Message:
There is no "gl" option for ./configure. The two options I did disable
though are because we do not have those modules in the moonbase. If we
get them, we could add them as optional_depends.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/cairo/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 6 Aug 2004 13:41:03 -0000 1.1
+++ BUILD 6 Dec 2004 02:50:54 -0000 1.2
@@ -1,4 +1,6 @@
(
- export OPTS="$OPTS --disable-gl"
+
+ OPTS="$OPTS --disable-glitz --disable-xcb"
default_build
+
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/cairo/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 10 Nov 2004 19:04:43 -0000 1.6
+++ DETAILS 6 Dec 2004 02:50:54 -0000 1.7
@@ -1,12 +1,16 @@
MODULE=cairo
VERSION=0.2.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://cairographics.org/snapshots/
+ SOURCE_URL=http://cairographics.org/snapshots/
SOURCE_VFY=sha:451ad7bd1f3dfe1aa46de721450d9f34dc9af1ee
WEB_SITE=http://cairographics.org
ENTERED=20040506
UPDATED=20041110
- SHORT="Cairo is a multi-platform 2D graphics library"
+ SHORT="A multi-platform 2D vector graphics library"
+
cat << EOF
-Cairo is a multi-platform 2D graphics library
+Cairo is a vector graphics library designed to provide high-quality
+display and print output. Currently supported output targets include
+the X Window System, OpenGL (via glitz), in-memory image buffers, and
+image files (PNG and PostScript).
EOF
More information about the Lunar-commits
mailing list