summaryrefslogtreecommitdiff
path: root/audio/portaudio-devel
AgeCommit message (Collapse)AuthorFilesLines
2017-05-01Pullup ticket #5378 - requested by sevanbsiegert3-2/+26
audio/portaudio-devel: bugfix Revisions pulled up: - audio/portaudio-devel/Makefile 1.13 - audio/portaudio-devel/distinfo 1.10 - audio/portaudio-devel/patches/patch-src_hostapi_oss_pa__unix__oss.c 1.1 --- Module Name: pkgsrc Committed By: nat Date: Thu Apr 27 07:14:01 UTC 2017 Modified Files: pkgsrc/audio/portaudio-devel: Makefile distinfo Added Files: pkgsrc/audio/portaudio-devel/patches: patch-src_hostapi_oss_pa__unix__oss.c Log Message: Don't write an endless stream of silence whilst preparing playback. Bump PKGREVISION. Addresses PR kern/52196.
2017-02-22Update audio/portaudio-devel to 190600 (20161030).fhajny2-8/+8
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'
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2015-12-29Whitespace.dholland1-7/+7
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-07-21Fix packaging.wiz1-6/+6
"pkgconfig" is a reserved SUBST_CLASS, it seems; the one in pkgsrc/mk won against the one in this file.
2014-07-21update to pa_stable_v19_20140130, which functions on osxdbj4-133/+28
2013-12-15FreeBSD 9 doesn't have alloca.h, alloca() is declared in stdlib.hasau2-4/+4
2013-01-08LICENSE=mitgdt1-1/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-11Fix build on SunOS.hans2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-28Fix .pc file. Bump PKGREVISION.wiz1-1/+3
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-07-30Use stdlib.h instead of malloc.h.joerg2-5/+7
2007-01-08Fixed pkglint nitpicks.rillig2-10/+8
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-08Forgotten patchsum regen.joerg1-2/+2
2006-06-06Fix pthread usage. Add DragonFly support.joerg4-28/+82
2006-05-21Initial import for portaudio-devel-20060521 (at this moment also knownben8-0/+142
as portaudio version 19), a portable cross-platform Audio API. PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms, and was recently selected as the audio component of a larger PortMusic project that includes MIDI and sound file support. PortAudio provides a very simple API for recording and/or playing sound using a simple callback function. Example programs are included that synthesize sine waves and pink noise, perform fuzz distortion on a guitar, list available audio devices, etc.