2021-02-08 20:58:32 -05:00
|
|
|
{
|
|
|
|
"name": "openal-soft",
|
2024-11-28 11:46:33 -08:00
|
|
|
"version": "1.24.1",
|
2021-02-08 20:58:32 -05: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-03 23:27:05 +01:00
|
|
|
"license": "LGPL-2.0-or-later",
|
2024-11-26 12:25:47 -08:00
|
|
|
"supports": "!xbox",
|
2022-06-29 03:46:16 +08:00
|
|
|
"dependencies": [
|
2022-07-14 21:12:47 +02:00
|
|
|
{
|
|
|
|
"name": "alsa",
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
2024-11-26 12:25:47 -08:00
|
|
|
{
|
|
|
|
"name": "cppwinrt",
|
|
|
|
"platform": "uwp"
|
|
|
|
},
|
2022-06-29 03:46:16 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-08-12 03:27:22 +02:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"pipewire": {
|
|
|
|
"description": "Native support for Pipewire",
|
|
|
|
"supports": "linux",
|
|
|
|
"dependencies": [
|
|
|
|
"pipewire"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-02-08 20:58:32 -05:00
|
|
|
}
|