summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2020-02-13 07:13:23 +0000
committerIkiWiki <ikiwiki.info>2020-02-13 07:13:23 +0000
commit88262b75aacd0cba30561a0261e1cea8ab7df11b (patch)
treef447cb0205a16b3041a1f642dde0bcf2308aa2ec /Software
parent634909e3e4c9090f20cf0da00ec217ad1cb61cc5 (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index ec0549ef..e97861a8 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -130,3 +130,23 @@ The patches have been ordered by priority, with the highest priority patches at
* FreeBSD support
* [[https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/merge_requests/6]]
+
+* added hidden args to set pkgconfig and cmake template path
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/244]]
+ * Needed for installing PulseAudio and PipeWire in parallel on Debian multiarch. Simple patch.
+
+* i18n: Add pavucontrol.pot to version control
+ * [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/merge_requests/33]]
+ * Needed for Weblate. Simple patch.
+
+* i18n: Add paprefs.pot to version control
+ * [[https://gitlab.freedesktop.org/pulseaudio/paprefs/merge_requests/8]]
+ * Needed for Weblate. Simple patch.
+
+* fix compilation issue with g++ (Raspbian 4.9.2-10+deb8u2)
+ * [[https://gitlab.freedesktop.org/pulseaudio/pavucontrol/merge_requests/34]]
+ * Simple fix. Already reviewed, but the commit message needs to be improved.
+
+* alsa-ucm: correct the channel default logic (stereo)
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/248]]
+ * Simple fix. Already reviewed, there was one bug that needs to be fixed.