[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/22.0.1229.94_r161065-1-11-g9e76ec7

Giuseppe Iuculano iuculano at debian.org
Wed Feb 6 10:44:46 UTC 2013


The following commit has been merged in the master branch:
commit 8742d82760183170d08346c6d88d76d493c9dc9f
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Wed Feb 6 11:43:19 2013 +0100

    debian/patches/pulse_ftbfs.patch: Fix FTBFS

diff --git a/debian/patches/pulse_ftbfs.patch b/debian/patches/pulse_ftbfs.patch
new file mode 100644
index 0000000..0f122cf
--- /dev/null
+++ b/debian/patches/pulse_ftbfs.patch
@@ -0,0 +1,13 @@
+Index: sid/src/media/audio/pulse/pulse_output.cc
+===================================================================
+--- sid.orig/src/media/audio/pulse/pulse_output.cc	2013-01-11 11:03:04.000000000 +0100
++++ sid/src/media/audio/pulse/pulse_output.cc	2013-01-11 13:50:15.602768027 +0100
+@@ -86,7 +86,7 @@
+ 
+   // All channel maps have the same size array of channel positions.
+   for (unsigned int channel = 0; channel != CHANNELS_MAX; ++channel) {
+-    int channel_position = kChannelOrderings[channel_layout][channel];
++    int channel_position = ChannelOrder(channel_layout, static_cast<Channels>(channel));
+     if (channel_position > -1) {
+       channel_map.map[channel_position] = ChromiumToPAChannelPosition(
+           static_cast<Channels>(channel));
diff --git a/debian/patches/series b/debian/patches/series
index dd6f193..c37e395 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -23,3 +23,4 @@ vpx.patch
 gcc4.7.patch
 arm.patch
 icon.patch
+pulse_ftbfs.patch

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list