[SCM] MLT multimedia framework packaging branch, master, updated. debian/6.0.0-1-4-geca5785

Patrick Matthäi pmatthaei at moszumanska.debian.org
Thu Feb 18 19:19:08 UTC 2016


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

The following commit has been merged in the master branch:
commit 0ab6769551f91ce5ca92981c53a45f5843478fbe
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Thu Feb 18 20:15:42 2016 +0100

    * Add patch 01-empty-directory to fix installation of an empty directory.
---
 debian/changelog                       |  1 +
 debian/patches/01-empty-directory.diff | 18 ++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 06f0590..72f88a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mlt (6.0.0-2) UNRELEASED; 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.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Feb 2016 20:11:37 +0100
 
diff --git a/debian/patches/01-empty-directory.diff b/debian/patches/01-empty-directory.diff
new file mode 100644
index 0000000..061af32
--- /dev/null
+++ b/debian/patches/01-empty-directory.diff
@@ -0,0 +1,18 @@
+commit ba5dc765432ab9b2121b8f14f6ddd5dfffb8851d
+Author: Dan Dennedy <dan at dennedy.org>
+Date:   Thu Feb 18 08:41:48 2016 -0800
+
+    Fix make install creates empty "movit" directory.
+
+diff --git a/src/modules/opengl/Makefile b/src/modules/opengl/Makefile
+index 4450eae..f6d6787 100644
+--- a/src/modules/opengl/Makefile
++++ b/src/modules/opengl/Makefile
+@@ -69,7 +69,6 @@ clean:
+ 
+ install: all
+ 	install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+-	install -d "$(DESTDIR)$(datadir)/mlt/opengl/movit"
+ 	install -m 644 *.yml "$(DESTDIR)$(datadir)/mlt/opengl"
+ 
+ ifneq ($(wildcard .depend),)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..638776e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-empty-directory.diff

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list