[Lunar-commits] <moonbase> clutter-perl: initial import.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Fri Feb 6 21:16:56 CET 2009
commit 864c11adac96449dcf376b1bd6c8c1c25dec54bf
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Fri Feb 6 15:16:56 2009 -0500
clutter-perl: initial import.
---
perl/clutter-perl/BUILD | 6 ++++++
perl/clutter-perl/DEPENDS | 10 ++++++++++
perl/clutter-perl/DETAILS | 24 ++++++++++++++++++++++++
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/perl/clutter-perl/BUILD b/perl/clutter-perl/BUILD
new file mode 100644
index 0000000..09a7d62
--- /dev/null
+++ b/perl/clutter-perl/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/clutter-perl/DEPENDS b/perl/clutter-perl/DEPENDS
new file mode 100644
index 0000000..ff4f56a
--- /dev/null
+++ b/perl/clutter-perl/DEPENDS
@@ -0,0 +1,10 @@
+depends perl
+depends Glib-Perl
+depends Cairo-Perl
+depends Gtk2-Perl
+depends GStreamer
+depends clutter
+
+optional_depends clutter-gtk "" "" "for gtk support"
+optional_depends clutter-gst "" "" "for gstreamer support"
+optional_depends clutter-cairo "" "" "for cairo graphics support"
diff --git a/perl/clutter-perl/DETAILS b/perl/clutter-perl/DETAILS
new file mode 100644
index 0000000..04204cf
--- /dev/null
+++ b/perl/clutter-perl/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=clutter-perl
+ MAJ=0.8
+ VERSION=0.8.2.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Clutter-0.820
+ SOURCE_VFY=sha1:fb9f231ef3074d87dcc1d215e56a75f382833539
+ WEB_SITE=http://www.clutter-project.org
+ ENTERED=20090206
+ UPDATED=20090206
+ SHORT="Perl bindings to the Clutter OpenGL canvas"
+
+cat << EOF
+Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice
+and easy GObject based API for creating fast, heavily stylised applications,
+such as media box UI, presentations, kiosk style applications, etc.
+
+Clutter uses OpenGL for rendering.
+
+The Clutter Perl bindings allow you to write canvas-based applications in
+a Perlish and object-oriented way, freeing you from having to care about
+casting and memory management of the original Clutter C API, and yet
+remaining close to its spirit.
+EOF
More information about the Lunar-commits
mailing list