2021-02-09 09:58:32 +08:00
|
|
|
{
|
|
|
|
"name": "openal-soft",
|
2022-07-07 04:52:09 +08:00
|
|
|
"version-semver": "1.22.2",
|
2022-07-15 03:12:47 +08:00
|
|
|
"port-version": 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",
|
2022-06-29 03:46:16 +08:00
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
2021-02-09 09:58:32 +08:00
|
|
|
}
|