diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-02-22 14:31:26 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-02-22 14:31:26 +0000 |
commit | dccc379efd5bcbb3c28524037568d607c90a6efa (patch) | |
tree | afff2a80229597612835d89cb9d7c7f9b177b407 /audio | |
parent | bfdb9ffa64c7849f6b48b7d3b1f44db0f7e2214a (diff) | |
download | pkgsrc-dccc379efd5bcbb3c28524037568d607c90a6efa.tar.gz |
Update audio/portaudio-devel to 190600 (20161030).
All Platforms
- Add new version number API (see above)
- Updated version number to 19.6.0 (due to extension added to WASAPI
host-API specific)
- pa_process: Fix output channel adaption by not skipping the conversion
when the host and user number-of-channels are not equal.
Leif Asbrink. c0c0cb1414
- Fixed bug that would result in open streams not being closed when
Pa_Terminate() is called
- C++ binding: make operator == and != const.
- Moved repository to Git
Various documentation improvements, including:
- Update docs for building on Linux
- Clarified safety of operations in callback
- Document API Version Availability (e.g. `Available as of 19.5.0`)
Build Systems
- CMake support for Unix platforms
- Fix PA_LIBRARY_DEPENDENCIES problem with CMake/WMME.
Linux
- pa_linux_alsa: fix hang in callback caused by abort.
Mac
- Update configure files for Mac OS X El Capitan, 10.11 SDK
pa_mac_core_blocking: fix hang when running stream stopped (add
timeout).
- pa_mac_core: Fix assert when reading or writing with non-power of 2
channels. Now Scarlett 6i6 works.
- pa_mac_core: stop stream instead of asserting (crashing) under certain
conditions, e.g. when device is unplugged.
- pa_mac_core: fixed copy-pasto: last host error was being associated
with paInDevelopment host api not paCoreAudio
- pa_mac_core: Fix for truncated device names e.g. 'Built-in
Microph'
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio-devel/Makefile | 6 | ||||
-rw-r--r-- | audio/portaudio-devel/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/portaudio-devel/Makefile b/audio/portaudio-devel/Makefile index 2d9a076171e..983601472c6 100644 --- a/audio/portaudio-devel/Makefile +++ b/audio/portaudio-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2016/02/25 10:15:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2017/02/22 14:31:26 fhajny Exp $ -DISTNAME= pa_stable_v19_20140130 -PKGNAME= portaudio-devel-20140130 +DISTNAME= pa_stable_v190600_20161030 +PKGNAME= portaudio-devel-20161030 CATEGORIES= audio MASTER_SITES= http://www.portaudio.com/archives/ EXTRACT_SUFX= .tgz diff --git a/audio/portaudio-devel/distinfo b/audio/portaudio-devel/distinfo index 5fbb71dc5a1..ca14593e80b 100644 --- a/audio/portaudio-devel/distinfo +++ b/audio/portaudio-devel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 01:12:46 agc Exp $ +$NetBSD: distinfo,v 1.9 2017/02/22 14:31:26 fhajny Exp $ -SHA1 (pa_stable_v19_20140130.tgz) = 526a7955de59016a06680ac24209ecb6ce05527d -RMD160 (pa_stable_v19_20140130.tgz) = 0a290cea8a102a45b2df9b72046b3eed0ab35b4f -SHA512 (pa_stable_v19_20140130.tgz) = 078adfdc2cec7fbd4019837eee65f8411b873b51064dfd7334e1c55118c26ea1fb68cb22e46ee69adb69c78d026b00a7ed973c40632e7d79703e12669a62ee3e -Size (pa_stable_v19_20140130.tgz) = 1504620 bytes +SHA1 (pa_stable_v190600_20161030.tgz) = 56c596bba820d90df7d057d8f6a0ec6bf9ab82e8 +RMD160 (pa_stable_v190600_20161030.tgz) = e6e5cd3f3cb7469aa17549c189e445d573567e13 +SHA512 (pa_stable_v190600_20161030.tgz) = 7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c +Size (pa_stable_v190600_20161030.tgz) = 1450572 bytes |