aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-pyaudio
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports from audio/ to new USES=pythonmva2014-10-191-3/+2
| | | | Reviewed by: portmgr (implicit)
* Correct all instances where OPTIONS_DEFINE was being overwrittenadamw2014-07-161-2/+0
| | | | by multiple definitions.
* Support stagebapt2014-04-052-47/+10
| | | | Use autoplist
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* PyAudio provides Python bindings for PortAudio, the cross-platformmva2012-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>