[SCM] kdenlive packaging branch, master, updated. 9f550ac28d3e70cb6e0992fdea79b6c2f9777920

Maximiliano Curia maxy at moszumanska.debian.org
Wed Sep 9 08:16:09 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=7075d1b

The following commit has been merged in the master branch:
commit 7075d1b349634d633101ec5a79f596af3b17b3c5
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Mon May 18 17:52:50 2009 +0000

    * Add versioned dependency on libmlt-data (>= 0.3.8), because kdenlive crashs
      with libmlt-data 0.3.6.
      Closes: #529163
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@905 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/changelog | 5 ++++-
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 55156c2..2b4ce73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,11 @@ kdenlive (0.7.3-3) unstable; urgency=low
   * Add pkg-config as build dependecy, so that the cmake script could determine
     the path to mlt and his profiles. This disables the annoying question on
     the initial kdenlive start.
+  * Add versioned dependency on libmlt-data (>= 0.3.8), because kdenlive crashs
+    with libmlt-data 0.3.6.
+    Closes: #529163
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 18 May 2009 00:11:58 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 18 May 2009 19:51:39 +0200
 
 kdenlive (0.7.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 05fd1dc..efcee4d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7), pkg-config, cmake, kdelibs5-dev, libavc1394-dev
 
 Package: kdenlive
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kdenlive-data (= ${source:Version}), inigo, libmlt-data
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdenlive-data (= ${source:Version}), inigo, libmlt-data (>= 0.3.8)
 Recommends: swh-plugins, dvgrab
 Description: a non-linear video editor
  Kdenlive is a non-linear video editing suite, which supports DV, HDC and much

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list