summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2020-01-16 15:46:28 +0000
committerIkiWiki <ikiwiki.info>2020-01-16 15:46:28 +0000
commiteef92ba27f412396aeb8df3e2bb0f597550653da (patch)
treed58fc019afff94d04718d7a739b84e2cb92dab99 /Software
parent68885e413e253e8ae5d353ea13e28b4d24f36fab (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index 58635b57..b0b6d372 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -6,6 +6,7 @@ The patches have been ordered by priority, with the highest priority patches at
* Update module directory logic
* [[https://gitlab.freedesktop.org/pulseaudio/paprefs/merge_requests/7]]
+ * The plan is to remove the version number from the module directory in PulseAudio 15.0. paprefs needs to adapt to that, preferably before the change happens so that the transition to the new directory goes without glitches. High priority, because Tanu wants to release a new paprefs version ASAP, and this is the only thing blocking the release.
* core, modules: Remove useless EINTR tests
* [[https://patchwork.freedesktop.org/patch/307341/]]
@@ -34,6 +35,7 @@ The patches have been ordered by priority, with the highest priority patches at
* build-sys: Remove version number from installed files
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/230]]
+ * Causes less file name changes during updates, which can make life easier for packagers.
* pavuapplication: allow one window per server
* [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/merge_requests/11]]
@@ -54,6 +56,7 @@ The patches have been ordered by priority, with the highest priority patches at
* core-util: Set nice value for the task group
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/234]]
+ * Apparently the "high-priority" option doesn't currently have any effect on many systems, because the nice value is set relative to other processes in the same task group, and PulseAudio is the only process in its task group. This change is supposed to apply the nice value to the task group instead of the process, which should restore the intended behaviour.
* Introduce meson-based build
* [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/merge_requests/17]]
@@ -116,6 +119,9 @@ The patches have been ordered by priority, with the highest priority patches at
* module-jackdbus-detect: Add channel_map argument for sink
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/233]]
+* core, modules: Remove useless EINTR tests
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/238]]
+
### Patches that need to be prioritized
* FreeBSD support