[SCM] lives packaging branch, master, updated. debian/1.3.3-2-22-gf389e65

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jul 6 07:17:57 UTC 2010


The following commit has been merged in the master branch:
commit f389e6589c044056926980144303aa8b5f8ca025
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jul 6 09:17:42 2010 +0200

    Add patch to fix FTBFS due to a missing #include statement.

diff --git a/debian/patches/10-missing_include.patch b/debian/patches/10-missing_include.patch
new file mode 100644
index 0000000..9b50ab4
--- /dev/null
+++ b/debian/patches/10-missing_include.patch
@@ -0,0 +1,18 @@
+Author: Alessio Treglia <alessio at debian.org>
+Description: Fix FTBFS due to missing #include statement.
+ Upstream will fix this with the next release.
+Forwarded: not-needed
+---
+ lives-plugins/weed-plugins/gdk/scribbler.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- lives.orig/lives-plugins/weed-plugins/gdk/scribbler.c
++++ lives/lives-plugins/weed-plugins/gdk/scribbler.c
+@@ -7,6 +7,7 @@
+ 
+ 
+ #include "../../libweed/weed.h"
++#include "../../libweed/weed-palettes.h"
+ #include "../../libweed/weed-effects.h"
+ #include "../../libweed/weed-plugin.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0306a68..a4c7067 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 cdda2wav_to_icedax.diff
+10-missing_include.patch

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list