Commit graph

6 commits

Author SHA1 Message Date
Thomas Zander
87094690cc Update to upstream version 0.2.11, fixes runtime issue with python GIL
PR:		218588
Submitted by:	jaap@NLnetLabs.nl (maintainer)
MFH:		2017Q2
2017-04-14 16:03:48 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Kurt Jaeger
8b7b50355c audio/py-pyaudio: 0.2.8 -> 0.2.9
- 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)
2016-04-05 18:04:38 +00:00
Baptiste Daroussin
3fef6c52f0 Update portaudio to v19/Remove portaudio2 [1]
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
2015-05-30 20:39:12 +00:00
Pawel Pekala
2c623ca15c - Update to version 0.2.8, add LICENSE [1]
- 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]
2015-01-01 19:56:44 +00:00
Marcus von Appen
d498d3028a PyAudio provides Python bindings for PortAudio, the cross-platform
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>
2012-12-22 10:11:42 +00:00