[neon/backports-jammy/mlt-jammy/Neon/unstable] /: import manually from kinetic package

Jonathan Esk-Riddell null at kde.org
Fri Jul 29 11:29:22 BST 2022


Git commit 21762878cdc71995d11b796da5e680a6097bd63d by Jonathan Esk-Riddell.
Committed on 29/07/2022 at 10:29.
Pushed by jriddell into branch 'Neon/unstable'.

import manually from kinetic package

D  +0    -92   README.md
A  +1175 -0    debian/changelog
A  +154  -0    debian/control
A  +483  -0    debian/copyright
A  +4    -0    debian/libmlt++-dev.install
A  +1    -0    debian/libmlt++7.install
A  +2    -0    debian/libmlt++7.lintian-overrides
A  +2    -0    debian/libmlt-data.install
A  +1    -0    debian/libmlt-data.lintian-overrides
A  +1    -0    debian/libmlt-dev.examples
A  +4    -0    debian/libmlt-dev.install
A  +2    -0    debian/libmlt7.install
A  +2    -0    debian/libmlt7.lintian-overrides
A  +1    -0    debian/melt.install
A  +2    -0    debian/melt.manpages
A  +1    -0    debian/python3-mlt.install
A  +20   -0    debian/rules
A  +1    -0    debian/source/format
A  +3    -0    debian/source/lintian-overrides
A  +4    -0    debian/watch

https://invent.kde.org/neon/backports-jammy/mlt-jammy/commit/21762878cdc71995d11b796da5e680a6097bd63d

