Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (ef6fa6209b9f114d27633e2b5db9fd22866d5bc1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (ef6fa6209b9f114d27633e2b5db9fd22866d5bc1)
  • Date: Sat, 4 Aug 2007 15:36:39 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster.e17 AT gmail.com>:

gnome2-libs/clutter-cairo/DEPENDS | 2 ++
gnome2-libs/clutter-cairo/DETAILS | 37
+++++++++++++++++++++++++++++++++++++
gnome2-libs/clutter-cairo/HISTORY | 2 ++
3 files changed, 41 insertions(+)

New commits:
commit ef6fa6209b9f114d27633e2b5db9fd22866d5bc1
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

Adding clutter-cairo new spell

diff --git a/gnome2-libs/clutter-cairo/DEPENDS
b/gnome2-libs/clutter-cairo/DEPENDS
new file mode 100755
index 0000000..bb9e926
--- /dev/null
+++ b/gnome2-libs/clutter-cairo/DEPENDS
@@ -0,0 +1,2 @@
+depends cairo &&
+depends clutter
diff --git a/gnome2-libs/clutter-cairo/DETAILS
b/gnome2-libs/clutter-cairo/DETAILS
new file mode 100755
index 0000000..41d2052
--- /dev/null
+++ b/gnome2-libs/clutter-cairo/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=clutter-cairo
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://www.clutter-project.org/sources/${SPELL}/0.3/${SOURCE}
+
SOURCE_HASH=sha512:21063ebe508d36d8f9c8d4afc3d3fffefdd4ff09a4f8945ddb21c5df9428067cd43e786c878b0b502c3e52eff23cc20fbd8bc8eceb01d5b5bcaf654fb4d40bf3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.clutter-project.org/";
+ LICENSE[0]=GNU LGPL
+ ENTERED=20070802
+ SHORT="Clutter is an open source software library for creating
fast, visually rich and animated graphical user interfaces."
+cat << EOF
+About.
+
+Clutter is an open source software library for creating fast, visually rich
+and animated graphical user interfaces.
+
+Clutter uses OpenGL (and optionally OpenGL ES) for rendering but with an
+API which hides the underlying GL complexity from the developer. The Clutter
+API is intended to be easy to use, efficient and flexible.
+
+Clutter currently features the following:
+
+ * Object oriented design via GObject with a familiar GTK+ like API.
+ * Scene-graph of interface elements with multiple layers, positioning in
3D
+ space, grouping, transparency, scaling, clipping and rotation.
+ * Input event handling. * Frame based animation engine providing path
+ interpolation, transitions
+ and other custom effects via Behaviours and Timelines.
+ * Custom Pango renderer providing efficient internationalized text
+ rendering. * Support for media playback with GStreamer, Cairo graphics
+ rendering and GTK+
+ embedding are available via optional add-on libraries.
+ * Language bindings for Perl, Python and Mono * Backend windowing system
+ support via GLX, SDL and EGL
+
+Clutter is free software released under the GNU LGPL
+EOF
diff --git a/gnome2-libs/clutter-cairo/HISTORY
b/gnome2-libs/clutter-cairo/HISTORY
new file mode 100644
index 0000000..2443699
--- /dev/null
+++ b/gnome2-libs/clutter-cairo/HISTORY
@@ -0,0 +1,2 @@
+2007-08-02 Philippe Puppet_Master Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (ef6fa6209b9f114d27633e2b5db9fd22866d5bc1), Puppet_Master, 08/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page