1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Remove two patch hunks which cause issues with starting pulseaudio when

the default configuration file is used.
This commit is contained in:
Joe Marcus Clarke 2009-08-03 07:35:51 +00:00
parent 8f9e81b865
commit e9c2111ea2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238803
3 changed files with 1 additions and 22 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= pulseaudio
PORTVERSION= 0.9.15
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/

View File

@ -15,12 +15,3 @@
.fail
@@ -101,7 +101,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.

View File

@ -879,15 +879,3 @@ Index: pulseaudio-0.9.14/src/daemon/daemon.conf.in
-; default-fragment-size-msec = 25
+default-fragments = 8
+default-fragment-size-msec = 10
===================================================================
--- src/daemon/default.pa.in 2009-02-13 19:12:33.000000000 -0500
+++ src/daemon/default.pa.in 2009-02-13 19:13:03.000000000 -0500
@@ -58,7 +58,7 @@
### Automatically load driver modules depending on the hardware available
.ifexists module-hal-detect@PA_SOEXT@
-load-module module-hal-detect
+load-module module-hal-detect tsched=0
.else
### Alternatively use the static hardware detection module (for systems that
### lack HAL support)