2021-02-09 09:58:32 +08:00
|
|
|
{
|
|
|
|
"name": "openal-soft",
|
2023-07-25 01:59:40 +08:00
|
|
|
"version": "1.23.1",
|
2021-02-09 09:58:32 +08:00
|
|
|
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
|
|
|
|
"homepage": "https://github.com/kcat/openal-soft",
|
2023-02-04 06:27:05 +08:00
|
|
|
"license": "LGPL-2.0-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2022-06-29 03:46:16 +08:00
|
|
|
"dependencies": [
|
2022-07-15 03:12:47 +08:00
|
|
|
{
|
|
|
|
"name": "alsa",
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
2022-06-29 03:46:16 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-08-12 09:27:22 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"pipewire": {
|
|
|
|
"description": "Native support for Pipewire",
|
|
|
|
"supports": "linux",
|
|
|
|
"dependencies": [
|
|
|
|
"pipewire"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-02-09 09:58:32 +08:00
|
|
|
}
|