[Python-modules-commits] r33141 - in packages/kivy/trunk/debian	(changelog control)
    vcheng at users.alioth.debian.org 
    vcheng at users.alioth.debian.org
       
    Mon Jun 29 03:36:41 UTC 2015
    
    
  
    Date: Monday, June 29, 2015 @ 03:36:37
  Author: vcheng
Revision: 33141
update to gstreamer 1.x
Modified:
  packages/kivy/trunk/debian/changelog
  packages/kivy/trunk/debian/control
Modified: packages/kivy/trunk/debian/changelog
===================================================================
--- packages/kivy/trunk/debian/changelog	2015-06-29 03:25:22 UTC (rev 33140)
+++ packages/kivy/trunk/debian/changelog	2015-06-29 03:36:37 UTC (rev 33141)
@@ -2,6 +2,8 @@
 
   * Add debian/patches/cython_0.22_support.patch to fix FTBFS with cython 0.22
     (Closes: #790092)
+  * Depend on python-gst-1.0 and python3-gst-1.0 for python-kivy, python3-kivy
+    respectively; build-depends on libgstreamer1.0-dev. (Closes: #785919)
 
  -- Vincent Cheng <vcheng at debian.org>  Sun, 28 Jun 2015 20:02:28 -0700
 
Modified: packages/kivy/trunk/debian/control
===================================================================
--- packages/kivy/trunk/debian/control	2015-06-29 03:25:22 UTC (rev 33140)
+++ packages/kivy/trunk/debian/control	2015-06-29 03:36:37 UTC (rev 33141)
@@ -30,7 +30,7 @@
 Package: python-kivy
 Architecture: any
 Depends:
- python-gst0.10,
+ python-gst-1.0 | python-gst0.10,
  python-pygame,
  ${misc:Depends},
  ${python:Depends},
@@ -53,7 +53,11 @@
 
 Package: python3-kivy
 Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends:
+ python3-gst-1.0,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
 Description: Kivy - Multimedia / Multitouch framework in Python (Python 3)
  Kivy is an open source library for developing multi-touch applications. It is
  completely cross platform (Linux/OSX/Win/Android) and released under the terms
    
    
More information about the Python-modules-commits
mailing list