[neon/backports-focal/mlt/Neon/release] debian: new release
Jonathan Riddell
null at kde.org
Tue Jan 25 17:17:11 GMT 2022
Git commit 5d58aa9f3d20ea72b14deab6dbd6070b15771f3d by Jonathan Riddell.
Committed on 25/01/2022 at 17:08.
Pushed by jriddell into branch 'Neon/release'.
new release
M +6 -0 debian/changelog
M +49 -93 debian/control
M +1 -1 debian/libmlt++-dev.install
M +1 -1 debian/libmlt-dev.install
https://invent.kde.org/neon/backports-focal/mlt/commit/5d58aa9f3d20ea72b14deab6dbd6070b15771f3d
diff --git a/debian/changelog b/debian/changelog
index d6eaa5d..a92729c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mlt (7.4.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Mon, 20 Dec 2021 14:13:58 +0100
+
mlt (7.2.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index c1a941f..e83529e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,40 @@
Source: mlt
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei at debian.org>
-Build-Depends: chrpath,
- cmake,
- debhelper-compat (= 13),
- dh-python,
- ffmpeg,
- frei0r-plugins-dev,
- imagemagick,
- ladspa-sdk,
- libavdevice-dev,
- libavformat-dev,
- libdv4-dev,
- libebur128-dev (>= 1.2.0-2),
- libexif-dev,
- libfftw3-dev,
- libgdk-pixbuf2.0-dev,
- libjack-dev,
- libmovit-dev,
- libopencv-dev,
- libpango1.0-dev,
- libqt5opengl5-dev,
- libqt5svg5-dev,
- librtaudio-dev [linux-any],
- librubberband-dev,
- libsamplerate-dev,
- libsdl1.2-dev,
- libsdl2-dev,
- libsox-dev (>= 14.3.0),
- libswscale-dev,
- libvidstab-dev,
- libvorbis-dev,
- libxine2-dev,
- libxml2-dev,
- python3-dev,
- swig
+Build-Depends: debhelper-compat (= 13),
+ ffmpeg,
+ libqt5opengl5-dev,
+ libqt5svg5-dev,
+ ladspa-sdk,
+ libavdevice-dev,
+ libavformat-dev,
+ libdv4-dev,
+ libexif-dev,
+ libgdk-pixbuf2.0-dev,
+ libmovit-dev,
+ libfftw3-dev,
+ libjack-dev,
+ libpango1.0-dev,
+ libsamplerate-dev,
+ libsdl1.2-dev,
+ libsdl2-dev,
+ libsox-dev (>= 14.3.0),
+ libswscale-dev,
+ librubberband-dev,
+ libopencv-dev,
+ libvorbis-dev,
+ libvidstab-dev,
+ libxine2-dev,
+ libxml2-dev,
+ librtaudio-dev [linux-any],
+ imagemagick,
+ frei0r-plugins-dev,
+ swig,
+ libebur128-dev (>= 1.2.0-2),
+ python3-dev,
+ cmake,
+ chrpath,
+ dh-python
Standards-Version: 4.6.0
Section: libs
Rules-Requires-Root: no
@@ -44,7 +44,8 @@ Package: libmlt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libmlt7 (= ${binary:Version}), ${misc:Depends}
+Depends: ${misc:Depends},
+ libmlt7 (= ${binary:Version})
Description: multimedia framework (development)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
@@ -59,10 +60,9 @@ Description: multimedia framework (development)
Package: libmlt7
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Recommends: libmlt-data (>= ${source:Version})
-Breaks: libmlt-7-7 (<< 7.2.0-1)
-Replaces: libmlt-7-7 (<< 7.2.0-1)
Description: multimedia framework (runtime)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
@@ -74,22 +74,6 @@ Description: multimedia framework (runtime)
This package contains the files necessary for running applications that
use the MLT multimedia framework.
-Package: libmlt-7-7
-Architecture: any
-Multi-Arch: same
-Depends: libmlt7 (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Section: oldlibs
-Priority: extra
-Description: multimedia framework (runtime) - transition
- MLT is an open source multimedia framework, designed and developed for
- television broadcasting. It provides a toolkit for broadcasters, video
- editors, media players, transcoders, web streamers and many more types of
- applications. The functionality of the system is provided via an assortment
- of ready to use tools, xml authoring components, and an extendible plug-in
- based API.
- .
- This dummy package can be removed
-
Package: libmlt-data
Architecture: all
Multi-Arch: foreign
@@ -109,7 +93,8 @@ Package: libmlt++-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libmlt++7 (= ${binary:Version}), ${misc:Depends}
+Depends: libmlt++7 (= ${binary:Version}),
+ ${misc:Depends}
Description: MLT multimedia framework C++ wrapper (development)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
@@ -124,9 +109,8 @@ Description: MLT multimedia framework C++ wrapper (development)
Package: libmlt++7
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libmlt++-7-7 (<< 7.2.0-1)
-Replaces: libmlt++-7-7 (<< 7.2.0-1)
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: MLT multimedia framework C++ wrapper (runtime)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
@@ -138,26 +122,12 @@ Description: MLT multimedia framework C++ wrapper (runtime)
This package contains the files necessary for running applications that
use the MLT multimedia framework C++ wrapper.
-Package: libmlt++-7-7
-Architecture: any
-Multi-Arch: same
-Depends: libmlt++7 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Section: oldlibs
-Priority: extra
-Description: MLT multimedia framework C++ wrapper (runtime) - transitional
- MLT is an open source multimedia framework, designed and developed for
- television broadcasting. It provides a toolkit for broadcasters, video
- editors, media players, transcoders, web streamers and many more types of
- applications. The functionality of the system is provided via an assortment
- of ready to use tools, xml authoring components, and an extendible plug-in
- based API.
- .
- This dummy package can be removed.
-
Package: melt
Section: utils
Architecture: any
-Depends: libmlt-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libmlt-data (>= ${source:Version})
Description: command line media player and video editor
melt was meant as a test tool for the MLT framework, but it is also a powerful
multitrack command line oriented video editor. It could also used as an
@@ -166,11 +136,12 @@ Description: command line media player and video editor
Package: python3-mlt
Architecture: any
Section: python
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends}
Provides: ${python3:Provides}
Conflicts: python-mlt
-Replaces: python-mlt, python3-mlt7 (<< 7.2.0-1)
-Breaks: python3-mlt7 (<< 7.2.0-1)
+Replaces: python-mlt
Description: multimedia framework (Python bindings)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
@@ -180,18 +151,3 @@ Description: multimedia framework (Python bindings)
based API.
.
This package contains the Python bindings for the mlt package.
-
-Package: python3-mlt7
-Architecture: any
-Section: oldlibs
-Priority: extra
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: multimedia framework (Python bindings) - transitional
- MLT is an open source multimedia framework, designed and developed for
- television broadcasting. It provides a toolkit for broadcasters, video
- editors, media players, transcoders, web streamers and many more types of
- applications. The functionality of the system is provided via an assortment
- of ready to use tools, xml authoring components, and an extendible plug-in
- based API.
- .
- This dummy package can be removed.
diff --git a/debian/libmlt++-dev.install b/debian/libmlt++-dev.install
index 77e8ed5..f2b4092 100644
--- a/debian/libmlt++-dev.install
+++ b/debian/libmlt++-dev.install
@@ -1,4 +1,4 @@
-src/swig/mlt.i usr/include/mlt-7/mlt++/
usr/include/mlt-*/mlt++/*.h
usr/lib/*/libmlt++-*.so
usr/lib/*/pkgconfig/mlt++-*.pc
+src/swig/mlt.i usr/include/mlt-7/mlt++/
diff --git a/debian/libmlt-dev.install b/debian/libmlt-dev.install
index 87326f7..3817732 100644
--- a/debian/libmlt-dev.install
+++ b/debian/libmlt-dev.install
@@ -1,4 +1,4 @@
usr/include/mlt-*/framework/*.h
-usr/lib/*/cmake/Mlt*/*
usr/lib/*/libmlt-*.so
usr/lib/*/pkgconfig/mlt-framework-*.pc
+usr/lib/*/cmake/Mlt*/*
More information about the Neon-commits
mailing list