summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorarun <arun@web>2021-01-13 03:49:30 +0000
committerIkiWiki <ikiwiki.info>2021-01-13 03:49:30 +0000
commited91c51735b2088c106a8d66eb32d4785e367a9c (patch)
tree2a6a3981b145dbc8270c05a36d059fe7cb336aa1 /Software
parentd207b72f317f2b19b52a37a24abd6dc9c7e57475 (diff)
pulseaudio: patch status: Drop windows patches that are now merged
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/PatchStatus.mdwn18
1 files changed, 0 insertions, 18 deletions
diff --git a/Software/PulseAudio/PatchStatus.mdwn b/Software/PulseAudio/PatchStatus.mdwn
index 74007ff7..552ff67d 100644
--- a/Software/PulseAudio/PatchStatus.mdwn
+++ b/Software/PulseAudio/PatchStatus.mdwn
@@ -237,12 +237,6 @@ The patches have been ordered by priority, with the highest priority patches at
* Use WAVEFORMATEXTENSIBLE for multi-channel audio output on Windows.
* [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/359]]
-* win32: Fix WSAStartup issues
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/456]]
-
-* win32: Various fixes
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/458]]
-
* Check for pulseaudio daemon by socket instead of by pid
* [[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.
@@ -268,15 +262,3 @@ The patches have been ordered by priority, with the highest priority patches at
* [[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.
-
-* cli: Fix crash when using .include with an empty directory
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/454]]
- * Georg reviewed and approved this, but we couldn't merge due to a weird CI failure.
-
-* client: Make auto_connect_localhost respect HAVE_IPv6 and OS_IS_WIN32
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/455]]
- * Tanu reviewed and approved this, but we couldn't merge due to a weird CI failure.
-
-* waveout: Fix compile warnings
- * [[https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/457]]
- * Tanu reviewed and approved this, but we couldn't merge due to a weird CI failure.