[neon/backports-focal/mlt/Neon/unstable] debian: update to 7.14.0
Jonathan Esk-Riddell
null at kde.org
Wed Mar 22 09:50:52 GMT 2023
Git commit 05df549bb456c9041979b623ac4495ca29955f07 by Jonathan Esk-Riddell.
Committed on 22/03/2023 at 09:50.
Pushed by jriddell into branch 'Neon/unstable'.
update to 7.14.0
M +34 -3 debian/changelog
M +3 -3 debian/control
M +1 -0 debian/rules
M +1 -1 debian/source/lintian-overrides
M +2 -3 debian/watch
https://invent.kde.org/neon/backports-focal/mlt/commit/05df549bb456c9041979b623ac4495ca29955f07
diff --git a/debian/changelog b/debian/changelog
index ca6d5b4..7b6702c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,39 @@
-mlt (7.8.0-1build1) kinetic; urgency=medium
+mlt (7.14.0-1) unstable; urgency=medium
- * No-change rebuild against libopencv-core406
+ * New upstream release.
+ * Bump Standards-Version to 4.6.2.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Thu, 09 Mar 2023 16:35:09 +0100
+
+mlt (7.12.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Tue, 22 Nov 2022 15:11:24 +0100
+
+mlt (7.10.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Adjust debian/watch to work again with GitHub.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Wed, 09 Nov 2022 15:30:46 +0100
+
+mlt (7.8.0+repack1-2) unstable; urgency=medium
+
+ * Adjust renamed lintian tag name in override.
+ * Adjust lintian overrides.
+ * Adjust debian/watch to mangle the repack from the version string.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Wed, 14 Sep 2022 14:37:44 +0200
+
+mlt (7.8.0+repack1-1) unstable; urgency=medium
+
+ * Use correct upstream tarball.
+ * Add libarchive-dev build dependency.
+ * Build new glaxnimate submodule.
+ * Adjust lintian overrides.
- -- Steve Langasek <steve.langasek at ubuntu.com> Sat, 09 Jul 2022 06:18:45 +0000
+ -- Patrick Matthäi <pmatthaei at debian.org> Mon, 29 Aug 2022 10:38:59 +0200
mlt (7.8.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 130d0cb..ba2d796 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
Source: mlt
Priority: optional
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
-XSBC-Original-Maintainer: Patrick Matthäi <pmatthaei at debian.org>
+Maintainer: Patrick Matthäi <pmatthaei at debian.org>
Build-Depends: debhelper-compat (= 13),
ffmpeg,
libqt5opengl5-dev,
libqt5svg5-dev,
+ libarchive-dev,
ladspa-sdk,
libavdevice-dev,
libavformat-dev,
@@ -36,7 +36,7 @@ Build-Depends: debhelper-compat (= 13),
cmake,
chrpath,
dh-python
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Section: libs
Rules-Requires-Root: no
Homepage: https://www.mltframework.org
diff --git a/debian/rules b/debian/rules
index ee91151..6125ad4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all buildinfo=+path
DEB_CONFIGURE_EXTRA_FLAGS := \
+ -DMOD_GLAXNIMATE=ON \
-DSWIG_PYTHON=ON \
-DMOD_OPENCV=ON
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 1b4391b..61a7545 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,3 @@
-mlt source: debian-watch-does-not-check-gpg-signature
+mlt source: debian-watch-does-not-check-openpgp-signature
mlt source: intra-source-package-circular-dependency libmlt++7 libmlt7
mlt source: upstream-metadata-file-is-missing
diff --git a/debian/watch b/debian/watch
index ccfb002..52e9a01 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=4
-opts=dversionmangle=s/\+git\d+//;s/\+dfsg\d// \
-https://github.com/mltframework/mlt/releases \
-/mltframework/mlt/archive/refs/tags/v(.+)\.tar\.gz
+opts=dversionmangle=s/\+git\d+//;s/\+repack\d// \
+https://github.com/mltframework/mlt/tags .*/v(\d\S+)\.tar\.gz
More information about the Neon-commits
mailing list