[Lunar-commits] <moonbase-other> clutter: readded to -other and bumped

v4hn me at v4hn.de
Sun Feb 10 16:19:42 CET 2013


commit e34e4dd2708ac453b1eb89a57d4d8aaa11871ac8
Author: v4hn <me at v4hn.de>
Date: Sun, 10 Feb 2013 07:19:42 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e34e4dd2708ac453b1eb89a57d4d8aaa11871ac8

clutter: readded to -other and bumped
---
  graphics/clutter/BUILD   | +3/-0     
  graphics/clutter/DEPENDS | +6/-0     
  graphics/clutter/DETAILS | +17/-0    
  3 files changed, 26 insertions(+)

--- /dev/null
+++ b/graphics/clutter/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --enable-debug=no"  &&
+
+default_build
--- /dev/null
+++ b/graphics/clutter/DEPENDS
@@ -0,0 +1,6 @@
+depends  %GLX
+depends  json-glib
+depends  cogl
+
+optional_depends gobject-introspection "--enable-introspection" "--disable-introspection" \
+                                       "for introspection support Recommended"
--- /dev/null
+++ b/graphics/clutter/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=clutter
+         VERSION=1.12.2
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:13bf5c37043724ce66685b964a83bd112d830550
+        WEB_SITE=http://www.clutter-project.org
+         ENTERED=20080109
+         UPDATED=20130210
+           SHORT="A library for creating OpenGL based GUIs"
+
+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.
+EOF




More information about the Lunar-commits mailing list