summaryrefslogtreecommitdiff
path: root/libmediaart.doap
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2013-08-13 18:52:23 +0100
committerMartyn Russell <martyn@lanedo.com>2013-08-13 18:52:23 +0100
commit600b229cc956760959db928d9e6b92aacf9e0f48 (patch)
treee56b51a1df3594872156620974379b00d696ba60 /libmediaart.doap
parent9ca023a8ea5883f9d054954dc389e6f5a0372c24 (diff)
downloadlibmediaart-600b229cc956760959db928d9e6b92aacf9e0f48.tar.gz
build: Initial import of files needed to make new project here...
Including AUTHORS, README, NEWS. Including autogen.sh, configure.ac and all Makefile.am files Also moved many files that were scattered around the Tracker project and brought them together. Some source files had to be fixed up to build properly.
Diffstat (limited to 'libmediaart.doap')
-rw-r--r--libmediaart.doap39
1 files changed, 39 insertions, 0 deletions
diff --git a/libmediaart.doap b/libmediaart.doap
new file mode 100644
index 0000000..4f29e24
--- /dev/null
+++ b/libmediaart.doap
@@ -0,0 +1,39 @@
+<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">libmediaart</name>
+ <shortdesc xml:lang="en">Library for handling media art</shortdesc>
+ <description>Library tasked with managing, extracting and handling media art caches</description>
+ <homepage rdf:resource="https://github.com/curlybeast/libmediaart" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/tracker-list" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=tracker" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Martyn Russell</foaf:name>
+ <foaf:mbox rdf:resource="mailto:martyn@lanedo.com" />
+ <gnome:userid>mr</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Philip Van Hoof</foaf:name>
+ <foaf:mbox rdf:resource="mailto:pvanhoof@gnome.org" />
+ <gnome:userid>pvanhoof</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Sam Thursfield</foaf:name>
+ <foaf:mbox rdf:resource="mailto:sam.thursfield@codethink.co.uk" />
+ <gnome:userid>ssam2</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>