Skip to content

Commit

Permalink
pulseaudio: Update to freedesktop/pulseaudio@613b3ebc2ccc3a39b49d0338…
Browse files Browse the repository at this point in the history
…50e39d760d22b5aa

Merged patches:
- win32: Fix duplicate definitions in arpa-inet.h, arpa-inet.c, and poll.h
- win32: Use __MINGW_PRINTF_FORMAT instead of __printf__ for MinGW builds
- win32: Fix format specifiers for DWORD values
- win32: Fix privlibdir for running on Windows
- waveout: Fix compile warnings
- win32: Fix WSAStartup issues
- cli: Fix crash when using .include with an empty directory
- client: Make auto_connect_localhost respect HAVE_IPv6 and OS_IS_WIN32
  • Loading branch information
pgaskin committed Jan 13, 2021
1 parent 021e3c4 commit e7eee10
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 577 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN mkdir -p /src
RUN git init /src/pulseaudio && \
git -C /src/pulseaudio remote add origin https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git && \
git -C /src/pulseaudio fetch origin && \
git -C /src/pulseaudio checkout 81ebd8ba3f644e95a7f858ede9fc65d340ab06e2
git -C /src/pulseaudio checkout 613b3ebc2ccc3a39b49d033850e39d760d22b5aa
COPY ./pulseaudio/* /src/
RUN git -C /src/pulseaudio apply /src/*.patch
ARG PAW32_VERSION=unknown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6d266315f994b71657bf91393334b16accaf5275 Mon Sep 17 00:00:00 2001
From 505137c7a410b268b5d8a7726f362b90171d63a2 Mon Sep 17 00:00:00 2001
From: Patrick Gaskin <[email protected]>
Date: Thu, 31 Dec 2020 06:38:28 -0500
Subject: [PATCH] client-conf: Enable auto-connect-localhost by default
Expand Down Expand Up @@ -49,5 +49,5 @@ index 26b7790aa..ee85808d1 100644
+; auto-connect-localhost = yes
; auto-connect-display = no
--
2.29.2
2.30.0

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 458090d3320859fe671bbf0413294d681087149e Mon Sep 17 00:00:00 2001
From 368a54413e161209f130eb6c48c15e76cd984808 Mon Sep 17 00:00:00 2001
From: Patrick Gaskin <[email protected]>
Date: Thu, 31 Dec 2020 20:43:42 -0500
Subject: [PATCH] system.pa: Tweaks for custom build
Expand Down Expand Up @@ -52,5 +52,5 @@ index 1470e2368..91d0a814a 100755
### Automatically restore the default sink/source when changed by the user
### during runtime
--
2.29.2
2.30.0

This file was deleted.

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions src/pulseaudio/0007-waveout-Fix-compile-warnings.patch

This file was deleted.

This file was deleted.

Loading

0 comments on commit e7eee10

Please sign in to comment.