summaryrefslogtreecommitdiff
path: root/clutter-gst.doap
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-11-30 15:26:49 +0000
committerMatthew Allum <mallum@openedhand.com>2006-11-30 15:26:49 +0000
commit551bc9df65e0c7fb8f504395d83883e72a32657b (patch)
treea11d8898235ad9f638bda4629db9b4da7c17b6fa /clutter-gst.doap
parenta8b0636f805a3d120032bc3e67ffa096fdecd40a (diff)
downloadclutter-gst-551bc9df65e0c7fb8f504395d83883e72a32657b.tar.gz
2006-11-30 Matthew Allum <mallum@openedhand.com>
* clutter-gst.doap: Update.
Diffstat (limited to 'clutter-gst.doap')
-rw-r--r--clutter-gst.doap37
1 files changed, 26 insertions, 11 deletions
diff --git a/clutter-gst.doap b/clutter-gst.doap
index e68cb92..8812643 100644
--- a/clutter-gst.doap
+++ b/clutter-gst.doap
@@ -3,35 +3,49 @@
xmlns="http://usefulinc.com/ns/doap#">
<name>Clutter-Gst</name>
- <created>2006-11-18</created>
+ <created>2006-11-29</created>
- <shortdesc xml:lang="en">Clutter-Gst adds GStreamer support to Clutter</shortdesc>
+ <shortdesc xml:lang="en">Clutter-Gst is a Clutter Actor for video and audio playback</shortdesc>
- <description xml:lang="en">
+ <description xml:lang="en">
+ Clutter-Gst is a gstreamer based clutter actor implementing the Clutter 'media' interface.
- Clutter-Gst is a library which uses GStreamer to provide media
- support (both audio and video) to the Clutter GL canvas library.
-
- </description>
+ It provides video playback on a clutter texture as well as audio only playback.
+ </description>
- <homepage rdf:resource="http://labs.o-hand.com/clutter" />
- <download-page rdf:resource="http://projects.o-hand.com/clutter/sources" />
+ <homepage rdf:resource="http://clutter-project.org" />
+ <download-page rdf:resource="http://clutter-project.org/sources" />
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
<bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter"/>
<os>linux</os>
<programming-language>C</programming-language>
- <programming-language>Python</programming-language>
- <programming-language>Perl</programming-language>
<category rdf:resource="http://labs.o-hand.com/doap/category/library"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/graphics"/>
<category rdf:resource="http://labs.o-hand.com/doap/category/embedded"/>
+ <category rdf:resource="http://labs.o-hand.com/doap/category/clutter"/>
+ <category rdf:resource="http://labs.o-hand.com/doap/category/gstreamer"/>
<maintainer>
<foaf:Person>
<foaf:name>Matthew Allum</foaf:name>
+ <foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
</foaf:Person>
</maintainer>
+ <author>
+ <foaf:Person>
+ <foaf:name>Jorn Baayen</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jorn@o-hand.com"/>
+ </foaf:Person>
+ </author>
+
+ <author>
+ <foaf:Person>
+ <foaf:name>Matthew Allum</foaf:name>
+ <foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
+ </foaf:Person>
+ </author>
+
<repository>
<SVNRepository>
<browse rdf:resource="http://svn.o-hand.com/view/clutter"/>
@@ -39,4 +53,5 @@
</SVNRepository>
</repository>
+
</Project>