vcpkg/ports/portaudio/vcpkg.json
Cullen Jennings 17c3670b06
[portaudio] Update port to latest on github (#16197)
* Update portaudio port to latest on github

* correct port version info

* remove the port-version when it is zero

* update version file
2021-02-14 15:29:32 -08:00

8 lines
561 B
JSON

{
"name": "portaudio",
"version-date": "2020-02-20",
"description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
"homepage": "http://www.portaudio.com",
"supports": "!uwp"
}