summaryrefslogtreecommitdiff
path: root/audio/pulseaudio/patches/patch-af
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-12-18 14:42:56 +0000
committerjmcneill <jmcneill>2008-12-18 14:42:56 +0000
commit713e6ba592034419ea2563fd9a1a01e84e586ee8 (patch)
tree96bdc4b30032d005d3d65ec7104eeb9999835774 /audio/pulseaudio/patches/patch-af
parent0d7de98cdd1871b4d0f1d9dd5f1ab628da36deb9 (diff)
downloadpkgsrc-713e6ba592034419ea2563fd9a1a01e84e586ee8.tar.gz
Import pulseaudio version 0.9.13.
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
Diffstat (limited to 'audio/pulseaudio/patches/patch-af')
-rw-r--r--audio/pulseaudio/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/pulseaudio/patches/patch-af b/audio/pulseaudio/patches/patch-af
new file mode 100644
index 00000000000..9de7b4ff145
--- /dev/null
+++ b/audio/pulseaudio/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2008/12/18 14:42:56 jmcneill Exp $
+
+--- src/daemon/default.pa.in.orig 2008-12-18 08:30:19.000000000 -0500
++++ src/daemon/default.pa.in
+@@ -87,7 +87,7 @@ load-module module-rescue-streams
+ load-module module-always-sink
+
+ ### Automatically suspend sinks/sources that become idle for too long
+-load-module module-suspend-on-idle
++#load-module module-suspend-on-idle
+
+ ### If autoexit on idle is enabled we want to make sure we only quit
+ ### when no local session needs us anymore.