Skip to Content.
Sympa Menu

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

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 (a83a70582e5be8920e5f6e9e140ed4e6238eef6b)
  • Date: Sat, 4 Aug 2007 15:31:52 -0500

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

ChangeLog | 3 +++
gnome2-libs/clutter/CONFIGURE | 1 +
gnome2-libs/clutter/DEPENDS | 8 ++++++++
gnome2-libs/clutter/DETAILS | 35 +++++++++++++++++++++++++++++++++++
gnome2-libs/clutter/HISTORY | 2 ++
5 files changed, 49 insertions(+)

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

Adding clutter new spell

diff --git a/ChangeLog b/ChangeLog
index 55dcbd4..304d66c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-04 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * gnome2-libs/clutter: new spell, clutter eye candy library
+
2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
* devel/qgit4: new spell, qt4 version of qgit

diff --git a/gnome2-libs/clutter/CONFIGURE b/gnome2-libs/clutter/CONFIGURE
new file mode 100755
index 0000000..70ee97c
--- /dev/null
+++ b/gnome2-libs/clutter/CONFIGURE
@@ -0,0 +1 @@
+config_query_list CLUTTER_GDK "Which GDK provider do you want?" gtk+2
gdk-pixbuf
diff --git a/gnome2-libs/clutter/DEPENDS b/gnome2-libs/clutter/DEPENDS
new file mode 100755
index 0000000..c69dfbc
--- /dev/null
+++ b/gnome2-libs/clutter/DEPENDS
@@ -0,0 +1,8 @@
+depends glib2 &&
+depends $CLUTTER_GDK &&
+depends pango &&
+depends OPENGL &&
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc?"
diff --git a/gnome2-libs/clutter/DETAILS b/gnome2-libs/clutter/DETAILS
new file mode 100755
index 0000000..bfc16df
--- /dev/null
+++ b/gnome2-libs/clutter/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=clutter
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://www.${SPELL}-project.org/sources/${SPELL}/0.3/${SOURCE}
+
SOURCE_HASH=sha512:48354e576e1b72fe4b9e342a6430aab0aae0a8ff5f0fdf471fe9f9c678198c3b3c43496e74cb60d59225f7c198f375a796dc53eea5a5bdd29551d164057d8606
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.clutter-project.org";
+ LICENSE[0]=LGPL
+ ENTERED=20070802
+ SHORT="Clutter is an open source software library for creating
fast, visually rich and animated graphical user interfaces."
+cat << EOF
+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/HISTORY b/gnome2-libs/clutter/HISTORY
new file mode 100644
index 0000000..6e4e81b
--- /dev/null
+++ b/gnome2-libs/clutter/HISTORY
@@ -0,0 +1,2 @@
+2007-08-02 Philippe Puppet_Master Caseiro <puppetmaster AT sourcemage.org>
+ * CONFIGURE, DETAILS, DEPENDS, HISTORY: created spell



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

Archive powered by MHonArc 2.6.24.

Top of Page