[jhbuild] gnome-world: Split gst-python into a Python 2 and 3 version



commit a489309bf8adb2c699edde8f1f3d5546d442db61
Author: Christoph Reiter <creiter src gnome org>
Date:   Thu Apr 27 18:17:06 2017 +0200

    gnome-world: Split gst-python into a Python 2 and 3 version

 modulesets/gnome-world.modules |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index 666dc26..35ad1c9 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -668,8 +668,9 @@
     </dependencies>
   </autotools>
 
-  <autotools id="gst-python">
-    <branch repo="gstreamer.freedesktop.org" revision="1.6"/>
+  <autotools id="gst-python2" autogenargs="PYTHON=python2">
+    <branch repo="gstreamer.freedesktop.org" module="gst-python"
+            checkoutdir="gst-python2"/>
     <dependencies>
       <dep package="pygobject-python2"/>
       <dep package="gstreamer"/>
@@ -677,6 +678,15 @@
     </dependencies>
   </autotools>
 
+  <autotools id="gst-python" autogenargs="PYTHON=python3">
+    <branch repo="gstreamer.freedesktop.org"/>
+    <dependencies>
+      <dep package="pygobject"/>
+      <dep package="gstreamer"/>
+      <dep package="gst-plugins-base"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="gst-python-0.10"
              makeargs="GLIB_EXTRA_CFLAGS=-UG_DISABLE_DEPRECATED ERROR_CFLAGS="
              supports-non-srcdir-builds="no">


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