[SCM] beast/master: Add missing patches.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri May 6 15:02:02 UTC 2011
The following commit has been merged in the master branch:
commit 2a71322694fbc6fc1bbbbedcf4272f80c6da3ece
Author: Alessio Treglia <alessio at debian.org>
Date: Fri May 6 17:01:55 2011 +0200
Add missing patches.
diff --git a/debian/patches/202_gcc43.diff b/debian/patches/202_gcc43.diff
index 419d223..a8a8458 100644
--- a/debian/patches/202_gcc43.diff
+++ b/debian/patches/202_gcc43.diff
@@ -1,14 +1,26 @@
---
- bse/bsecxxplugin.hh | 8 ++++++++
- bse/bseloader-guspatch.cc | 1 +
- bse/bseprocidl.cc | 1 +
- bse/bsesequencer.cc | 1 +
- bse/tests/filtertest.cc | 1 +
- bse/tests/firhandle.cc | 1 +
- sfi/sficxx.hh | 1 +
- sfi/sfidl-cxxbase.cc | 1 +
- tools/bsefextract.cc | 2 ++
- 9 files changed, 17 insertions(+)
+ birnet/birnetmsg.cc | 2 ++
+ birnet/birnetutils.cc | 2 ++
+ birnet/tests/sorting.cc | 1 +
+ birnet/tests/strings.cc | 2 ++
+ birnet/tests/threads.cc | 1 +
+ bse/bsecxxplugin.hh | 8 ++++++++
+ bse/bseloader-guspatch.cc | 1 +
+ bse/bseprocidl.cc | 1 +
+ bse/bseresamplerimpl.hh | 3 +++
+ bse/bsesequencer.cc | 1 +
+ bse/tests/filtertest.cc | 1 +
+ bse/tests/firhandle.cc | 1 +
+ bse/tests/resamplehandle.cc | 1 +
+ sfi/sficxx.hh | 1 +
+ sfi/sfidl-cxxbase.cc | 1 +
+ sfi/sfidl-options.cc | 2 ++
+ sfi/sfidl-parser.cc | 3 +++
+ tests/bse/filtertest.cc | 2 ++
+ tools/bsefcompare.cc | 2 ++
+ tools/bsefextract.cc | 2 ++
+ tools/bsewavetool.cc | 2 ++
+ 21 files changed, 40 insertions(+)
--- beast.orig/bse/tests/firhandle.cc
+++ beast/bse/tests/firhandle.cc
@@ -108,3 +120,134 @@
#include <map>
#include <string>
+--- beast.orig/birnet/birnetmsg.cc
++++ beast/birnet/birnetmsg.cc
+@@ -21,6 +21,8 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <stdio.h>
++#include <cstring>
++#include <cstdio>
+
+ #ifndef _ // FIXME
+ #define _(x) (x)
+--- beast.orig/birnet/birnetutils.cc
++++ beast/birnet/birnetutils.cc
+@@ -31,6 +31,8 @@
+ #include <signal.h>
+ #include <string.h>
+ #include <stdio.h>
++#include <cstring>
++#include <cstdio>
+
+ #ifndef _
+ #define _(s) s
+--- beast.orig/birnet/tests/sorting.cc
++++ beast/birnet/tests/sorting.cc
+@@ -18,6 +18,7 @@
+ #include <birnet/birnettests.h>
+ #include <math.h>
+ #include <stdlib.h>
++#include <cstdlib>
+ #include <algorithm>
+
+ namespace {
+--- beast.orig/birnet/tests/strings.cc
++++ beast/birnet/tests/strings.cc
+@@ -18,6 +18,8 @@
+ #include <birnet/birnettests.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <cstdlib>
++#include <cstdio>
+
+ using namespace Birnet;
+
+--- beast.orig/birnet/tests/threads.cc
++++ beast/birnet/tests/threads.cc
+@@ -17,6 +17,7 @@
+ //#define TEST_VERBOSE
+ #include <birnet/birnettests.h>
+ #include <stdlib.h>
++#include <cstdlib>
+
+ namespace {
+ using namespace Birnet;
+--- beast.orig/bse/bseresamplerimpl.hh
++++ beast/bse/bseresamplerimpl.hh
+@@ -24,6 +24,9 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <cstdlib>
++#include <cstdio>
++#include <cstring>
+ #ifdef __SSE__
+ #include <xmmintrin.h>
+ #endif
+--- beast.orig/bse/tests/resamplehandle.cc
++++ beast/bse/tests/resamplehandle.cc
+@@ -22,6 +22,7 @@
+ #include <bse/gsldatautils.h>
+ #include <bse/bseblockutils.hh>
+ #include <stdlib.h>
++#include <cstdlib>
+ #include <vector>
+ #include <string>
+ #include <map>
+--- beast.orig/sfi/sfidl-parser.cc
++++ beast/sfi/sfidl-parser.cc
+@@ -21,6 +21,9 @@
+ #include <stdlib.h>
+ #include <errno.h>
+ #include <string.h>
++#include <cstring>
++#include <cstdlib>
++#include <cstdio>
+ #include "sfidl-parser.hh"
+ #include "sfidl-namespace.hh"
+ #include "sfidl-options.hh"
+--- beast.orig/sfi/sfidl-options.cc
++++ beast/sfi/sfidl-options.cc
+@@ -21,6 +21,8 @@
+ #include <sfi/glib-extra.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <cstring>
++#include <cstdio>
+
+ /* FIXME: should be filled out and written into topconfig.h by configure */
+ #define SFIDL_VERSION BST_VERSION
+--- beast.orig/tests/bse/filtertest.cc
++++ beast/tests/bse/filtertest.cc
+@@ -28,6 +28,8 @@
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <cstdlib>
++#include <cstdio>
+
+ using std::string;
+ using std::vector;
+--- beast.orig/tools/bsefcompare.cc
++++ beast/tools/bsefcompare.cc
+@@ -27,6 +27,8 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <string.h>
++#include <cstring>
++#include <cstdio>
+
+ #include "topconfig.h"
+
+--- beast.orig/tools/bsewavetool.cc
++++ beast/tools/bsewavetool.cc
+@@ -27,6 +27,8 @@
+ #include <stdlib.h>
+ #include <errno.h>
+ #include <string.h>
++#include <cstring>
++#include <cstdlib>
+ #include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
--
beast packaging
More information about the pkg-multimedia-commits
mailing list