aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pyaudio
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream version 0.2.11, fixes runtime issue with python GILThomas Zander2017-04-143-4/+20
| | | | | | | | | PR: 218588 Submitted by: jaap@NLnetLabs.nl (maintainer) MFH: 2017Q2 Notes: svn path=/head/; revision=438525
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* audio/py-pyaudio: 0.2.8 -> 0.2.9Kurt Jaeger2016-04-053-11/+11
| | | | | | | | | | | | | | | | | | | | | | - Fix overflow error handling logic for pa_read_stream. Stream.read takes an additional parameter that specifies whether an exception is raised on audio buffer overflow, for parity with Stream.write. Includes relevant bug fixes in the C module logic. Thanks to Tony Jacobson for submitting a patch! - Fix IOError arguments. IOError exceptions previously had values in the strerror and errno fields swapped, which is now corrected. Thanks to Sami Liedes for the report! - Miscellaneous updates. Python library surfaces issues with importing low-level C module. Code formatting update. Updates to examples for Python 3 compatibility. PR: 208517 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=412579
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-302-3/+4
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* - Update to version 0.2.8, add LICENSE [1]Pawel Pekala2015-01-013-25/+14
| | | | | | | | | | | - Fix build on DragonFly and when LOCALBASE != PREFIX [2] - Make sure to link with audio/portaudio2 [2] PR: 196054 Submitted by: maintainer [1], Jan Beich [2] Notes: svn path=/head/; revision=376027
* - Convert ports from audio/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Reviewed by: portmgr (implicit) Notes: svn path=/head/; revision=371170
* Correct all instances where OPTIONS_DEFINE was being overwrittenAdam Weinberger2014-07-151-2/+0
| | | | | | | by multiple definitions. Notes: svn path=/head/; revision=361986
* Support stageBaptiste Daroussin2014-04-042-47/+10
| | | | | | | Use autoplist Notes: svn path=/head/; revision=350177
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* PyAudio provides Python bindings for PortAudio, the cross-platformMarcus von Appen2012-12-225-0/+109
audio I/O library. With PyAudio, you can easily use Python to play and record audio on a variety of platforms. WWW: http://people.csail.mit.edu/hubert/pyaudio/ PR: ports/173708 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Notes: svn path=/head/; revision=309383