summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2021-01-18 16:19:18 +0000
committerIkiWiki <ikiwiki.info>2021-01-18 16:19:18 +0000
commit997a66efec246df410aa5d4927d8e624d997f493 (patch)
tree811bfd750fb54bb607fe0e5cd31a12ae4cb5c5da /Software
parenta1b459dd9df701c44411c1c6e34df7a85be45275 (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn17
1 files changed, 9 insertions, 8 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index 7b5310a1..3ef12054 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -5,6 +5,9 @@ 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!
+* buildsys: meson: implement update-map-file target
+ * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/461]]
+ * Adds scripts/generate-map-file.sh (Tanu has reviewed and approved that) and a Meson target. The Meson target should probably be in src/pulse/meson.build rather than src/meson.build.
* module-switch-on-port-available: Also blacklist HDMI devices by default
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/420]]
@@ -222,6 +225,11 @@ The patches have been ordered by priority, with the highest priority patches at
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/296]]
* Simple change, but might not be what we want. The proposed implementation will start the daemon if socket activation or autospawning is enabled.
+* codecs/isac: Use lrint for mingw toolchain.
+ * [[https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/15]]
+ * One-liner fixing MinGW compilation. It needs to be decided whether to accept this or try to get the fix upstream.
+ * In the 2020-12-21 meeting Arun suggested creating a "patches" subdirectory for patches that aren't upstreamable, that sounds like a good plan for this patch.
+
### Patches that have been reviewed and can be merged after the freeze ends
* module-zeroconf-discovery: Add parameter for switching to new tunnel modules
@@ -236,11 +244,4 @@ The patches have been ordered by priority, with the highest priority patches at
### Patches that need to be prioritized
-* codecs/isac: Use lrint for mingw toolchain.
- * [[https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/15]]
- * One-liner fixing MinGW compilation. It needs to be decided whether to accept this or try to get the fix upstream.
- * In the 2020-12-21 meeting Arun suggested creating a "patches" subdirectory for patches that aren't upstreamable, that sounds like a good plan for this patch.
-
-* buildsys: meson: implement update-map-file target
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/461]]
- * Adds scripts/generate-map-file.sh (Tanu has reviewed and approved that) and a Meson target. The Meson target should probably be in src/pulse/meson.build rather than src/meson.build.
+(nothing here at the moment)