1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 06:10:09 +01: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/ http://portaudio.com/
cross-platform audio I/O library version 19, used for 1.3.2 onwards releases 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: Patches applied:
* ../portmixer/portaudio.patch add features needed to make portmixer work * portmixer/portaudio.patch Add features needed to make portmixer work
(Integration by upstream in progress. Will need updating as upstream * portaudio-srcdir.patch Adds srcdir handling
portaudio moves) * wasapi-fix.patch Fix for WASAPI hostapi that corrects incorrect
* portaudio-srcdir.patch Adds srcdir handling reporting of stream open/running/closed state.
* portaudio-v19/wasapi-fix.patch Patch to WASAPI hostapi that corrects incorrect * wasapi-loopback.patch Add loopback devices to the WASAPI hostapi.
reporting of stream open/running/closed state. * jack.patch Add JACK support to Windows.
* portaudio-v19/wasapi-loopback.patch Patch to add loopback devices to the WASAPI * linkage.patch Allows compilation as C++ with correct "C" linkage of one function
hostapi. * mmefix.patch Bug 1969 - Windows: no monitored sound for 15 secs with software playthrough with default MME hos
* portaudio-v19/jack.patch Patch to add JACK support to Windows. * vs2015.patch Update for VS2015+
* 16bit.patch Bug 193 - Audacity can't record at > 16-bit under MME or Windows DirectSound
* "Remove aclocal.m4 files" as per https://github.com/audacity/audacity/commit/20c438d. * ringbuf.patch pa_ringbuffer.c wasn't compiled by Travis, that broke the build
? 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
portmidi portmidi
------- -------