[clutter-box2dmm] Use clutter-box2d-0.10.



commit 6e87f0bcf8e109e60f55c515f06ef4fd95bc6337
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Aug 26 13:42:02 2009 +0200

    Use clutter-box2d-0.10.
    
    * clutter-box2d/clutter-box2dmm.pc.in:
    * configure.in: Use clutter-box2d-0.10 rather than clutter-box2d-0.8.
    * examples/bridge/main.cc:
    * examples/chain/main.cc:
    * examples/distance_joint/main.cc: Remove uses of CLUTTER_UNITS_FROM_FLOAT,
    as in clutter-box2d itself.

 clutter-box2dmm.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/clutter-box2dmm.doap b/clutter-box2dmm.doap
new file mode 100644
index 0000000..4981696
--- /dev/null
+++ b/clutter-box2dmm.doap
@@ -0,0 +1,25 @@
+<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">clutter-box2dmm</name>
+  <shortdesc xml:lang="en">C++ bindings for Clutter-Box2D</shortdesc>
+  <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#bindings"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jonathon Jongsma</foaf:name>
+      <foaf:mbox rdf:resource="mailto:jjongsma gnome org" />
+      <gnome:userid>jjongsma</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="mailto: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]