[SCM] milkytracker/master: Add use-system-soundcard.h patch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jan 9 11:47:08 UTC 2011


The following commit has been merged in the master branch:
commit d3e2856d415ff2f0383756faea5acdb8f3354018
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sun Jan 9 12:35:45 2011 +0100

    Add use-system-soundcard.h patch

diff --git a/debian/patches/0004-use-system-soundcard.h.patch b/debian/patches/0004-use-system-soundcard.h.patch
new file mode 100644
index 0000000..3933bc6
--- /dev/null
+++ b/debian/patches/0004-use-system-soundcard.h.patch
@@ -0,0 +1,23 @@
+From: Alessandro Ghedini <al3xbio at gmail.com>
+Date: Sun, 9 Jan 2011 12:34:41 +0100
+Subject: [PATCH] use system soundcard.h
+
+Use the OSS API header provided by libc
+---
+ src/milkyplay/drivers/generic/rtaudio/RtAudio4.cpp |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/milkyplay/drivers/generic/rtaudio/RtAudio4.cpp b/src/milkyplay/drivers/generic/rtaudio/RtAudio4.cpp
+index 84fa51d..a2a649b 100755
+--- a/src/milkyplay/drivers/generic/rtaudio/RtAudio4.cpp
++++ b/src/milkyplay/drivers/generic/rtaudio/RtAudio4.cpp
+@@ -6164,7 +6164,7 @@ extern "C" void *alsaCallbackHandler( void *ptr )
+ #include <sys/ioctl.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+-#include "oss/soundcard.h"
++#include <sys/soundcard.h>
+ #include <errno.h>
+ #include <math.h>
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 4e666f8..b75df70 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-use-system-zziplib-and-zlib.patch
 0002-fix-64bit-build.patch
 0003-disable-lha-support.patch
+0004-use-system-soundcard.h.patch

-- 
milkytracker packaging



More information about the pkg-multimedia-commits mailing list