[SCM] mixxx/master: start working on patch for GCC 4.7 FTBFSs

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 27 11:20:46 UTC 2012


The following commit has been merged in the master branch:
commit 26da9bcc768625ecc06f4c578cbdded487d9f0c2
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 27 13:20:07 2012 +0200

    start working on patch for GCC 4.7 FTBFSs
    
    Git-Dch: Ignore

diff --git a/debian/patches/1001-ftbfs_gcc47.patch b/debian/patches/1001-ftbfs_gcc47.patch
new file mode 100644
index 0000000..eccc39f
--- /dev/null
+++ b/debian/patches/1001-ftbfs_gcc47.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with GCC 4.7.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674335
+Forwarded: no
+---
+ src/engine/engineshoutcast.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- mixxx.orig/src/engine/engineshoutcast.cpp
++++ mixxx/src/engine/engineshoutcast.cpp
+@@ -37,6 +37,7 @@
+ #include <QDebug>
+ #include <QMutexLocker>
+ #include <stdio.h> // currently used for writing to stdout
++#include <unistd.h>
+ 
+ 
+ /*
diff --git a/debian/patches/series b/debian/patches/series
index 12f8f50..fb470f2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-disable_soundsourcem4a.patch
 0004-soundtouch.patch
 0091-desktop_file.patch
+1001-ftbfs_gcc47.patch

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list