mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 13:01:48 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
24 lines
643 B
JSON
24 lines
643 B
JSON
{
|
|
"name": "rtaudio",
|
|
"version-date": "2021-08-15",
|
|
"port-version": 1,
|
|
"description": "A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.",
|
|
"homepage": "https://github.com/thestk/rtaudio",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"asio": {
|
|
"description": "Build with ASIO backend"
|
|
}
|
|
}
|
|
}
|