pkgsrc/audio/portaudio/patches
nia c401094e91 portaudio: Fix recording with the OSS backend on NetBSD.
This is trying to open /dev/audioX in non-blocking mode and poll() it.

This basically never works as expected, and is especially pointless with
the short reads PortAudio is doing. So don't do it.

It is also asserting some values to be returned from ioctls which the
emulation layer doesn't provide. This is also nearly entirely pointless,
so don't do it.

Recording now works in audacity.

Bump portaudio's PKGREVISION.
2019-11-24 13:15:15 +00:00
..
patch-configure portaudio: Add missing patch + debug option. 2019-10-28 15:32:24 +00:00
patch-include_pa__unix__oss.h portaudio: Missing patches intended for last commit 2019-10-26 17:22:39 +00:00
patch-include_portaudio.h portaudio: Missing patches intended for last commit 2019-10-26 17:22:39 +00:00
patch-src_common_pa__front.c portaudio: Missing patches intended for last commit 2019-10-26 17:22:39 +00:00
patch-src_common_pa__stream.c portaudio: Missing patches intended for last commit 2019-10-26 17:22:39 +00:00
patch-src_common_pa__stream.h portaudio: Missing patches intended for last commit 2019-10-26 17:22:39 +00:00
patch-src_hostapi_alsa_pa__linux__alsa.c audio: Allow audacity to use the system's portaudio. 2019-10-26 17:22:07 +00:00
patch-src_hostapi_oss_pa__unix__oss.c portaudio: Fix recording with the OSS backend on NetBSD. 2019-11-24 13:15:15 +00:00