[Lunar-commits] <moonbase-gnome3> clutter-gst: add it to gnome3 repo.

Florin Braescu florin at lunar-linux.org
Sun May 12 12:31:31 CEST 2013


commit ed2cbdd598790a3f2e75239ed5ddfcda565b7dd8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 May 2013 03:28:52 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/ed2cbdd598790a3f2e75239ed5ddfcda565b7dd8

clutter-gst: add it to gnome3 repo.
---
  libs/clutter-gst/DEPENDS | +5/-0     
  libs/clutter-gst/DETAILS | +27/-0    
  2 files changed, 32 insertions(+)

--- /dev/null
+++ b/libs/clutter-gst/DEPENDS
@@ -0,0 +1,5 @@
+depends clutter
+depends gst-plugins-base-1.0
+depends libXdamage
+
+
--- /dev/null
+++ b/libs/clutter-gst/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=clutter-gst
+         VERSION=2.0.2
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:00ffd71bb4e8709275a0ea2fddeac7518f469212
+        WEB_SITE=http://clutter-project.org
+         ENTERED=20030415
+         UPDATED=20130512
+           SHORT="GStreamer bindings for clutter"
+
+cat << EOF
+Clutter-Gst is an integration library for using GStreamer with Clutter.
+It provides a GStreamer sink to upload frames to GL and an actor that
+implements the ClutterMedia interface using playbin2.
+
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces. It uses OpenGL for drawing
+primitives and has multiple backends, allowing its usage on different
+platforms.
+
+GStreamer is a streaming media framework, based on graphs of filters
+which operate on media data.  Applications using this library can do
+anything from real-time sound processing to playing videos, and just
+about anything else media-related.  Its plugin-based architecture means
+that new data types or processing capabilities can be added simply by
+installing new plug-ins.
+EOF




More information about the Lunar-commits mailing list