diff --git a/files/0001-exit_idle_time.patch b/files/0001-exit_idle_time.patch new file mode 100644 --- /dev/null +++ b/files/0001-exit_idle_time.patch @@ -0,0 +1,40 @@ +From 97330ac6c339dcd66e0ce405e08ee38b36c5979f Mon Sep 17 00:00:00 2001 +From: Pierre-Yves +Date: Mon, 15 Jan 2018 16:42:03 +0100 +Subject: [PATCH] exit_idle_time + +Signed-off-by: Pierre-Yves +--- + src/daemon/daemon-conf.c | 2 +- + src/daemon/daemon.conf.in | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c +index 9883126..6518e72 100644 +--- a/src/daemon/daemon-conf.c ++++ b/src/daemon/daemon-conf.c +@@ -69,7 +69,7 @@ static const pa_daemon_conf default_conf = { + .disallow_module_loading = false, + .disallow_exit = false, + .flat_volumes = true, +- .exit_idle_time = 20, ++ .exit_idle_time = 4, + .scache_idle_time = 20, + .script_commands = NULL, + .dl_search_path = NULL, +diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in +index a955523..fd35a23 100644 +--- a/src/daemon/daemon.conf.in ++++ b/src/daemon/daemon.conf.in +@@ -39,7 +39,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl + ; realtime-scheduling = yes + ; realtime-priority = 5 + +-; exit-idle-time = 20 ++; exit-idle-time = 4 + ; scache-idle-time = 20 + + ; dl-search-path = (depends on architecture) +-- +2.15.1 + diff --git a/files/series b/files/series --- a/files/series +++ b/files/series @@ -1,3 +1,4 @@ 0001-Disable-flat-volumes-as-they-re-making-folks-unhappy.patch 0001-Enable-module-switch-on-connect-by-default.patch 0001-Support-a-stateless-configuration.patch +0001-exit_idle_time.patch diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : pulseaudio version : 11.1 -release : 26 +release : 27 source : - https://freedesktop.org/software/pulseaudio/releases/pulseaudio-11.1.tar.xz : f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e homepage : https://www.freedesktop.org/wiki/Software/PulseAudio/ diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,8 +3,8 @@ pulseaudio https://www.freedesktop.org/wiki/Software/PulseAudio/ - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net LGPL-2.1 multimedia.audio @@ -139,7 +139,7 @@ emul32 - pulseaudio + pulseaudio /usr/lib32/ @@ -154,8 +154,8 @@ programming.devel - pulseaudio-32bit - pulseaudio-devel + pulseaudio-32bit + pulseaudio-devel /usr/lib32/pkgconfig/*.pc @@ -168,7 +168,7 @@ programming.devel - pulseaudio + pulseaudio /usr/include/ @@ -178,12 +178,12 @@ - - 2017-11-26 + + 2018-01-15 11.1 Packaging update - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net - \ No newline at end of file +