1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Update list of applied patches to portaudio

This commit is contained in:
Leland Lucius 2019-12-15 02:54:31 -06:00
parent 7ccd6c6440
commit 2fab2213f0

View File

@ -159,27 +159,19 @@ portaudio-v19
-------------
http://portaudio.com/
cross-platform audio I/O library version 19, used for 1.3.2 onwards releases
Version in Audacity Git: January 04 2016 SVN snapshot (revision 1966).
Version in Audacity Git: Fri Apr 26 16:48:28 2019 snapshot (commit 3ebfacc)
Patches applied:
* ../portmixer/portaudio.patch add features needed to make portmixer work
(Integration by upstream in progress. Will need updating as upstream
portaudio moves)
* portmixer/portaudio.patch Add features needed to make portmixer work
* portaudio-srcdir.patch Adds srcdir handling
* portaudio-v19/wasapi-fix.patch Patch to WASAPI hostapi that corrects incorrect
* wasapi-fix.patch Fix for WASAPI hostapi that corrects incorrect
reporting of stream open/running/closed state.
* portaudio-v19/wasapi-loopback.patch Patch to add loopback devices to the WASAPI
hostapi.
* portaudio-v19/jack.patch Patch to add JACK support to Windows.
* "Remove aclocal.m4 files" as per https://github.com/audacity/audacity/commit/20c438d.
? portaudio/libtool22.patch Patch from Gentoo to ensure that static libraries
are always built, not shared ones, otherwise the assumptions elsewhere in the
build system break. Not suitable for upstream, what is needed is more
powerful autoconf features to pass the right options to portaudio's configure
script, which suffers from the broken-ness of autoconf's subdirectory support
* linkage.patch allows compilation as C++ with correct "C" linkage of one function
* wasapi-loopback.patch Add loopback devices to the WASAPI hostapi.
* jack.patch Add JACK support to Windows.
* linkage.patch Allows compilation as C++ with correct "C" linkage of one function
* mmefix.patch Bug 1969 - Windows: no monitored sound for 15 secs with software playthrough with default MME hos
* vs2015.patch Update for VS2015+
* 16bit.patch Bug 193 - Audacity can't record at > 16-bit under MME or Windows DirectSound
* ringbuf.patch pa_ringbuffer.c wasn't compiled by Travis, that broke the build
portmidi
-------