summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2020-02-13 10:18:00 +0000
committerIkiWiki <ikiwiki.info>2020-02-13 10:18:00 +0000
commitc5c62207c9ebdc87f6c284dc906aed7ade4c3a68 (patch)
treea06c1d6829a5963cd711e5e9760e7ace6c16d34b /Software
parent88262b75aacd0cba30561a0261e1cea8ab7df11b (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn35
1 files changed, 15 insertions, 20 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index e97861a8..b537f84a 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -4,6 +4,18 @@ This page tracks the status of submitted patches that haven't been merged yet. T
The patches have been ordered by priority, with the highest priority patches at the top. If your patch is low in the list, there's a real risk that it won't be reviewed at all, because patches are currently submitted at a higher rate than they are reviewed. This is a sad situation, and if you don't like it, please volunteer to become a reviewer!
+* 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.
+
+* 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.
+
* 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.
@@ -126,27 +138,10 @@ The patches have been ordered by priority, with the highest priority patches at
* module-zeroconf-discovery: Add parameter for switching to new tunnel modules
* [[https://patchwork.freedesktop.org/patch/304205/]]
+* module: Check version before loading a module
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/249]]
+
### Patches that need to be prioritized
* 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.