[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.7.8-2-5-g250b4da

Patrick Matthäi pmatthaei at alioth.debian.org
Mon Apr 9 12:31:46 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/mlt.git;a=commitdiff;h=afcc1be

The following commit has been merged in the master branch:
commit afcc1becab21b5b3948299404976545e9f435ecf
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Mon Apr 9 13:36:39 2012 +0200

    * Build with --enable-gpl3 and add copyright notices about the transition_vqm
      module.
---
 debian/changelog |    7 +++++++
 debian/copyright |    6 ++++++
 debian/rules     |    1 +
 3 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad7ca89..6263715 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mlt (0.7.8-3) UNRELEASED; urgency=low
+
+  * Build with --enable-gpl3 and add copyright notices about the transition_vqm
+    module.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 09 Apr 2012 13:36:05 +0200
+
 mlt (0.7.8-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.3 (no changed needed).
diff --git a/debian/copyright b/debian/copyright
index 979cb9a..8b09f92 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -95,5 +95,11 @@ oldfilm, frei0r.
 On Debian systems, the complete text of the GNU General Public License v2 or
 later can be found in `/usr/share/common-licenses/GPL-2'.
 
+The following module is licensed under the GNU General Public License v3 or
+later: transition_vqm
+
+On Debian systems, the complete text of the GNU General Public License v3 or
+later can be found in `/usr/share/common-licenses/GPL-3'.
+
 The Debian packaging is © 2008, Fathi Boudra <fabo at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
index d592bd3..389d3a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ endif
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-gpl \
+	--enable-gpl3 \
 	--enable-motion_est \
 	$(EXTRA_CONFIGURE_OPTS) \
 	--avformat-shared=/usr \

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list