[SCM] GNU Shockwave Flash (SWF) player branch, master, updated. debian/0.8.10-5-1-gf14bac2

Gabriele Giacone gg0-guest at alioth.debian.org
Mon May 14 01:04:52 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Shockwave Flash (SWF) player".

The branch, master has been updated
       via  f14bac23ccf68c1b0e0b170f2abe640b9a92ccc0 (commit)
      from  f1309ca96e581d93d676ac1b65eb57bb838c882a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f14bac23ccf68c1b0e0b170f2abe640b9a92ccc0
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun May 13 23:53:21 2012 +0000

    Fix FTBFS with gcc4.7

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog       |    6 ++++++
 debian/patches/01gcc47 |   30 ++++++++++++++++++++++++++++++
 debian/patches/series  |    1 +
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1aea82c..4d5c0b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnash (0.8.10-6) unstable; urgency=low
+
+  * Fix FTBFS with gcc4.7 (Closes: #672621).
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Mon, 14 May 2012 01:46:12 +0200
+
 gnash (0.8.10-5) unstable; urgency=low
 
   * Fix CVE-2012-1175 (Closes: #664023).
diff --git a/debian/patches/01gcc47 b/debian/patches/01gcc47
new file mode 100644
index 0000000..bbe1388
--- /dev/null
+++ b/debian/patches/01gcc47
@@ -0,0 +1,30 @@
+Description: Allow compilation with GCC-4.7.
+Origin: http://git.sv.gnu.org/gitweb/?p=gnash.git;a=patch;h=39fcd5139996c6d07d659c5b771f0e84711f9c46
+Author: Bastiaan Jacques <bastiaan at bjacques.org>
+Bug-Debian: http://bugs.debian.org/672621
+
+--- a/plugin/klash4/Makefile.am
++++ b/plugin/klash4/Makefile.am
+@@ -23,7 +23,9 @@ AM_CPPFLAGS = \
+ 	$(KDE4_CFLAGS) \
+ 	$(QT4_CFLAGS) \
+ 	$(X11_CFLAGS) \
+-	-DGNASHBINDIR=\"${bindir}\"
++	-I$(top_srcdir)/libbase \
++	-DGNASHBINDIR=\"${bindir}\" \
++	$(NULL)
+ 
+ plugindir   = $(KDE4_PLUGINDIR)
+ kde_servicesdir = $(KDE4_SERVICESDIR)
+diff --git a/plugin/klash4/klash_part.cpp b/plugin/klash4/klash_part.cpp
+index b027b4b..3ba0873 100644
+--- a/plugin/klash4/klash_part.cpp
++++ b/plugin/klash4/klash_part.cpp
+@@ -43,6 +43,7 @@
+ #include "klash_part.h"
+ 
+ #include <csignal>
++#include "GnashSystemIOHeaders.h"
+ 
+ //-----------------------------------------------------------------------------
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f08dd83..083aa85 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00CVE-2012-1175
+01gcc47


hooks/post-receive
-- 
GNU Shockwave Flash (SWF) player



More information about the pkg-flash-devel mailing list