[gstreamermm] doap: updated doap and other project info files.



commit 3a1e8733a771276af085b1dfdacfeddb0b8d8d97
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Fri Aug 8 13:23:31 2014 +0200

    doap: updated doap and other project info files.
    
          * AUTHORS: list all gstreamermm contributors.
          * MAINTAINERS: removed file, doap file exists instead of this file.
          See here: https://wiki.gnome.org/Git/FAQ
          * gstreamermm.doap: added language info, updated category and
          link to bugzilla page.

 AUTHORS          |   21 +++++++++++++++------
 MAINTAINERS      |   13 -------------
 gstreamermm.doap |    7 ++++---
 3 files changed, 19 insertions(+), 22 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 2e99389..03c3811 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,20 @@
 Please use the mailing list (gtkmm-list gnome org) instead of emailing
 developers directly.  See the ChangeLog for up-to-date information.
 
-José Alburquerque <jaalburqu svn gnome org>
-Murray Cumming <murrayc murrayc com>
+Maintainers:
+Marcin Kolny <marcin kolny gmail com>
 
-Some former contributors:
-Marcin Kolny <marcin kolny flytronic pl>
+Contributors:
+Daniel Elstner
+David King
+Dirk Van Haerenborgh
 Flytronic Company <www.flytronic.pl>
-Milosz Derezynski <internalerror gmail com>
-Siavash Safi <siavash safi gmail com>
+Johannes Schmid
+José Alburquerque <jaalburqu svn gnome org>
+Murray Cumming <murrayc murrayc com>
+Olav Vitters
+Sebastian Dröge
+Shaun McCance
+Siavash Safi
+Tomasz Lakota
+kitone
diff --git a/gstreamermm.doap b/gstreamermm.doap
index 4d4bbfd..70f2b3f 100644
--- a/gstreamermm.doap
+++ b/gstreamermm.doap
@@ -6,12 +6,13 @@
 
   <name xml:lang="en">gstreamermm</name>
   <shortdesc xml:lang="en">C++ bindings for the GStreamer multimedia library</shortdesc>
+  <description>gstreamermm provides C++ interface for GStreamer library. It allows to use strongly typed 
values instead of raw pointers, supports Glib::RefPtr class which should be used instead of _ref and _unref 
methods.</description>
   <homepage rdf:resource="http://www.gtkmm.org/"; />
   <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
+  <programming-language>C++</programming-language>
+  <bug-database rdf:resource="http://bugzilla.gnome.org/buglist.cgi?product=gstreamermm"; />
   <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"; />
-  <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
-
 
   <maintainer>
     <foaf:Person>


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