[Lunar-commits] r20593 - in moonbase/trunk/graphics: cairo glitz
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Jul 1 14:58:13 UTC 2006
Author: v3rt1g0
Date: 2006-07-01 14:58:13 +0000 (Sat, 01 Jul 2006)
New Revision: 20593
Modified:
moonbase/trunk/graphics/cairo/DEPENDS
moonbase/trunk/graphics/cairo/DETAILS
moonbase/trunk/graphics/glitz/DETAILS
Log:
Module Version Bump: cairo (1.0.4 -> 1.2.0)
* lots of new features (backends) and some bugfixes
* sports binary comtability with the 1.0.x series
* tested it against pango, poppler, pycairo, gtk+-2
compiled: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Module Version Bump: glitz (0.4.4 -> 0.5.6)
* lots of bugfixes and enhancements. the 0.5.x series is
designed to work with the new cairo 1.2.x series.
compiled: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/graphics/cairo/DEPENDS
===================================================================
--- moonbase/trunk/graphics/cairo/DEPENDS 2006-06-30 05:07:50 UTC (rev 20592)
+++ moonbase/trunk/graphics/cairo/DEPENDS 2006-07-01 14:58:13 UTC (rev 20593)
@@ -1,10 +1,16 @@
depends pkgconfig &&
depends fontconfig &&
-optional_depends "glitz" "--enable-glitz" "--disable-glitz" \
- "to enable an (experimental) OpenGL backend to cairo" &&
+optional_depends "glitz" "--enable-glitz" "--disable-glitz" \
+ "to enable an (experimental) OpenGL backend to cairo" &&
-optional_depends "libpng" "--enable-png" "--disable-png" \
- "to enable PNG image support" &&
+optional_depends "libpng" "--enable-png" "--disable-png" \
+ "to enable PNG image support" &&
-optional_depends "%X" "" "" "for X11 support"
+# these both causes a circular depends, but are both valid. *grumble*
+#optional_depends "librsvg" "--enable-svg" "--disable-svg" \
+# "to enable SVG image support" &&
+#optional_depends "poppler" "--enable-pdf" "--disable-pdf" \
+# "to enable PDF backed support" &&
+
+optional_depends "%X" "--with-x" "" "for X11 support"
Modified: moonbase/trunk/graphics/cairo/DETAILS
===================================================================
--- moonbase/trunk/graphics/cairo/DETAILS 2006-06-30 05:07:50 UTC (rev 20592)
+++ moonbase/trunk/graphics/cairo/DETAILS 2006-07-01 14:58:13 UTC (rev 20593)
@@ -1,11 +1,11 @@
MODULE=cairo
- VERSION=1.0.4
+ VERSION=1.2.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://cairographics.org/releases/
- SOURCE_VFY=sha1:89e72202e5b51a8914fce60f52f7c51ecdea982a
- WEB_SITE=http://cairographics.org
+ SOURCE_VFY=sha1:c5da7f89cdd3782102357f99a47f516d11661e92
+ WEB_SITE=http://cairographics.org/
ENTERED=20040506
- UPDATED=20060316
+ UPDATED=20060701
SHORT="A multi-platform 2D vector graphics library"
cat << EOF
Modified: moonbase/trunk/graphics/glitz/DETAILS
===================================================================
--- moonbase/trunk/graphics/glitz/DETAILS 2006-06-30 05:07:50 UTC (rev 20592)
+++ moonbase/trunk/graphics/glitz/DETAILS 2006-07-01 14:58:13 UTC (rev 20593)
@@ -1,11 +1,11 @@
MODULE=glitz
- VERSION=0.4.4
+ VERSION=0.5.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://cairographics.org/snapshots/
- SOURCE_VFY=sha1:53d5df02aaf7c156ad62787a1ad9b3072f8dbd25
+ SOURCE_VFY=sha1:81604bf02ceda85ea32b52423f78a883aaec6dc6
WEB_SITE=http://www.freedesktop.org/Software/glitz
ENTERED=20040519
- UPDATED=20050826
+ UPDATED=20060701
SHORT="an OpenGL image compositing library"
cat << EOF
More information about the Lunar-commits
mailing list