[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, patches, updated. upstream/0.9.10-4-g3117863
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Oct 19 12:48:40 UTC 2008
The branch, patches has been updated
via 3117863ef8395c6c1a7f61e5745438013bcac059 (commit)
from 887a98aa80e26aa01ba73d11546e2eeeaa193ec8 (commit)
- Shortlog ------------------------------------------------------------
3117863 load module gconf earlier
Summary of changes:
src/daemon/default.pa.in | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 3117863ef8395c6c1a7f61e5745438013bcac059
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Oct 19 13:39:50 2008 +0100
load module gconf earlier
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 27b3458..f420a36 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -72,6 +72,16 @@ load-module module-native-protocol-unix
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink"
#load-module module-rtp-send source=rtp.monitor
+### Load additional modules from GConf settings. This can be configured with the paprefs tool.
+### Please keep in mind that the modules configured by paprefs might conflict with manually
+### loaded modules.
+.ifexists module-gconf at PA_SOEXT@
+.nofail
+load-module module-gconf
+.fail
+.endif
+
+
### Automatically restore the volume of streams and devices
load-module module-stream-restore
load-module module-device-restore
@@ -96,15 +106,6 @@ load-module module-console-kit
### Enable positioned event sounds
load-module module-position-event-sounds
-### Load additional modules from GConf settings. This can be configured with the paprefs tool.
-### Please keep in mind that the modules configured by paprefs might conflict with manually
-### loaded modules.
-.ifexists module-gconf at PA_SOEXT@
-.nofail
-load-module module-gconf
-.fail
-.endif
-
# X11 modules should not be started from default.pa so that one daemon
# can be shared by multiple sessions.
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list