[jhbuild] pyclutter: Split the module
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] pyclutter: Split the module
- Date: Mon, 11 Oct 2010 10:43:02 +0000 (UTC)
commit 0cf7c1ba0ad61cd3c2e9f3d150294895ae4be1b8
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Mon Oct 11 11:39:40 2010 +0100
pyclutter: Split the module
PyClutter (the current, static binding for Clutter) has been split
upstream into three separate bindings:
â?¢ pyclutter: binding for Clutter Core
â?¢ pyclutter-gst: binding for the Clutter/GStreamer integration library
â?¢ pyclutter-gtk: binding for the Clutter/GTK+ integration library
The moduleset should reflect the change.
modulesets/gnome-devel.modules | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-devel.modules b/modulesets/gnome-devel.modules
index cce090a..53bb298 100644
--- a/modulesets/gnome-devel.modules
+++ b/modulesets/gnome-devel.modules
@@ -69,7 +69,24 @@
<dep package="pygtk"/>
<dep package="gst-python"/>
<dep package="clutter"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="pyclutter-gst">
+ <branch repo="git.clutter-project.org" module="bindings/pyclutter-gst" checkoutdir="pyclutter-gst"/>
+ <dependencies>
+ <dep package="pyclutter"/>
+ <dep package="gst-python"/>
<dep package="clutter-gst"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="pyclutter-gtk">
+ <branch repo="git.clutter-project.org" module="bindings/pyclutter-gtk" checkoutdir="pyclutter-gtk"/>
+ <dependencies>
+ <dep package="pycairo"/>
+ <dep package="pygtk"/>
+ <dep package="pyclutter"/>
<dep package="clutter-gtk"/>
</dependencies>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]