rev 16521 - krap/mlt/trunk/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Jan 2 22:14:14 UTC 2010


Author: pmatthaei
Date: 2010-01-02 22:14:14 +0000 (Sat, 02 Jan 2010)
New Revision: 16521

Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/control
   krap/mlt/trunk/debian/rules
Log:
* Add new python-mlt2 package, which contains the python bindings of mlt.
  Closes: #563240


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2010-01-02 01:23:13 UTC (rev 16520)
+++ krap/mlt/trunk/debian/changelog	2010-01-02 22:14:14 UTC (rev 16521)
@@ -1,3 +1,10 @@
+mlt (0.4.10-3) UNRELEASED; urgency=low
+
+  * Add new python-mlt2 package, which contains the python bindings of mlt.
+    Closes: #563240
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 02 Jan 2010 23:08:25 +0100
+
 mlt (0.4.10-2) unstable; urgency=low
 
   * Build with new gcc 4.4.

Modified: krap/mlt/trunk/debian/control
===================================================================
--- krap/mlt/trunk/debian/control	2010-01-02 01:23:13 UTC (rev 16520)
+++ krap/mlt/trunk/debian/control	2010-01-02 22:14:14 UTC (rev 16521)
@@ -6,7 +6,8 @@
  kdelibs5-dev, ladspa-sdk, libavdevice-dev, libavformat-dev, libdv4-dev,
  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
+ libxine-dev, libxml2-dev, imagemagick, frei0r-plugins-dev, swig,
+ python-dev
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://www.mltframework.org
@@ -111,3 +112,17 @@
  melt was meant as a test tool for the MLT framework, but it is also a powerful
  multitrack command line oriented video editor. It could also used as an
  minimalistic media player for audio and video files.
+
+Package: python-mlt2
+Architecture: any
+Section: python
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5.4)
+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
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This package contains the Python bindings for the mlt package.

Modified: krap/mlt/trunk/debian/rules
===================================================================
--- krap/mlt/trunk/debian/rules	2010-01-02 01:23:13 UTC (rev 16520)
+++ krap/mlt/trunk/debian/rules	2010-01-02 22:14:14 UTC (rev 16521)
@@ -13,6 +13,7 @@
 	--avformat-shared=/usr \
 	--avformat-swscale \
 	--luma-compress \
+	--swig-languages=python \
 	--qimage-libdir=/usr/lib
 
 %:




More information about the pkg-kde-commits mailing list