diff --git a/README.md b/README.md
deleted file mode 100644
index f53c368..0000000
--- a/README.md
+++ /dev/null
@@ -1,92 +0,0 @@
-# mlt-jammy
-
-mlt
-
-## Getting started
-
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
-
-Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
-
-## Add your files
-
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
-
-```
-cd existing_repo
-git remote add origin https://invent.kde.org/neon/backports-jammy/mlt-jammy.git
-git branch -M master
-git push -uf origin master
-```
-
-## Integrate with your tools
-
-- [ ] [Set up project integrations](https://invent.kde.org/neon/backports-jammy/mlt-jammy/-/settings/integrations)
-
-## Collaborate with your team
-
-- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
-- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
-- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
-- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
-- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
-
-## Test and Deploy
-
-Use the built-in continuous integration in GitLab.
-
-- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
-- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
-- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
-- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
-- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
-
-***
-
-# Editing this README
-
-When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
-
-## Suggestions for a good README
-Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
-
-## Name
-Choose a self-explaining name for your project.
-
-## Description
-Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
-
-## Badges
-On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
-
-## Visuals
-Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
-
-## Installation
-Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
-
-## Usage
-Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
-
-## Support
-Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
-
-## Roadmap
-If you have ideas for releases in the future, it is a good idea to list them in the README.
-
-## Contributing
-State if you are open to contributions and what your requirements are for accepting them.
-
-For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
-
-You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## Project status
-If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6f3074c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,1175 @@
+mlt (7.8.0-1build2) kinetic; urgency=medium
+
+  * No-change rebuild against libavcodec59
+
+ -- Steve Langasek <steve.langasek at ubuntu.com>  Tue, 19 Jul 2022 12:58:36 +0000
+
+mlt (7.8.0-1build1) kinetic; urgency=medium
+
+  * No-change rebuild against libopencv-core406
+
+ -- Steve Langasek <steve.langasek at ubuntu.com>  Sat, 09 Jul 2022 06:18:45 +0000
+
+mlt (7.8.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 4.6.1.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 28 Jun 2022 11:41:56 +0200
+
+mlt (7.6.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Explicit use buildsystem cmake.
+  * Adjust lintian overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 13 Apr 2022 11:11:30 +0200
+
+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.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 02 Nov 2021 09:16:31 +0100
+
+mlt (7.0.1-3) unstable; urgency=medium
+
+  * Change order in debian/rules and use chrpath on temporary melt-7 binary.
+    Closes: #993765
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 06 Sep 2021 15:15:10 +0200
+
+mlt (7.0.1-2) unstable; urgency=medium
+
+  * Merge 6.26.1-1 changelog.
+  * Bump Standards-Version to 4.6.0.
+  * Uploading to unstable.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 06 Sep 2021 09:16:05 +0200
+
+mlt (7.0.1-1) experimental; urgency=medium
+
+  * New upstream release.
+    - Switch to CMake build system.
+  * debian/watch: Adjust github URL.
+  * Add opencv build dependency and build the package with explicit enabled
+    opencv features. This is also required for motion tracker features.
+    Closes: #989227
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 05 Aug 2021 14:00:04 +0200
+
+mlt (6.26.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/watch: Adjust github URL.
+  * Add opencv build dependency and build the package with explicit enabled
+    opencv features. This is also required for motion tracker features.
+    Closes: #989227
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 16 Aug 2021 10:32:11 +0200
+
+mlt (6.24.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 08 Dec 2020 16:29:36 +0100
+
+mlt (6.22.1-5) unstable; urgency=medium
+
+  * Bump Standards-Version to 4.5.1.
+  * Update debian/watch file standard to version 4.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 19 Nov 2020 14:58:46 +0100
+
+mlt (6.22.1-4) unstable; urgency=medium
+
+  * Enable rubberband feature.
+    Closes: #973710
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 05 Nov 2020 10:15:38 +0100
+
+mlt (6.22.1-3) unstable; urgency=medium
+
+  * Add patch from Andreas Metzler to drop unused libexif-gtk-dev build
+    dependency.
+    Closes: #971663
+  * Add patch from Hugh McMaster to make package Multi-Arch compatible.
+    Closes: #971752
+  * Adjust lintian overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 08 Oct 2020 11:42:29 +0200
+
+mlt (6.22.1-2) unstable; urgency=medium
+
+  * Remove deprecated gtk2 dependency.
+    Closes: #967633
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 05 Aug 2020 10:58:40 +0200
+
+mlt (6.22.1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 04 Aug 2020 10:29:26 +0200
+
+mlt (6.22.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Adjust debian/copyright.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 31 Jul 2020 11:20:48 +0200
+
+mlt (6.20.0-3) unstable; urgency=high
+
+  * Upgrade debhelper-compat to level 13.
+  * Rebuild against newer ffmpeg.
+    Closes: #963706
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 14 Jul 2020 09:17:46 +0200
+
+mlt (6.20.0-2) unstable; urgency=medium
+
+  * Drop patch 01-fix-link-atomic64.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 02 Mar 2020 11:33:00 +0100
+
+mlt (6.20.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Refresh patch 01-fix-link-atomic64.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 17 Feb 2020 15:10:08 +0100
+
+mlt (6.18.0-4) unstable; urgency=medium
+
+  * Bump Standards-Version to 4.5.0.
+  * Adjust source lintian-overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 23 Jan 2020 16:33:03 +0100
+
+mlt (6.18.0-3) unstable; urgency=medium
+
+  * Add -latomic to LDFLAGS.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 19 Dec 2019 09:52:22 +0100
+
+mlt (6.18.0-2) unstable; urgency=medium
+
+  * Add patch 01-fix-link-atomic64 to fix a FTBFS.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 17 Dec 2019 10:18:04 +0100
+
+mlt (6.18.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Drop merged patch 01-python3.
+  * Remove luma configure options again.
+  * Use the new debhelper-compat notation, and drop the d/compat file.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 20 Nov 2019 13:26:15 +0100
+
+mlt (6.16.0-7) unstable; urgency=medium
+
+  * Add Rules-Requires-Root no to debian/control.
+  * Bump Standards-Version to 4.4.1.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 09 Oct 2019 17:01:59 +0200
+
+mlt (6.16.0-6) unstable; urgency=high
+
+  * Use correct path for installing the Python 3 module.
+    Closes: #940591
+  * Remove obsolet cleanup rules from debian/rules.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 18 Sep 2019 10:28:14 +0200
+
+mlt (6.16.0-5) unstable; urgency=high
+
+  * Remove deprecated conflicts and replaces from debian/control.
+  * Rename python-mlt package to python3-mlt.
+    Closes: #940166
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 17 Sep 2019 13:18:54 +0200
+
+mlt (6.16.0-4) unstable; urgency=medium
+
+  * Migrate package to python3.
+    Closes: #937056
+  * Bump debian/compat to level 12.
+  * Use compressed 8 bit lumas.
+    Closes: #934590
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 02 Sep 2019 12:53:09 +0200
+
+mlt (6.16.0-3) unstable; urgency=medium
+
+  * Make a new source only upload.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 23 Jul 2019 11:39:59 +0200
+
+mlt (6.16.0-2) unstable; urgency=medium
+
+  * Bump Standards-Version to 4.4.0.
+  * Uploading to unstable.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 08 Jul 2019 15:20:47 +0200
+
+mlt (6.16.0-1) experimental; urgency=medium
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 09 May 2019 11:05:03 +0200
+
+mlt (6.14.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 4.3.0.
+  * Build package with libvidstab-dev.
+    Closes: #887019
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 26 Apr 2019 11:21:49 +0200
+
+mlt (6.12.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 4.2.1.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 27 Nov 2018 10:18:26 +0100
+
+mlt (6.10.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 03 Jul 2018 10:36:54 +0200
+
+mlt (6.8.0+git20180605-1) unstable; urgency=medium
+
+  * New upstream git snapshot to fix various little bugs.
+  * Remove trailing whitespace from debian/changelog.
+  * Move package to my own repository.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 05 Jun 2018 14:37:42 +0200
+
+mlt (6.8.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Remove merged patch 01-qimage-segfault.
+    - Remove merged patch 02-qimage-crash.
+    - Remove merged patch 03-crash-kdenlivetile.
+    - Remove merged patch 04-rotoscoping-crash.
+    - Remove merged patch 05-pgm-luma-crash.
+  * Add upstream patch 04-rotoscoping-crash.
+  * Add upstream patch 05-pgm-luma-crash.
+  * Bump Standards-Version to 4.1.4.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 16 May 2018 13:50:09 +0200
+
+mlt (6.6.0-2) unstable; urgency=medium
+
+  * Add upstream patch 01-qimage-segfault.
+  * Add upstream patch 02-qimage-crash.
+  * Add upstream patch 03-crash-kdenlivetile.´
+  * Move source lintian overrides to source directory.
+  * Renamed deprecated lintian tag.
+  * Install a few example files and add them to the libmlt-dev package.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 21 Mar 2018 16:47:34 +0100
+
+mlt (6.6.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Remove merged patch 01-crash-affine.
+    - Remove merged patch 02-crash-clipinfo-update.
+    - Remove merged patch 03-use-external-libebur.
+    - Remove merged patch 04-allow-repository_deletion_without_side_effect.
+    - Remove merged patch 05-fix_build_with_glibc_2.26.
+    - Add new build dependency libsdl2-dev to enable the new SDL2 module.
+  * Bump Standards-Version to 4.1.3 (no changes required).
+  * Bump debian/compat to level 11.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 24 Jan 2018 10:25:16 +0100
+
+mlt (6.4.1-6) unstable; urgency=medium
+
+  * Remove Fathi Boudra from uploaders. Thanks for your previous work!
+    Closes: #879412
+  * Bump Standards-Version to 4.1.1 (no changes required).
+  * Use secure homepage URI.
+  * Add patch 04-allow-repository_deletion_without_side_effect to fix a crash
+    on exiting kdenlive.
+    Closes: #869226
+  * Adopt patch 05-fix_build_with_glibc_2.26 to fix a FTBFS with newer glibc
+    versions.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 08 Nov 2017 10:50:04 +0100
+
+mlt (6.4.1-5) unstable; urgency=medium
+
+  * Bump Standards-Version to 4.0.0 (no changes required).
+  * Drop dbg package.
+  * Restrict build dependency on librtaudio-dev to linux-any.
+    Closes: #866625
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 03 Jul 2017 09:46:32 +0200
+
+mlt (6.4.1-4) unstable; urgency=low
+
+  * Remove dependency on libquicktime.
+    Closes: #856235
+  * Enable PIE again. melt does not FTBFS anymore with enabled PIE.
+    Closes: #859427
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 03 Apr 2017 19:46:02 +0200
+
+mlt (6.4.1-3) unstable; urgency=low
+
+  * Add patch 03-use-external-libebur and build depend on libebur128-dev to use
+    the system version of libebur128.
+    Closes: #762341
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 22 Feb 2017 10:33:16 +0100
+
+mlt (6.4.1-2) unstable; urgency=low
+
+  * Add upstream patch 01-crash-affine to fix a crash in affine due to relaxed
+    constraints.
+  * Add upstream patch 02-crash-clipinfo-update to fix a crash in kdenlive when
+    a clip has no resource.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 07 Feb 2017 13:13:57 +0100
+
+mlt (6.4.1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 17 Nov 2016 15:30:00 +0100
+
+mlt (6.4.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Fixes crash on loading second LADSPA plugin.
+      Closes: #839660
+  * Bump Standards-Version to 3.9.8 (no changes required).
+  * Set myself as maintainer and Fabo as uploader.
+  * Adjust hardening lintian overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 13 Nov 2016 19:20:45 +0100
+
+mlt (6.2.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Remove merged patch 01-empty-directory.
+    - Remove merged patch 02-kfreebsd-ftbfs.
+  * Build against external rtaudio.
+    Closes: #816340
+  * Adjust path to queue.h in debian/copyright.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 21 Apr 2016 10:50:42 +0200
+
+mlt (6.0.0-3) unstable; urgency=high
+
+  * Adopt 02-kfreebsd-ftbfs patch from upstream.
+    Closes: #815501
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 25 Feb 2016 10:26:20 +0100
+
+mlt (6.0.0-2) unstable; urgency=medium
+
+  * Enable all hardening flags except of PIE, which produces a FTBFS.
+  * Overwrite false positive lintian warning hardening-no-bindnow for
+    python-mlt package.
+  * Add patch 01-empty-directory to fix installation of an empty directory.
+  * Add experimental patch 02-kfreebsd-ftbfs to fix a FTBFS on kfreebsd.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Feb 2016 20:30:54 +0100
+
+mlt (6.0.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Remove merged patch 01-mlt_ffmpeg-2.9.
+  * Bump Standards-Version to 3.9.7 (no changes required).
+  * Add new build dependencies on libexif-dev, libexif-gtk-dev, libmovit-dev
+    and libfftw3-dev to enable new features.
+  * Fix spelling error in debian/copyright.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Feb 2016 10:03:56 +0100
+
+mlt (0.9.8-3) unstable; urgency=high
+
+  * Add upstream patch 01-mlt_ffmpeg-2.9 to fix a FTBFS with newer FFmpeg
+    releases.
+    Closes: #803841
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 05 Nov 2015 14:30:57 +0100
+
+mlt (0.9.8-2) unstable; urgency=medium
+
+  * Correct build dependencies.
+    Closes: #801284
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 12 Oct 2015 15:54:01 +0200
+
+mlt (0.9.8-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Point debian/watch to GitHub.
+  * Add additional files to dh_auto_clean.
+  * Add build dependency dh-python.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 30 Jul 2015 10:07:21 +0200
+
+mlt (0.9.6-3) unstable; urgency=low
+
+  * Build against Qt5.
+  * Update to DEP5 debian/copyright format.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 08 Jul 2015 21:33:13 +0200
+
+mlt (0.9.6-2) unstable; urgency=low
+
+  * Switch from libav back to ffmpeg.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 08 Jul 2015 11:13:13 +0200
+
+mlt (0.9.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 02 Mar 2015 08:37:41 +0100
+
+mlt (0.9.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Uploading to unstable.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 26 Feb 2015 14:12:09 +0100
+
+mlt (0.9.2+git20141111-1) experimental; urgency=low
+
+  * New upstream git snapshot.
+    - Fixed Opus as audio codec with WebM container.
+      Closes: #764164
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 11 Nov 2014 23:02:50 +0100
+
+mlt (0.9.2+git20141027-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - Fixed generating logfile for two-pass mode with VP8/VP9.
+      Closes: #764163
+  * Uploading to unstable.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 27 Oct 2014 20:21:55 +0100
+
+mlt (0.9.2+git20141008-1) experimental; urgency=low
+
+  * New upstream git snapshot.
+    - Remove upstream patch 02-audio-rendering-libav0.11.
+    - Remove upstream patch 03-encoding-libavformatv56.
+    - Remove upstream patch 04-deprecation-avstream.codec.time_base-muxer.
+  * Remove unused override.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 08 Oct 2014 16:00:24 +0200
+
+mlt (0.9.2-2) unstable; urgency=medium
+
+  * Add upstream patch 02-audio-rendering-libav0.11 to fix audio rendering with
+    libav 0.11.
+    Closes: #761593
+  * Add upstream patch 03-encoding-libavformatv56 to fix some more encoding
+    errors with libavformat v56.
+  * Add upstream patch 04-deprecation-avstream.codec.time_base-muxer to fix a
+    deprecation warning.
+    Closes: #760773
+  * Bump Standards-Version to 3.9.6 (no changes required).
+  * Fix lintian warning capitalization-error-in-description-synopsis.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 24 Sep 2014 19:59:41 +0200
+
+mlt (0.9.2-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Refresh hunky patch 01-changed-preset-path.
+    - Remove merged patch 02-crash-empty-ladspa-path.
+    - Remove merged patch 03-freetype-ftbfs.
+  * Overwrite lintian warning intra-source-package-circular-dependency, because
+    those dependencies are required.
+  * Move away from hardening-wrapper.
+  * Overwrite some hardening warnings in python-mlt.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 09 Jul 2014 10:06:36 +0200
+
+mlt (0.9.0+dfsg1-1) unstable; urgency=high
+
+  * Remove demo/txtField.swf from source and repackage mlt as +dfsg1.
+    Closes: #737428
+  * Migrate package to libxine2.
+    Closes: #741362
+  * Remove useless Pre-Depends fields.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 03 Apr 2014 10:45:58 +0200
+
+mlt (0.9.0-3) unstable; urgency=high
+
+  * Bump Standards-Version to 3.9.5 (no changes needed).
+  * Don't explicitly request xz compression - dpkg 1.17 does this by default.
+  * Overwrite debian-watch-may-check-gpg-signature warning. There is no GPG
+    signature available.
+  * Add upstream patch 03-freetype-ftbfs to fix a FTBFS.
+    Closes: #733375
+  * Patch 02-crash-empty-ladspa-path was not applied, because it was missing in
+    debian/patches/series.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 03 Jan 2014 12:01:01 +0100
+
+mlt (0.9.0-2) unstable; urgency=low
+
+  * Add upstream patch 02-crash-empty-ladspa-path to fix a crash if LADSPA_PATH
+    is empty.
+    Closes: #726197
+  * Fix lintian error pkg-config-multi-arch-wrong-dir.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 17 Oct 2013 15:11:59 +0200
+
+mlt (0.9.0-1) unstable; urgency=low
+
+  * New upstream release.
+    - Rewrite patch 01-changed-preset-path.
+    - Build dependency on libqt4-dev and libqt4-opengl-dev added.
+    - Bump SONAME of libmlt to 6.
+  * Add dependency information to libmlt and libmlt++ with dh_makeshlibs.
+    Closes: #709249
+  * Build depend on libav-tools instead of ffmpeg.
+  * Create debian/copyright from scratch.
+    Closes: #711858
+  * Rename python-mlt5 package to python-mlt.
+  * Overwrite false positive lintian warning spelling-error-in-binary.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 12 Jul 2013 13:29:29 +0200
+
+mlt (0.8.8-2) unstable; urgency=low
+
+  * Uploading to unstable.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 05 May 2013 20:17:09 +0200
+
+mlt (0.8.8-1) experimental; urgency=low
+
+  * New upstream release.
+    - Refresh patch 01-changed-preset-path.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 21 Jan 2013 09:43:56 +0100
+
+mlt (0.8.6-2) experimental; urgency=low
+
+  * Bump compat level to 9.
+    - Adjust paths to libdir triplets.
+  * Remove unused python-mlt5 lintian override.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 14 Jan 2013 19:09:02 +0100
+
+mlt (0.8.6-1) experimental; urgency=low
+
+  * New upstream release.
+    - Adjust libmlt++3 lintian override.
+  * Bump Standards-Version to 3.9.4 (no changes needed).
+  * Switch to xz compression and add a Pre-Depends on dpkg.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 15 Nov 2012 13:08:00 +0100
+
+mlt (0.8.2-1) experimental; urgency=low
+
+  * New upstream release.
+    - Refresh hunky patch 01-changed-preset-path.
+    - Remove merged patch 02-allow-file-prefix.
+    - Remove merged patch 03-audio-limits-and-crash.
+    - Remove merged patch 04-cache-memory-leak.
+    - Remove merged patch 05-ladspa-crash.
+  * Completely disable the luma-compress option, it is not recommend by
+    upstream.
+  * Use wildcards in lintian overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 01 Sep 2012 13:27:35 +0200
+
+mlt (0.8.0-4) unstable; urgency=low
+
+  * Add upstream patch 04-cache-memory-leak, which fixes a memory leak when
+    using mlt_cache for frames.
+  * Add upstream patch 05-ladspa-crash, which fixes a potential LADSPA crash
+    on dlclose().
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 01 Sep 2012 13:09:30 +0200
+
+mlt (0.8.0-3) unstable; urgency=low
+
+  * Disable compression from the luma module on mips. The convert process never
+    finishes.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 28 Jul 2012 13:44:24 +0200
+
+mlt (0.8.0-2) unstable; urgency=low
+
+  * Add patch 01-changed-preset-path, which corrects the path to the changed
+    location of the preset files.
+    Closes: #681339
+  * Add patch 02-allow-file-prefix, which adds the file:// prefix support.
+    Closes: #677276
+  * Add patch 03-audio-limits-and-crash, which fixes a crash if invalid audio
+    bitrates are submitted.
+    Closes: #681319
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 13 Jul 2012 20:43:02 +0200
+
+mlt (0.8.0-1) unstable; urgency=low
+
+  * New upstreeam release.
+    - Adjust lintian overrides.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 02 Jun 2012 19:44:30 +0200
+
+mlt (0.7.8+git20120601-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+  * Overwrite false positive hardening-no-fortify-functions lintian warning.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 01 Jun 2012 19:11:50 +0200
+
+mlt (0.7.8+git20120417-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+  * Disable rtaudio consumer.
+    Closes: #668893
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 17 Apr 2012 20:10:59 +0200
+
+mlt (0.7.8+git20120409-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - Rendering problems introduced with 0.7.8 are gone.
+      Closes: #664786
+  * Build with --enable-gpl3 and add copyright notices about the transition_vqm
+    module.
+  * Bump SONAME of libmlt and python-mlt to 5.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 09 Apr 2012 14:27:09 +0200
+
+mlt (0.7.8-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.3 (no changed needed).
+  * Override lintian warnings about no-symbols-control-file.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 24 Feb 2012 19:36:31 +0100
+
+mlt (0.7.8-1) unstable; urgency=low
+
+  * New upstream release.
+    - Drop all patches.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 15 Feb 2012 21:56:48 +0100
+
+mlt (0.7.6+git20120204-2) unstable; urgency=high
+
+  * Add patch 01-various-upstream-fixes-20120205 which includes various
+    upstream fixes like fixing a FTBFS with libav on architectures without MMX.
+    Closes: #658376
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 05 Feb 2012 13:33:07 +0100
+
+mlt (0.7.6+git20120204-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 04 Feb 2012 14:18:33 +0100
+
+mlt (0.7.6+git20111222-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - Removed all patches, they have been merged in this snapshot.
+    - Do not build with RtAudio on hurd and kfreebsd, to avoid FTBFS.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 22 Dec 2011 18:25:52 +0100
+
+mlt (0.7.6+git20111220-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+  * Remove patch 01-hurd-ftbfs, it still applies but was merged by upstream to
+    a better location in the source code.
+  * Add patch 04-mltpp-hurd-configure to detect mlt++ module as Linux flavour.
+  * Add patch 03-sys-soundcard to change the include of soundcard.h to
+    sys/soundcard.h. This fixes a FTBFS on kfreebsd.
+    Closes: #652059
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 20 Dec 2011 19:41:02 +0100
+
+mlt (0.7.6+git20111213-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - Fixes segfault with wrong xml input.
+      Closes: #651604
+  * Add patch 02-hurd-configure to detect hurd-i386 as Linux flavour.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 13 Dec 2011 19:43:41 +0100
+
+mlt (0.7.6-2) unstable; urgency=low
+
+  * Add patch 01-hurd-ftbfs to fix a FTBFS on hurd-i386.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 05 Nov 2011 11:30:32 +0100
+
+mlt (0.7.6-1) unstable; urgency=low
+
+  * New upstream release.
+    - Remove all patches, they have been merged by upstream.
+    - Remove some obsolete docs.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 01 Nov 2011 21:57:38 +0100
+
+mlt (0.7.4-4) unstable; urgency=low
+
+  * Do not try to build mlt with libquicktime on hurd-i386.
+  * Wrap all debian/control fields.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 08 Oct 2011 14:29:10 +0200
+
+mlt (0.7.4-3) unstable; urgency=low
+
+  * Add patch from Stephane Fillod, to enable motionest on all architectures.
+    Closes: #638622
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 26 Aug 2011 22:03:38 +0200
+
+mlt (0.7.4-2) unstable; urgency=low
+
+  * Add patch 01-kfbsd-ftbfs, to fix an FTBFS on GNU/kFreeBSD.
+    Closes: #634210
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 17 Jul 2011 20:48:20 +0200
+
+mlt (0.7.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build with dh_python2 and install files to dist-packages instead of
+    site-packages. Also fixes lintian's python-debug-in-wrong-location.
+    Beer promised to Evgeni Golov.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 17 Jul 2011 18:28:12 +0200
+
+mlt (0.7.2+git20110530-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - This fixes the abortion of melt, whops.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 30 May 2011 20:12:40 +0200
+
+mlt (0.7.2+git20110529-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - Drop patch 01-build-on-kfreebsd, merged by upstream.
+    - Fixed crash with framebuffer on amd64.
+      #627133
+  * Disable swfdec.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 29 May 2011 15:07:00 +0200
+
+mlt (0.7.2-2) unstable; urgency=low
+
+  * Add patch 01-build-on-kfreebsd.diff, so that mlt also builds on kFreeBSD.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 14 May 2011 13:43:36 +0200
+
+mlt (0.7.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 03 May 2011 19:43:32 +0200
+
+mlt (0.7.0-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.2 (no changes needed).
+  * Wrap build dependencies.
+  * Build with enabled hardening-wrapper.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 30 Apr 2011 20:44:02 +0200
+
+mlt (0.7.0-1) unstable; urgency=low
+
+  * New upstream release.
+    Closes: #606123
+    - Bumped SONAME of libmlt to 4.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 28 Mar 2011 21:05:04 +0200
+
+mlt (0.6.2-3) unstable; urgency=low
+
+  * Remove python-mlt3.install, it is done automagic by debian/rules.
+    Thanks to Evgeni Golov.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 20 Feb 2011 11:16:32 +0100
+
+mlt (0.6.2-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 07 Feb 2011 18:02:18 +0100
+
+mlt (0.6.2-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 24 Jan 2011 20:20:44 +0100
+
+mlt (0.6.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * Bump SONAME of libmlt from 2 to 3.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 02 Jan 2011 12:39:23 +0100
+
+mlt (0.5.10-1) experimental; urgency=low
+
+  * New upstream release.
+    - Remove deprecated patch 01-in_out-points-region-transition.diff.
+  * Bump Standards-Version to 3.9.1 (no changes needed).
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 18 Sep 2010 10:37:22 +0200
+
+mlt (0.5.6+git20100727-1) unstable; urgency=low
+
+  * New upstream git snapshot from 27.07.2010.
+    - This snapshot fixes some memory leaks and corruptions and an infinite
+      loop.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 18 Aug 2010 20:55:50 +0200
+
+mlt (0.5.6-1) unstable; urgency=low
+
+  * New upstream release.
+    - Add patch 01-in_out-points-region-transition.diff, which fixes a new
+      regression in this release with kdenlive.
+  * Add the swig mlt.i file to the libmlt++-dev package.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 21 Jun 2010 13:55:07 +0200
+
+mlt (0.5.4+git20100601-1) unstable; urgency=high
+
+  * New git snapshot.
+  * Build against the new sox library, bumping urgency to high, because of a
+    blocking transition.
+    Closes: #583953
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 01 Jun 2010 20:18:36 +0200
+
+mlt (0.5.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 20 Apr 2010 19:50:04 +0200
+
+mlt (0.5.2-1) unstable; urgency=low
+
+  * New upstream release.
+    - Remove merged 01-deinterlace-no-mmx-sse.diff patch.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 11 Mar 2010 18:38:14 +0100
+
+mlt (0.5.0-3) unstable; urgency=low
+
+  * Replace last patch with 01-deinterlace-no-mmx-sse.diff from upstream.
+    Closes: #570145
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 17 Feb 2010 18:47:35 +0100
+
+mlt (0.5.0-2) unstable; urgency=low
+
+  * Fix FTBFS on all non-x86 architectures, because there was a hardcoded
+    -DARCH_X86 CFLAG. Removed it in 01-dont_hardcode_x86.diff.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 16 Feb 2010 18:05:34 +0100
+
+mlt (0.5.0-1) unstable; urgency=low
+
+  * New upstream release.
+    - Only enable the new sse2 feature on amd64 hosts.
+  * Add patch from Benjamin Drung to determine the Python version on build
+    time. Much thanks.
+    Closes: #569640
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 16 Feb 2010 14:14:39 +0100
+
+mlt (0.4.10-5) unstable; urgency=high
+
+  * Bump Standards-Version to 3.8.4 (no changes needed).
+  * Readd python-mlt2.install, it was still in trunk but was lost in the
+    0.4.10-4 tag.. Bumping urgency to high.
+    Closes: #568736
+  * Drop debian/README.source.
+  * Do not install mlt_wrap.so from the python bindings, it will produce
+    errors.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 09 Feb 2010 21:50:13 +0100
+
+mlt (0.4.10-4) unstable; urgency=low
+
+  * Add python-support support and thus byte-compile the Python files.
+    Much thanks for the patch to Evengi Golov.
+    Closes: #566043
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 23 Jan 2010 14:41:20 +0100
+
+mlt (0.4.10-3) unstable; urgency=low
+
+  * Add new python-mlt2 package, which contains the python bindings of mlt.
+    Closes: #563240
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 02 Jan 2010 23:08:25 +0100
+
+mlt (0.4.10-2) unstable; urgency=low
+
+  * Build with new gcc 4.4.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 12 Dec 2009 15:07:25 +0100
+
+mlt (0.4.10-1) unstable; urgency=low
+
+  * New upstream release.
+    - Fixes FTBFS because of missing linking with libm.
+      Closes: #560119
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 09 Dec 2009 08:59:26 +0100
+
+mlt (0.4.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 08 Dec 2009 10:53:38 +0100
+
+mlt (0.4.6+git20091124-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+  * Recommend on the source:Version of libmlt-data.
+  * Convert package to the 3.0 (quilt) format.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 24 Nov 2009 19:08:47 +0100
+
+mlt (0.4.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 07 Oct 2009 19:36:14 +0200
+
+mlt (0.4.4+git20091004-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 04 Oct 2009 10:19:43 +0200
+
+mlt (0.4.4+git20090930-2) unstable; urgency=low
+
+  * Add missing conflicts and replaces for smooth upgrades.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 01 Oct 2009 08:14:07 +0200
+
+mlt (0.4.4+git20090930-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+    - Drop all patches, they have been merged.
+    - Drop quilt.
+  * Bump SONAMES. Rename libmlt1 to libmlt2 and libmlt++2 to libmlt++3.
+  * Drop inigo package.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 30 Sep 2009 19:20:22 +0200
+
+mlt (0.4.4-3) unstable; urgency=low
+
+  * Add libmlt-dbg package, which contains the debugging symbols of libmlt1 and
+    libmlt++2.
+  * Bump Standards-Version to 3.8.3.
+    - Add debian/README.source.
+  * Add patch description to 02_fix_sox_14.3.0_build.diff. Thanks lintian.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 21 Sep 2009 12:14:36 +0200
+
+mlt (0.4.4-2) unstable; urgency=low
+
+  * Add patches:
+    - 01_improve_mlt_normalisation - stolen upstream.
+    - 02_fix_sox_14.3.0_build - Fix build against sox 14.3.0. (Closes: #536671)
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 13 Jul 2009 14:07:01 +0200
+
+mlt (0.4.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 01 Jul 2009 21:33:59 +0200
+
+mlt (0.4.2+git20090622-1) unstable; urgency=low
+
+  * New git snapshot.
+    - Drop merged patches 01_fix_man_whatis and 02_missing_math_ftbfs.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 22 Jun 2009 22:49:41 +0200
+
+mlt (0.4.2+git20090618-2) unstable; urgency=low
+
+  * Add 02_missing_math_ftbfs.diff patch, which fixes a FTBFS on some arches.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Jun 2009 13:06:18 +0200
+
+mlt (0.4.2+git20090618-1) unstable; urgency=low
+
+  * New git snapshot.
+    - Drop merged 07_custom_ldflags.diff patch.
+    - Drop merged 09_add_gcc4.3_support.diff patch.
+    - Drop merged 01_remove_ldconfig.diff patch.
+    - Drop merged 02_update_have_mmx.diff patch.
+  * Add libmlt-data as dependency for melt, it can not play movies without the
+    profiles.
+  * Bump Standards-Version to 3.8.2 (no changes needed).
+  * Drop our melt manpage and install the new one from upstream.
+    - Add 01_fix_man_whatis.diff which fixes the whatis entry.
+  * Drop versioned build dependency on ffmpeg.
+  * Extend a little bit the long-description of melt. Fixes lintian warning
+    extended-description-is-probably-too-short.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Jun 2009 09:41:39 +0200
+
+mlt (0.4.2-2) unstable; urgency=low
+
+  * Add frei0r-plugins-dev as build-dependency, so that the frei0r plugin can
+    be built.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 11 Jun 2009 16:35:02 +0200
+
+mlt (0.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+    - inigo has been renamed to melt.
+    - build and install mlt++ in mlt, they are not a separate source package
+      anymore.
+    - Bump libmlt++ SONAME to 2 (introduce libmlt++2 package).
+    - miracle, westley and valerie were moved out of mlt into melted project.
+    - mlt-config is deprecated.
+    - Drop patches:
+      - 03_update_prefix_data patch (not needed anymore and will break melt)
+      - 04_update_install_target
+      - 05_update_docs
+      - 06_disable_example
+      - 08_add_missing_ldlags
+  * Fix lintian warning quilt-patch-missing-description:
+    add missing descriptions to the patches. Thanks lintian.
+  * Bump compat/debhelper to 7 (no changes needed).
+  * Drop cdbs build dependency.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 30 May 2009 16:41:21 +0200
+
+mlt (0.3.8-2) unstable; urgency=low
+
+  * Add manpage for inigo. Much thanks to Tatsuki Sugiura for his patch.
+    Closes: #521740
+  * Fix copyright-refers-to-symlink-license. Refer to the {L}GPL-2 file instead
+    of the {L}GPL link. Thanks lintian.
+  * Remove old debian/libmlt1.lintian-overrides, the overrides are not needed
+    anymore.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 28 Apr 2009 20:44:48 +0200
+
+mlt (0.3.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [ Patrick Matthäi ]
+  * Change my email address.
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 20 Apr 2009 20:47:32 +0200
+
+mlt (0.3.6-2) unstable; urgency=low
+
+  * Uploading to unstable.
+  * Fix binary-control-field-duplicates-source.
+    Thanks lintian.
+  * Bump Standards-Version to 3.8.1 (no changes needed).
+
+ -- Patrick Matthäi <patrick.matthaei at web.de>  Mon, 23 Mar 2009 21:04:06 +0200
+
+mlt (0.3.6-1) experimental; urgency=low
+
+  [ Fathi Boudra ]
+  * New upstream release.
+  * Refresh patches.
+  * Remove 11_add_sox_14.2.0_support.diff patch. Merged upstream.
+  * Update debian/control:
+    - Add version dependency to ffmpeg.
+      We need version >= 0.svn20081115 from Debian experimental.
+  * Update debian/rules:
+    - Enable motion estimation, MMX and SSE on amd64 architecture.
+
+  [ Patrick Matthäi ]
+  * Recommend from libmlt1 on libmlt-data, because some applications also need
+    the mlt profiles.
+  * Fix copyright-with-old-dh-make-debian-copyright.
+    Thanks lintian.
+  * Add debian/watch file.
+  * Install the mlt-config.1 manpage about a .manpage file instead of cdbs.
+  * Remove not needed .dirs files.
+  * Remove some useless newlines at EOF.
+
+ -- Fathi Boudra <fabo at debian.org>  Wed, 04 Feb 2009 12:07:14 +0100
+
+mlt (0.3.2-2) unstable; urgency=low
+
+  * Add Patrick Matthäi as co-maintainer.
+  * Add Sox 14.2.0 support. (Closes: #507610, #509340)
+  * Update debian/rules: disable motion estimation module. (Closes: #506844)
+  * Fix lintian warning: debhelper-but-no-misc-depends.
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 29 Dec 2008 17:07:28 +0100
+
+mlt (0.3.2-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #471079, #482254, #499329)
+  * Remove 01_add_sox_14_support patch. Merged upstream.
+  * Add 10_fix_xine_module_cflags patch to fix xine module CFLAGS.
+  * Refresh patches:
+    - 03_update_prefix_data
+    - 04_update_install_target
+    - 07_custom_ldflags
+    - 08_add_missing_ldlags
+    - 09_add_gcc4.3_support
+  * Update debian/control:
+    - Build-depends on kdelibs5-dev instead of kdelibs4-dev.
+    - Build-depends on libavdevice-dev.
+    - Bump libmlt soname. libmlt1 conflicts/replaces libmlt0.2.
+  * Update debian/copyright: Add oldfilm and frei0r modules.
+  * Update installed files.
+  * Update debian/rules:
+    - Remove motion estimation option from EXTRA_CONFIGURE_OPTS.
+    - Add --qimage-libdir configure option to detect Qt 4.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 14 Nov 2008 11:03:40 +0100
+
+mlt (0.2.4-3) unstable; urgency=low
+
+  * Update gcc-4.3 support patch. Link math library against libmltsox.
+    (Closes: #475191)
+
+ -- Fathi Boudra <fabo at debian.org>  Thu, 10 Apr 2008 11:37:46 +0200
+
+mlt (0.2.4-2) unstable; urgency=low
+
+  * Add versioned build dependency on libsox-dev >= 14.0.1-2. Previous
+    libsox-dev package doesn't contains libsfx.a and libsfx.so symlink.
+    (Closes: #469900)
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 09 Mar 2008 12:14:23 +0100
+
+mlt (0.2.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #463796)
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 26 Jan 2008 19:31:08 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..130d0cb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,154 @@
+Source: mlt
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Patrick Matthäi <pmatthaei at debian.org>
+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.1
+Section: libs
+Rules-Requires-Root: no
+Homepage: https://www.mltframework.org
+
+Package: libmlt-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+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
+ 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 package contains the static libraries and headers for developing
+ applications that use the MLT multimedia framework.
+
+Package: libmlt7
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Recommends: libmlt-data (>= ${source:Version})
+Description: multimedia framework (runtime)
+ 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 package contains the files necessary for running applications that
+ use the MLT multimedia framework.
+
+Package: libmlt-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Enhances: libmlt7
+Description: multimedia framework (data)
+ 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 package contains the data files for the MLT multimedia framework.
+
+Package: libmlt++-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+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
+ 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 package contains the static libraries and headers for developing
+ applications that use the MLT multimedia framework C++ wrapper.
+
+Package: libmlt++7
+Architecture: any
+Multi-Arch: same
+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
+ 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 package contains the files necessary for running applications that
+ use the MLT multimedia framework C++ wrapper.
+
+Package: melt
+Section: utils
+Architecture: any
+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
+ minimalistic media player for audio and video files.
+
+Package: python3-mlt
+Architecture: any
+Section: python
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends}
+Provides: ${python3:Provides}
+Conflicts: python-mlt
+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
+ 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 package contains the Python bindings for the mlt package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e7b336c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,483 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2003-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/framework/mlt_cache.c
+  src/framework/mlt_cache.h
+  src/framework/mlt_profile.c
+  src/framework/mlt_profile.h
+Copyright: 2007-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/framework/mlt_tokeniser.c
+  src/framework/mlt_tokeniser.h
+Copyright: 2002-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/framework/mlt_version.c
+Copyright: 2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/framework/mlt_version.h
+Copyright: 2010-2015, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/melt/*
+Copyright: 2002-2014, Meltytech, LLC
+License: GPL-2+
+
+Files: src/mlt++/*
+Copyright: 2004-2015, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/mlt++/MltFactory.cpp
+  src/mlt++/MltFactory.h
+Copyright: 2008, Dan Dennedy <dan at dennedy.org>
+  2004-2015, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/mlt++/MltProfile.cpp
+  src/mlt++/MltProfile.h
+  src/mlt++/MltRepository.cpp
+  src/mlt++/MltRepository.h
+Copyright: 2008, 2010-2014, Dan Dennedy <dan at dennedy.org>
+License: LGPL-2.1+
+
+Files: src/modules/avformat/filter_avcolour_space.c
+Copyright: 2004-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/avformat/filter_swscale.c
+Copyright: 2008-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/consumer_multi.c
+Copyright: 2011-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/filter_audiochannels.c
+  src/modules/core/filter_audioconvert.c
+  src/modules/core/filter_crop.c
+  src/modules/core/filter_imageconvert.c
+Copyright: 2009-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/filter_audiowave.c
+  src/modules/core/filter_panner.c
+Copyright: 2010-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/filter_transition.c
+Copyright: 2005-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/producer_consumer.c
+Copyright: 2008-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/producer_tone.c
+Copyright: 2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/core/transition_luma.c
+Copyright: 2003-2014, Meltytech, LLC
+  2002, Timothy M. Shead <tshead at k-3d.com>
+License: LGPL-2.1+
+
+Files: src/modules/decklink/*
+Copyright: 2008, 2010-2014, Dan Dennedy <dan at dennedy.org>
+License: LGPL-2.1+
+
+Files: src/modules/decklink/darwin/*
+Copyright: 2009, 2011, Blackmagic Design
+License: BSL
+
+Files: src/modules/decklink/linux/*
+Copyright: 2009, 2011, Blackmagic Design
+License: BSL
+
+Files: src/modules/frei0r/*
+Copyright: 2007, 2008, 2011, Marco Gittler <g.marco at freenet.de>
+License: LGPL-2.1+
+
+Files: src/modules/frei0r/producer_frei0r.c
+Copyright: 2007, 2009, Jean-Baptiste Mardelle <jb at kdenlive.org>
+License: LGPL-2.1+
+
+Files: src/modules/jackrack/*
+Copyright: Robert Ham 2002, 2003 (node at users.sourceforge.net) / 2004-2014, Meltytech, LLC
+License: GPL-2+
+
+Files: src/modules/jackrack/consumer_jack.c
+Copyright: 2011-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/jackrack/factory.c
+  src/modules/jackrack/filter_jackrack.c
+  src/modules/jackrack/filter_ladspa.c
+  src/modules/jackrack/producer_ladspa.c
+Copyright: 2002-2014, Meltytech, LLC
+License: GPL-2+
+
+Files: src/modules/kdenlive/*
+Copyright: 2007, Jean-Baptiste Mardelle <jb at ader.ch>
+  -2007, Leny Grisel <leny.grisel at laposte.net>
+License: LGPL-2.1+
+
+Files: src/modules/kdenlive/factory.c
+Copyright: 2007, Jean-Baptiste Mardelle
+License: LGPL-2.1+
+
+Files: src/modules/kdenlive/filter_freeze.c
+Copyright: 2007, 2009, Jean-Baptiste Mardelle <jb at kdenlive.org>
+License: LGPL-2.1+
+
+Files: src/modules/kdenlive/producer_framebuffer.c
+Copyright: 2007, Jean-Baptiste Mardelle <jb at ader.ch>
+License: LGPL-2.1+
+
+Files: src/modules/normalize/*
+Copyright: Steve Harris / 2012, Dan Dennedy <dan at dennedy.org> / 2010, Marco Gittler <g.marco at freenet.de> / 2002, Steve Harris
+License: GPL-2+
+
+Files: src/modules/normalize/factory.c
+Copyright: 2002-2014, Meltytech, LLC
+License: GPL-2+
+
+Files: src/modules/normalize/filter_volume.c
+Copyright: 2003-2014, Meltytech, LLC
+  1999-2002, Chris Vaill
+License: GPL-2+
+
+Files: src/modules/oldfilm/*
+Copyright: 2007, 2008, 2011, Marco Gittler <g.marco at freenet.de>
+License: LGPL-2.1+
+
+Files: src/modules/plus/consumer_blipflash.c
+  src/modules/plus/producer_blipflash.c
+  src/modules/plus/producer_count.c
+Copyright: 2013, Brian Matherly
+License: LGPL-2.1+
+
+Files: src/modules/plus/ebur128/queue/sys/queue.h
+Copyright: 1991, 1993
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 4. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+Files: src/modules/plus/filter_dynamictext.c
+Copyright: 2011-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/plus/filter_lift_gamma_gain.c
+  src/modules/plus/filter_loudness.c
+Copyright: 2014, Brian Matherly <pez4brian at yahoo.com>
+License: LGPL-2.1+
+
+Files: src/modules/plus/filter_lumakey.c
+  src/modules/plus/filter_rgblut.c
+Copyright: 2014, Janne Liljeblad
+License: LGPL-2.1+
+
+Files: src/modules/plus/interp.h
+Copyright: 2010, Marko Cebokli http://lea.hamradio.si/~s57uuu
+License: GPL-2+
+
+Files: src/modules/plusgpl/cJSON.c
+  src/modules/plusgpl/cJSON.h
+Copyright: 2009, Dave Gamble
+License: Expat
+
+Files: src/modules/plusgpl/consumer_cbrts.c
+Copyright: Lorenzo Pallara <l.pallara at avalpa.com> / 2010-2014, Broadcasting Center Europe S.A. http://www.bce.lu
+License: GPL-2+
+
+Files: src/modules/plusgpl/factory.c
+Copyright: 2008-2014, Dan Dennedy <dan at dennedy.org>
+License: GPL-2+
+
+Files: src/modules/plusgpl/filter_burn.c
+Copyright: 2007, Stephane Fillod
+  2001-2006, FUKUCHI Kentaro
+License: GPL-2+
+
+Files: src/modules/plusgpl/filter_lumaliftgaingamma.c
+Copyright: 2014, Janne Liljeblad
+License: GPL-2+
+
+Files: src/modules/plusgpl/filter_rotoscoping.c
+Copyright: 2011, Till Theato <root at ttill.de>
+License: GPL-2+
+
+Files: src/modules/plusgpl/filter_telecide.c
+Copyright: 2008, Dan Dennedy <dan at dennedy.org>
+  2003, Donald A. Graft
+License: GPL-2+
+
+Files: src/modules/qt/*
+Copyright: 2006, Visual Media
+License: GPL-2+
+
+Files: src/modules/qt/common.cpp
+  src/modules/qt/common.h
+  src/modules/qt/consumer_qglsl.cpp
+Copyright: 2008, 2010-2014, Dan Dennedy <dan at dennedy.org>
+License: LGPL-2.1+
+
+Files: src/modules/qt/kdenlivetitle_wrapper.cpp
+  src/modules/qt/kdenlivetitle_wrapper.h
+  src/modules/qt/producer_kdenlivetitle.c
+Copyright: 2009, Marco Gittler <g.marco at freenet.de>
+  2009, Jean-Baptiste Mardelle <jb at kdenlive.org>
+License: LGPL-2.1+
+
+Files: src/modules/qt/producer_qtext.cpp
+Copyright: 2013, Brian Matherly
+License: LGPL-2.1+
+
+Files: src/modules/qt/transition_vqm.cpp
+Copyright: 2012, Dan Dennedy <dan at dennedy.org>
+  2010, E. Oriani, ema <AT> fastwebnet <DOT> it
+License: GPL-3+
+
+Files: src/modules/resample/*
+Copyright: 2002-2014, Meltytech, LLC
+License: GPL-2+
+
+Files: src/modules/rtaudio/*
+Copyright: 2001-2011, Gary P. Scavone
+License: Expat
+
+Files: src/modules/rtaudio/consumer_rtaudio.cpp
+Copyright: 2008, 2010-2014, Dan Dennedy <dan at dennedy.org>
+License: LGPL-2.1+
+
+Files: src/modules/sdl/consumer_sdl_audio.c
+Copyright: 2009-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/sdl/consumer_sdl_osx.h
+  src/modules/sdl/consumer_sdl_osx.m
+Copyright: 2010-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/sdl/consumer_sdl_osx_hack.h
+Copyright: no-info-found
+License: LGPL-2.1+
+
+Files: src/modules/sdl/consumer_sdl_preview.c
+Copyright: 2004-2014, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/modules/vid.stab/*
+Copyright: 2014, Brian Matherly <pez4brian at yahoo.com>
+  2013, Marco Gittler <g.marco at freenet.de>
+  2013, Jakub Ksiezniak <j.ksiezniak at gmail.com>
+License: GPL-2+
+
+Files: src/modules/vid.stab/common.c
+Copyright: 2014, Brian Matherly <pez4brian at yahoo.com>
+License: GPL-2+
+
+Files: src/modules/vid.stab/common.h
+Copyright: 2014, Brian Matherly <pez4brian at yahoo.com>
+  2013, Jakub Ksiezniak <j.ksiezniak at gmail.com>
+License: GPL-2+
+
+Files: src/modules/vid.stab/factory.c
+Copyright: 2008-2014, Dan Dennedy <dan at dennedy.org>
+License: GPL-2+
+
+Files: src/modules/xine/*
+Copyright: 2000-2004, the xine project
+License: GPL-2+
+
+Files: src/modules/xine/attributes.h
+  src/modules/xine/cpu_accel.c
+Copyright: 1999-2001, Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
+License: GPL-2+
+
+Files: src/modules/xine/factory.c
+  src/modules/xine/filter_deinterlace.c
+Copyright: 2002-2014, Meltytech, LLC
+License: GPL-2+
+
+Files: src/modules/xine/vf_yadif_template.h
+Copyright: 2006, Michael Niedermayer <michaelni at gmx.at>
+License: GPL-2+
+
+Files: src/modules/xine/yadif.c
+  src/modules/xine/yadif.h
+Copyright: 2007, Alexander G. Balakhnin aka Fizick http://avisynth.org.ru
+  2006, Michael Niedermayer <michaelni at gmx.at>
+License: GPL
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+Files: src/modules/xml/consumer_xml.c
+Copyright: 2003-2015, Meltytech, LLC
+License: LGPL-2.1+
+
+Files: src/swig/*
+Copyright: 2008-2014, Dan Dennedy <dan at dennedy.org>
+License: GPL-2+
+
+Files: src/tests/*
+Copyright: 2008, 2010-2014, Dan Dennedy <dan at dennedy.org>
+License: LGPL-2.1+
+
+Files: src/tests/test_filter/*
+Copyright: 2015, Brian Matherly <code at brianmatherly.com>
+License: LGPL-2.1+
+
+Files: src/tests/test_frame/*
+Copyright: 2015, Brian Matherly <code at brianmatherly.com>
+License: LGPL-2.1+
+
+Files: src/win32/fnmatch.c
+Copyright: 1989, 1993, 1994
+License: BSD-4-clause
+
+Files: src/win32/fnmatch.h
+Copyright: 1992, 1993
+License: BSD-4-clause
+
+License: BSD-4-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. All advertising materials mentioning features or use of this software
+    must display the following acknowledgement:
+    This product includes software developed by the University of
+    California, Berkeley and its contributors.
+ 4. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+License: BSL
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+License: Expat
+ The MIT License
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated
+ documentation files (the "Software"), to deal in the Software
+ without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to
+ whom the Software is furnished to do so, subject to the
+ following conditions:
+ .
+ The above copyright notice and this permission notice shall
+ be included in all copies or substantial portions of the
+ Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
+ WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 3 dated June, 2007, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-3'.
+
+License: LGPL-2.1+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; version 2.1 of the License, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2.1 of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/libmlt++-dev.install b/debian/libmlt++-dev.install
new file mode 100644
index 0000000..f2b4092
--- /dev/null
+++ b/debian/libmlt++-dev.install
@@ -0,0 +1,4 @@
+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++7.install b/debian/libmlt++7.install
new file mode 100644
index 0000000..e12ca13
--- /dev/null
+++ b/debian/libmlt++7.install
@@ -0,0 +1 @@
+usr/lib/*/libmlt++-*.so.*
diff --git a/debian/libmlt++7.lintian-overrides b/debian/libmlt++7.lintian-overrides
new file mode 100644
index 0000000..1ec7aa3
--- /dev/null
+++ b/debian/libmlt++7.lintian-overrides
@@ -0,0 +1,2 @@
+libmlt++7: no-symbols-control-file usr/lib/*/libmlt++-*.so.*
+libmlt++7: package-name-doesnt-match-sonames libmlt++-7-7
diff --git a/debian/libmlt-data.install b/debian/libmlt-data.install
new file mode 100644
index 0000000..afef4c6
--- /dev/null
+++ b/debian/libmlt-data.install
@@ -0,0 +1,2 @@
+usr/share/mlt-*/*
+usr/share/mlt-*/*/*
diff --git a/debian/libmlt-data.lintian-overrides b/debian/libmlt-data.lintian-overrides
new file mode 100644
index 0000000..b449718
--- /dev/null
+++ b/debian/libmlt-data.lintian-overrides
@@ -0,0 +1 @@
+libmlt-data: package-contains-documentation-outside-usr-share-doc
diff --git a/debian/libmlt-dev.examples b/debian/libmlt-dev.examples
new file mode 100644
index 0000000..c404289
--- /dev/null
+++ b/debian/libmlt-dev.examples
@@ -0,0 +1 @@
+src/examples/*
diff --git a/debian/libmlt-dev.install b/debian/libmlt-dev.install
new file mode 100644
index 0000000..3817732
--- /dev/null
+++ b/debian/libmlt-dev.install
@@ -0,0 +1,4 @@
+usr/include/mlt-*/framework/*.h
+usr/lib/*/libmlt-*.so
+usr/lib/*/pkgconfig/mlt-framework-*.pc
+usr/lib/*/cmake/Mlt*/*
diff --git a/debian/libmlt7.install b/debian/libmlt7.install
new file mode 100644
index 0000000..2d6c2bb
--- /dev/null
+++ b/debian/libmlt7.install
@@ -0,0 +1,2 @@
+usr/lib/*/libmlt-*.so.*
+usr/lib/*/mlt-*/*
diff --git a/debian/libmlt7.lintian-overrides b/debian/libmlt7.lintian-overrides
new file mode 100644
index 0000000..01b5141
--- /dev/null
+++ b/debian/libmlt7.lintian-overrides
@@ -0,0 +1,2 @@
+libmlt7: no-symbols-control-file usr/lib/*/libmlt-*.so.*
+libmlt7: package-name-doesnt-match-sonames libmlt-7-7
diff --git a/debian/melt.install b/debian/melt.install
new file mode 100644
index 0000000..66cbc5a
--- /dev/null
+++ b/debian/melt.install
@@ -0,0 +1 @@
+usr/bin/melt*
diff --git a/debian/melt.manpages b/debian/melt.manpages
new file mode 100644
index 0000000..5cfcfa9
--- /dev/null
+++ b/debian/melt.manpages
@@ -0,0 +1,2 @@
+docs/melt.1
+usr/share/man/man1/melt-*.*
diff --git a/debian/python3-mlt.install b/debian/python3-mlt.install
new file mode 100644
index 0000000..3272cd6
--- /dev/null
+++ b/debian/python3-mlt.install
@@ -0,0 +1 @@
+usr/lib/python3/dist-packages/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ee91151
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all buildinfo=+path
+
+DEB_CONFIGURE_EXTRA_FLAGS := \
+	-DSWIG_PYTHON=ON \
+	-DMOD_OPENCV=ON
+
+%:
+	dh $@ --with python3 --buildsystem=cmake
+
+override_dh_install:
+	chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/melt-7
+	dh_install
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..1b4391b
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+mlt source: debian-watch-does-not-check-gpg-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
new file mode 100644
index 0000000..ccfb002
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts=dversionmangle=s/\+git\d+//;s/\+dfsg\d// \
+https://github.com/mltframework/mlt/releases \
+/mltframework/mlt/archive/refs/tags/v(.+)\.tar\.gz


More information about the Neon-commits mailing list