mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 18:46:00 +08:00
5edd518dc3
* [macos ci] update to 2022-01-03 * update the instructions * forgot to update azure-pipelines-osx.yml * install parallels in Install-Prerequisites.ps1 * oops * fix ace, libsoundio, and libpqxx * tensorflow doesn't yet support macOS 12
23 lines
519 B
JSON
23 lines
519 B
JSON
{
|
|
"name": "libsoundio",
|
|
"version": "2.0.0",
|
|
"port-version": 5,
|
|
"description": "libsoundio is C library providing cross-platform audio input and output.",
|
|
"homepage": "http://libsound.io/",
|
|
"supports": "!uwp",
|
|
"features": {
|
|
"alsa": {
|
|
"description": "ALSA backend for libsoundio"
|
|
},
|
|
"jack": {
|
|
"description": "JACK backend for libsoundio",
|
|
"dependencies": [
|
|
"jack2"
|
|
]
|
|
},
|
|
"pulseaudio": {
|
|
"description": "PulseAudio backend for libsoundio"
|
|
}
|
|
}
|
|
}
|