[SCM] traverso packaging branch, master, updated. debian/0.49.0.rc1-1.1-8-g024c474
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Jun 5 01:18:24 UTC 2010
The following commit has been merged in the master branch:
commit 024c47457f3f38251fae6201eec1ff53d7673afc
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Sat Jun 5 03:18:13 2010 +0200
Changes of the latest NMU now is a quilt patch.
diff --git a/debian/patches/01-gcc44_ftbfs.patch b/debian/patches/01-gcc44_ftbfs.patch
new file mode 100644
index 0000000..00e3c1c
--- /dev/null
+++ b/debian/patches/01-gcc44_ftbfs.patch
@@ -0,0 +1,80 @@
+Description: Add missing #include for gcc 4.4.
+Author: Stefano Zacchiroli <zack at debian.org>
+Origin: Debian, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505390#14
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/505390
+--- traverso-0.49.0~rc1.orig/src/core/ViewPort.cpp
++++ traverso-0.49.0~rc1/src/core/ViewPort.cpp
+@@ -39,6 +39,8 @@ Foundation, Inc., 51 Franklin St, Fifth
+
+ #include "Import.h"
+
++#include <cstdio>
++
+ // Always put me below _all_ includes, this is needed
+ // in case we run with memory leak detection enabled!
+ #include "Debugger.h"
+--- traverso-0.49.0~rc1.orig/src/core/Export.cpp
++++ traverso-0.49.0~rc1/src/core/Export.cpp
+@@ -23,6 +23,8 @@
+ #include "Export.h"
+ #include "Project.h"
+
++#include <cstdio>
++
+ // Always put me below _all_ includes, this is needed
+ // in case we run with memory leak detection enabled!
+ #include "Debugger.h"
+--- traverso-0.49.0~rc1.orig/src/audiofileio/decode/ResampleAudioReader.cpp
++++ traverso-0.49.0~rc1/src/audiofileio/decode/ResampleAudioReader.cpp
+@@ -22,6 +22,8 @@ Foundation, Inc., 51 Franklin St, Fifth
+ #include "ResampleAudioReader.h"
+ #include <QString>
+
++#include <cstdio>
++
+ #define OVERFLOW_SIZE 512
+
+ // Always put me below _all_ includes, this is needed
+--- traverso-0.49.0~rc1.orig/src/audiofileio/encode/WPAudioWriter.cpp
++++ traverso-0.49.0~rc1/src/audiofileio/encode/WPAudioWriter.cpp
+@@ -24,6 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth
+ #include <QString>
+ #include "Utils.h"
+
++#include <cstdio>
++
+ // Always put me below _all_ includes, this is needed
+ // in case we run with memory leak detection enabled!
+ #include "Debugger.h"
+--- traverso-0.49.0~rc1.orig/src/traverso/Main.cpp
++++ traverso-0.49.0~rc1/src/traverso/Main.cpp
+@@ -19,6 +19,7 @@ Foundation, Inc., 51 Franklin St, Fifth
+
+ */
+
++#include <cstdio>
+ #include <signal.h>
+ #include <stdlib.h>
+
+--- traverso-0.49.0~rc1.orig/src/common/RingBuffer.cpp
++++ traverso-0.49.0~rc1/src/common/RingBuffer.cpp
+@@ -25,6 +25,7 @@
+ This is safe for the case of one read thread and one write thread.
+ */
+
++#include <cstdio>
+ #include <stdlib.h>
+ #include <string.h>
+ #ifdef USE_MLOCK
+--- traverso-0.49.0~rc1.orig/src/commands/CommandGroup.cpp
++++ traverso-0.49.0~rc1/src/commands/CommandGroup.cpp
+@@ -22,6 +22,8 @@ $Id: CommandGroup.cpp,v 1.6 2007/04/30 1
+
+ #include "CommandGroup.h"
+
++#include <cstdio>
++
+ // Always put me below _all_ includes, this is needed
+ // in case we run with memory leak detection enabled!
+ #include "Debugger.h"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4dc8ff1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-gcc44_ftbfs.patch
--
traverso packaging
More information about the pkg-multimedia-commits
mailing list