[Lunar-commits] r16232 - in moonbase/trunk/graphics: glitz gtk+-2 libpixman
Terry Chan
tchan at lunar-linux.org
Sat Aug 27 04:32:01 UTC 2005
Author: tchan
Date: 2005-08-27 04:32:01 +0000 (Sat, 27 Aug 2005)
New Revision: 16232
Modified:
moonbase/trunk/graphics/glitz/DETAILS
moonbase/trunk/graphics/gtk+-2/DETAILS
moonbase/trunk/graphics/libpixman/DETAILS
Log:
Version bumped libpixman-0.1.6, glitz-0.4.4, gtk+-2.8.2.
Note: libpixman is NO longer a depends of cairo as cairo-1.0.0,
now incorporates the needed libpixman code. Also glitz does NOT
conflict with cairo and in fact is a supported back-end for cairo.
This gtk+-2 is supposedly binary compatible with 2.6.x and for all
the gtk+-2 apps that I've recompiled, I have not had any problems.
I'm still recompiling some apps for further testing, but if anyone
does find something incompatible let me know via the lunar ML.
Modified: moonbase/trunk/graphics/glitz/DETAILS
===================================================================
--- moonbase/trunk/graphics/glitz/DETAILS 2005-08-27 04:29:09 UTC (rev 16231)
+++ moonbase/trunk/graphics/glitz/DETAILS 2005-08-27 04:32:01 UTC (rev 16232)
@@ -1,11 +1,11 @@
MODULE=glitz
- VERSION=0.4.0
+ VERSION=0.4.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://cairographics.org/snapshots/
- SOURCE_VFY=sha1:f88d3470bd5abfda66f8e6a205d7a1a346604164
+ SOURCE_URL=http://cairographics.org/snapshots/
+ SOURCE_VFY=sha1:53d5df02aaf7c156ad62787a1ad9b3072f8dbd25
WEB_SITE=http://cairographics.org/
ENTERED=20040519
- UPDATED=20050419
+ UPDATED=20050826
SHORT="Glitz is an OpenGL image compositing library. "
cat << EOF
Modified: moonbase/trunk/graphics/gtk+-2/DETAILS
===================================================================
--- moonbase/trunk/graphics/gtk+-2/DETAILS 2005-08-27 04:29:09 UTC (rev 16231)
+++ moonbase/trunk/graphics/gtk+-2/DETAILS 2005-08-27 04:32:01 UTC (rev 16232)
@@ -1,14 +1,14 @@
MODULE=gtk\+-2
- VERSION=6.9
+ VERSION=8.2
SOURCE=$MODULE.$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
- SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gtk/v2.6/
- SOURCE_URL[1]=http://www.zentek-international.com/mirrors/gnome/sources/gtk+/2.6/
- SOURCE_URL[2]=http://mirror.isp.net.au/ftp/pub/GNOME/sources/gtk+/2.6/
- SOURCE_VFY=sha1:da69e65beac8e88c4203f634ec488f8d2324f63d
+ SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gtk/v2.8/
+ SOURCE_URL[1]=http://www.zentek-international.com/mirrors/gnome/sources/gtk+/2.8/
+ SOURCE_URL[2]=http://mirror.isp.net.au/ftp/pub/GNOME/sources/gtk+/2.8/
+ SOURCE_VFY=sha1:f0a77bf073a8b5c50910f279e7a64450aadf9b70
WEB_SITE=http://www.gtk.org
ENTERED=20020313
- UPDATED=20050804
+ UPDATED=20050825
SHORT="gtk+ is a multi-platform toolkit for creating GUIs."
cat << EOF
GTK+
Modified: moonbase/trunk/graphics/libpixman/DETAILS
===================================================================
--- moonbase/trunk/graphics/libpixman/DETAILS 2005-08-27 04:29:09 UTC (rev 16231)
+++ moonbase/trunk/graphics/libpixman/DETAILS 2005-08-27 04:32:01 UTC (rev 16232)
@@ -1,13 +1,15 @@
MODULE=libpixman
- VERSION=0.1.5
+ VERSION=0.1.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://cairographics.org/snapshots/
- SOURCE_VFY=sha1:5d05aee3705a1609e7b09b6cd9d3fae443231094
+ SOURCE_VFY=sha1:cc596882ea8f41aada6e8d8e0e8ab2bf9303fb33
WEB_SITE=http://cairographics.org
ENTERED=20040506
- UPDATED=20050714
- SHORT="Pixel manipulation library used by cairo"
+ UPDATED=20050826
+ SHORT="Pixel manipulation library"
cat << EOF
-Pixel manipulation library used by cairo.
+Pixel manipulation library. This was used by cairo and as of cairo-1.0.0,
+the relevant libpixman code has been incorporated into cairo. It is still
+provided stand-alone in case some app is using the lib.
EOF
More information about the Lunar-commits
mailing list