mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:49:08 +08:00
23c1c65fc7
* Add support for linux backends * Run vcpkg format-manifest * Bump version * Run vcpkg-format * Add version * Use vcpkg_check_features * Use version instead of version-string * Update version * Update versions/l-/libsoundio.json Co-authored-by: Victor Romero <romerosanchezv@gmail.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
23 lines
519 B
JSON
23 lines
519 B
JSON
{
|
|
"name": "libsoundio",
|
|
"version": "2.0.0",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|