[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:30:47 UTC 2016


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

The following commit has been merged in the kubuntu_xenial_archive branch:
commit a8d261da4bf13d8a8c3885a8357e1b31b1ac5b78
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Sun May 17 22:06:45 2009 +0000

    * Simplify debian/rules by not copying all necessary data to build first.
      cmake natively supports ot of source builds.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@902 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 changelog |  7 +++++++
 rules     | 17 +----------------
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/changelog b/changelog
index f4f923e..efea252 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+kdenlive (0.7.3-3) unstable; urgency=low
+
+  * Simplify debian/rules by not copying all necessary data to build first.
+    cmake natively supports ot of source builds.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 18 May 2009 00:04:52 +0200
+
 kdenlive (0.7.3-2) unstable; urgency=low
 
   * Link to the LGPL-2 instead of GPL-2 for src/regiongrabber.{cpp,h} in
diff --git a/rules b/rules
index 43d7ca9..bac8f40 100755
--- a/rules
+++ b/rules
@@ -21,22 +21,7 @@ configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	[ -d build ] || mkdir build
-	cp CMakeLists.txt build
-	cp kdenlive-config.h.cmake build
-	cp -r cmake build
-	cp -r po build
-	cp -r effects build
-	cp -r icons build
-	cp -r src build
-	cp -r renderer build
-	cp -r thumbnailer build
-	cp -r export build
-	cp -r data build
-	cp -r lumas build
-	cp -r man build
-	cp -r plugins build
-	cd build && cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-	-DCMAKE_C_FLAGS:STRING="$(CFLAGS)" -DCMAKE_SKIP_RPATH:BOOL=YES
+	cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH:BOOL=YES
 	touch $@
 
 build: build-stamp

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list