rev 16680 - krap/mlt/trunk/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Jan 23 14:55:09 UTC 2010


Author: pmatthaei
Date: 2010-01-23 14:55:07 +0000 (Sat, 23 Jan 2010)
New Revision: 16680

Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/control
Log:
* Add python-support support and thus byte-compile the Python files.
  Much thanks for the patch to Evengi Golov.
  Closes: #566043


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2010-01-23 14:47:17 UTC (rev 16679)
+++ krap/mlt/trunk/debian/changelog	2010-01-23 14:55:07 UTC (rev 16680)
@@ -1,3 +1,11 @@
+mlt (0.4.10-4) unstable; urgency=low
+
+  * Add python-support support and thus byte-compile the Python files.
+    Much thanks for the patch to Evengi Golov.
+    Closes: #566043
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 23 Jan 2010 14:41:20 +0100
+
 mlt (0.4.10-3) unstable; urgency=low
 
   * Add new python-mlt2 package, which contains the python bindings of mlt.

Modified: krap/mlt/trunk/debian/control
===================================================================
--- krap/mlt/trunk/debian/control	2010-01-23 14:47:17 UTC (rev 16679)
+++ krap/mlt/trunk/debian/control	2010-01-23 14:55:07 UTC (rev 16680)
@@ -7,7 +7,7 @@
  libgtk2.0-dev, libjack-dev, libquicktime-dev, libsamplerate-dev,
  libsdl1.2-dev, libsox-dev (>= 14.3.0), libswscale-dev, libvorbis-dev,
  libxine-dev, libxml2-dev, imagemagick, frei0r-plugins-dev, swig,
- python-dev
+ python-dev, python-support
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://www.mltframework.org
@@ -116,7 +116,8 @@
 Package: python-mlt2
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
 Description: multimedia framework (python bindings)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video




More information about the pkg-kde-commits mailing list