[gegl] Update gegl.doap and AUTHORS



commit e676cf8c97cf767d459d9919371de6746714f199
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sun Aug 3 19:50:01 2014 +0200

    Update gegl.doap and AUTHORS
    
    Make gegl.doap compliant to the new DOAP file style (GUADEC 2014):
    * Add new mandatory fields 'description' and 'programming-language'.
    
    Add bug tracker URL.
    Update mailing list adress.
    Remove trailing white spaces.
    Add me to AUTHORS.
    (cherry picked from commit 279b33eddb37c8d832b85252ec87e8920f26f852)

 AUTHORS   |    2 +-
 gegl.doap |   38 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 37 insertions(+), 3 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 925581e..66f5c8f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,7 +15,7 @@ Magnusson, Patrick Horgan, Tobias Ellinghaus, Rasmus Hahn, Chantal Racette,
 John Cupitt, Anthony Thyssen, Emilio Pozuelo Monfort, Robert Sasu, Massimo 
 Valentini, Hans Lo, Zbigniew Chyla, David Evans, Javier Jardón, Matteo F.
 Vescovi, Jan Rüegg, Zhang Peixuan, Michael Henning, Ville Sokk, Felix Ulber,
-Daniel Sabo and Téo Mazars.
+Daniel Sabo, Téo Mazars and Sven Claussner.
 
 Documentation:
 ^^^^^^^^^^^^^^
diff --git a/gegl.doap b/gegl.doap
index 1e25306..aa0a3bd 100644
--- a/gegl.doap
+++ b/gegl.doap
@@ -5,10 +5,41 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">GEGL</name>
-  <shortdesc xml:lang="en">GEGL (GObject Extendable Graphics Library) is a graph based image processing 
framework.</shortdesc>
+
+  <shortdesc xml:lang="en">
+    GEGL (Generic Graphics Library) is a graph based image processing framework.
+  </shortdesc>
+  <shortdesc xml:lang="de">
+    GEGL (Generic Graphics Library) ist ein graph-basiertes Framework für die
+    Bildverarbeitung.
+  </shortdesc>
+
+  <description xml:lang="en">
+    GEGL (Generic Graphics Library) is a graph based image processing framework.
+  </description>
+  <description xml:lang="de">
+    GEGL (Generic Graphics Library) ist ein graph-basiertes Framework für die
+    Bildverarbeitung.
+  </description>
+
   <homepage rdf:resource="http://www.gegl.org"; />
-  <mailing-list rdf:resource="https://lists.xcf.berkeley.edu/mailman/listinfo/gegl-developer"; />
+
+  <mailing-list
+    rdf:resource="https://mail.gnome.org/mailman/listinfo/gegl-developer-list";
+  />
+
+  <download-page rdf:resource="http://www.gegl.org/#_download"; />
+
+  <bug-database
+    rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=GEGL";
+  />
+
   <programming-language>C</programming-language>
+  <programming-language>C++</programming-language>
+  <programming-language>OpenCL</programming-language>
+  <programming-language>Python</programming-language>
+  <programming-language>Ruby</programming-language>
+  <programming-language>Shell</programming-language>
 
   <maintainer>
     <foaf:Person>
@@ -16,4 +47,7 @@
       <gnome:userid>ok</gnome:userid>
     </foaf:Person>
   </maintainer>
+
+<!-- TODO: generate MAINTAINERS from this file -->
+
 </Project>


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