mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
645bbe989b
* Tested and works on Windows, macOS, and Linux. * Fixes compatibility with macOS Ventura and bugfixes WASAPI and WDM-KS on Windows.
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"name": "portaudio",
|
|
"version": "19.8",
|
|
"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://portaudio.com/",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"default-features": [ "jack" ],
|
|
"features": {
|
|
"jack": {
|
|
"description": "Build with support for the JACK Audio Connection Kit host API.",
|
|
"dependencies": [
|
|
"jack2",
|
|
{
|
|
"name": "tre",
|
|
"platform": "windows | mingw"
|
|
},
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"asio": {
|
|
"description": "Build with support for ASIO host API on Windows or MinGW. This automatically downloads the ASIO SDK from Steinberg. Review the ASIO SDK license for details https://www.steinberg.net/en/company/developers.html"
|
|
}
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|