[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.7-3-5-g61b54e5
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Sun Nov 18 19:39:40 UTC 2007
The branch, master has been updated
via 61b54e5ec51a8c716022beabd2bf638c5e2bac0c (commit)
from 2c5b16e1667ddd1570d43c224215ce6b317294d7 (commit)
- Shortlog ------------------------------------------------------------
61b54e5 Added 0004-Double-esound-maximum-sample-size.patch from Ubuntu
Summary of changes:
debian/changelog | 4 ++-
.../0004-Double-esound-maximum-sample-size.patch | 24 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 61b54e5ec51a8c716022beabd2bf638c5e2bac0c
Author: CJ van den Berg <cj at vdbonline.com>
Date: Sun Nov 18 20:39:00 2007 +0100
Added 0004-Double-esound-maximum-sample-size.patch from Ubuntu
diff --git a/debian/changelog b/debian/changelog
index 2dce212..d5cee71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ pulseaudio (0.9.7-4) UNRELEASED; urgency=low
+ Change the priority of all -dbg packages to extra.
+ Stop recommending libao-pulse. libao2 has built-in pulseaudio support.
+ Force pulseaudio to depend on libltdl3 >= 1.5.24-1 (Closes: #451638)
+ * debian/patches:
+ + Added 0004-Double-esound-maximum-sample-size.patch from Ubuntu.
- -- CJ van den Berg <cj at vdbonline.com> Sun, 18 Nov 2007 15:43:35 +0100
+ -- CJ van den Berg <cj at vdbonline.com> Sun, 18 Nov 2007 20:37:43 +0100
pulseaudio (0.9.7-3) unstable; urgency=low
diff --git a/debian/patches/0004-Double-esound-maximum-sample-size.patch b/debian/patches/0004-Double-esound-maximum-sample-size.patch
new file mode 100644
index 0000000..2b08bcb
--- /dev/null
+++ b/debian/patches/0004-Double-esound-maximum-sample-size.patch
@@ -0,0 +1,24 @@
+From 4834d66f60e6e57a69d4f3873ef9760e1bbb05fc Mon Sep 17 00:00:00 2001
+From: Oliver Grawert <ogra at ubuntu.com>
+Date: Sun, 18 Nov 2007 20:36:17 +0100
+Subject: [PATCH] Double esound maximum sample size
+
+To make sure the login and logout gnome sounds can be processed on remote
+connections.
+---
+ src/pulsecore/protocol-esound.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/pulsecore/protocol-esound.c b/src/pulsecore/protocol-esound.c
+index 8b6b33a..b70ef88 100644
+--- a/src/pulsecore/protocol-esound.c
++++ b/src/pulsecore/protocol-esound.c
+@@ -72,7 +72,7 @@
+ #define RECORD_BUFFER_SECONDS (5)
+ #define RECORD_BUFFER_FRAGMENTS (100)
+
+-#define MAX_CACHE_SAMPLE_SIZE (1024000)
++#define MAX_CACHE_SAMPLE_SIZE (2048000)
+
+ #define SCACHE_PREFIX "esound."
+
diff --git a/debian/patches/series b/debian/patches/series
index fc25196..2ca9b81 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch
0002-Fix-pa_readlink-to-put-a-0-in-the-right-location.patch
0003-Define-__NR_eventfd-on-arm-if-it-wasn-t-defined-yet.patch
+0004-Double-esound-maximum-sample-size.patch
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list