2019-11-25 15:07:48 by Nia Alarie | Files touched by this commit (1) |
Log message:
portaudio: Update DESCR to remove references to SGI and BeOS
|
2019-11-24 15:44:18 by Nia Alarie | Files touched by this commit (1) |
Log message:
Take MAINTAINER for portaudio.
|
2019-11-24 14:15:16 by Nia Alarie | Files touched by this commit (4) |
Log message:
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-10-28 16:32:24 by Nia Alarie | Files touched by this commit (3) |
Log message:
portaudio: Add missing patch + debug option.
|
2019-10-26 19:22:39 by Nia Alarie | Files touched by this commit (5) |
Log message:
portaudio: Missing patches intended for last commit
|
2019-10-26 19:22:08 by Nia Alarie | Files touched by this commit (10) |
Log message:
audio: Allow audacity to use the system's portaudio.
This should make it easier to diagnose and fix recording problems later.
Probably.
|
2019-10-20 13:10:49 by Nia Alarie | Files touched by this commit (33) |
Log message:
Rename audio/portaudio-devel to audio/portaudio
|
2019-07-22 01:08:23 by Nia Alarie | Files touched by this commit (11) | |
Log message:
Remove audio/portaudio, replacement audio/portaudio-devel.
This is v18 of the library. portaudio-devel is v19.
v19's initial release was in 2007, this was last updated in 2003.
Nothing is using this now.
|
2018-02-28 22:46:52 by Thomas Klausner | Files touched by this commit (3) |
Log message:
portaudio: honor LDFLAGS. Fixes RELRO build.
Bump PKGREVISION.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|