This commit is contained in:
parent
942af8b915
commit
38c00991ae
10
pulseaudio-defaults-daemon-conf.patch
Normal file
10
pulseaudio-defaults-daemon-conf.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- a/src/daemon/daemon.conf.in 2008-01-24 06:14:22.000000000 +0530
|
||||||
|
+++ b/src/daemon/daemon.conf.in.new 2008-05-11 14:02:03.000000000 +0530
|
||||||
|
@@ -65,5 +65,5 @@
|
||||||
|
; default-sample-rate = 44100
|
||||||
|
; default-sample-channels = 2
|
||||||
|
|
||||||
|
-; default-fragments = 4
|
||||||
|
-; default-fragment-size-msec = 25
|
||||||
|
+ default-fragments = 16
|
||||||
|
+ default-fragment-size-msec = 21
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 11:34:05 CEST 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
- Added pulseaudio-defaults-daemon-conf.patch to set default
|
||||||
|
values for better performance (bnc#381686)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 6 12:47:42 CEST 2008 - rodrigo@suse.de
|
Tue May 6 12:47:42 CEST 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Name: pulseaudio
|
|||||||
%define drvver 0.9
|
%define drvver 0.9
|
||||||
Summary: A Networked Sound Server
|
Summary: A Networked Sound Server
|
||||||
Version: 0.9.10
|
Version: 0.9.10
|
||||||
Release: 12
|
Release: 17
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/Sound Daemons
|
Group: System/Sound Daemons
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -30,6 +30,8 @@ Patch0: pulseaudio-0.9.8-unbreak-tunnels.patch
|
|||||||
Patch1: pulseaudio-declarations.patch
|
Patch1: pulseaudio-declarations.patch
|
||||||
# PATCH-FIX-OPENSUSE pulseaudio-use-correct-socket-for-esd-375701.patch bnc375701 rodrigo@novell.com
|
# PATCH-FIX-OPENSUSE pulseaudio-use-correct-socket-for-esd-375701.patch bnc375701 rodrigo@novell.com
|
||||||
Patch2: pulseaudio-use-correct-socket-for-esd-375701.patch
|
Patch2: pulseaudio-use-correct-socket-for-esd-375701.patch
|
||||||
|
# PATCH FIX-UPSTREAM pulseaudio-defaults-daemon-conf.patch
|
||||||
|
Patch3: pulseaudio-defaults-daemon-conf.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pulseaudio is a networked sound server for Linux and other Unix like
|
pulseaudio is a networked sound server for Linux and other Unix like
|
||||||
@ -309,6 +311,7 @@ Authors:
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
@ -524,6 +527,9 @@ groupadd -r pulse-access &>/dev/null || :
|
|||||||
%{_mandir}/man1/pax11publish.1.gz
|
%{_mandir}/man1/pax11publish.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 12 2008 rodrigo@suse.de
|
||||||
|
- Added pulseaudio-defaults-daemon-conf.patch to set default
|
||||||
|
values for better performance (bnc#381686)
|
||||||
* Tue May 06 2008 rodrigo@suse.de
|
* Tue May 06 2008 rodrigo@suse.de
|
||||||
- Added pulseaudio-use-correct-socket-for-esd-375701.patch to
|
- Added pulseaudio-use-correct-socket-for-esd-375701.patch to
|
||||||
use correct esound socket (bnc375701)
|
use correct esound socket (bnc375701)
|
||||||
|
Loading…
Reference in New Issue
Block a user