pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/portaudio-devel Update audio/portaudio-devel to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2adbe00d85f
branches:  trunk
changeset: 358924:f2adbe00d85f
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Feb 22 14:31:26 2017 +0000

description:
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:

 audio/portaudio-devel/Makefile |   6 +++---
 audio/portaudio-devel/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 48c5865d0c25 -r f2adbe00d85f audio/portaudio-devel/Makefile
--- a/audio/portaudio-devel/Makefile    Wed Feb 22 14:22:20 2017 +0000
+++ b/audio/portaudio-devel/Makefile    Wed Feb 22 14:31:26 2017 +0000
@@ -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 -r 48c5865d0c25 -r f2adbe00d85f audio/portaudio-devel/distinfo
--- a/audio/portaudio-devel/distinfo    Wed Feb 22 14:22:20 2017 +0000
+++ b/audio/portaudio-devel/distinfo    Wed Feb 22 14:31:26 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index