[gstreamermm] Added doap file.



commit d3d693ef96fcc203680f609f0df8995a562ba249
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Fri Apr 24 17:12:25 2009 -0400

    Added doap file.
---
 gstreamermm.doap |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/gstreamermm.doap b/gstreamermm.doap
new file mode 100644
index 0000000..66e66df
--- /dev/null
+++ b/gstreamermm.doap
@@ -0,0 +1,26 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">gstreamermm</name>
+  <shortdesc xml:lang="en">C++ bindings for the GStreamer multimedia library</shortdesc>
+  <homepage rdf:resource="http://www.gtkmm.org/"; />
+  <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+  <download-page rdf:resource="http://download.gnome.org/sources/gstreamermm/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/buglist.cgi?query=component%3Agstreamermm+product%3Agnomemm+"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>José Alburquerque</foaf:name>
+      <foaf:mbox rdf:resource="jaalburqu svn gnome org" />
+      <gnome:userid>jaalburqu</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="murrayc murrayc com" />
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]