[SCM] kdenlive packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-561-gb8d8ab5

Scarlett Clark sgclark-guest at moszumanska.debian.org
Thu Feb 18 19:31:01 UTC 2016


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

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 54a321d98cf6c56afd20936ccc1aefbaf3360624
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Sat Sep 18 08:13:18 2010 +0000

    * New upstream release.
      - Add patch 01-lower-down-req-mlt-version.diff, which sets the required mlt
        version from 0.5.10 to 0.5.6.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@2100 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 changelog                                  |  8 ++++++++
 patches/01-lower-down-req-mlt-version.diff | 14 ++++++++++++++
 patches/series                             |  1 +
 3 files changed, 23 insertions(+)

diff --git a/changelog b/changelog
index 517c314..c931c48 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+kdenlive (0.7.8-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - Add patch 01-lower-down-req-mlt-version.diff, which sets the required mlt
+      version from 0.5.10 to 0.5.6.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 18 Sep 2010 10:12:15 +0200
+
 kdenlive (0.7.7.1+svn4858-1) unstable; urgency=low
 
   * New upstream svn snapshot.
diff --git a/patches/01-lower-down-req-mlt-version.diff b/patches/01-lower-down-req-mlt-version.diff
new file mode 100644
index 0000000..14e39d8
--- /dev/null
+++ b/patches/01-lower-down-req-mlt-version.diff
@@ -0,0 +1,14 @@
+# mlt 0.5.6+git20100727 from Debian is also enough for kdenlive.
+
+diff -Naur kdenlive-0.7.8.orig/CMakeLists.txt kdenlive-0.7.8/CMakeLists.txt
+--- kdenlive-0.7.8.orig/CMakeLists.txt	2010-09-14 20:53:22.000000000 +0200
++++ kdenlive-0.7.8/CMakeLists.txt	2010-09-18 10:08:32.000000000 +0200
+@@ -1,7 +1,7 @@
+ project(kdenlive)
+ 
+ set(BASE_VERSION 0.7.8)
+-set(LIBMLT_REQUIRED_VERSION 0.5.10)
++set(LIBMLT_REQUIRED_VERSION 0.5.6)
+ 
+ option(RELEASE_BUILD "Remove compilation date from program version (use for stable releases)" ON)
+ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..1896d46
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+01-lower-down-req-mlt-version.diff

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list