1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
{
"name": "openal-soft",
"version": "1.24.3",
"port-version": 1,
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
"homepage": "https://github.com/kcat/openal-soft",
"license": "LGPL-2.0-or-later",
"supports": "!xbox",
"dependencies": [
{
"name": "alsa",
"platform": "linux"
},
{
"name": "cppwinrt",
"platform": "uwp"
},
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pipewire": {
"description": "Enable PipeWire backend",
"dependencies": [
"pipewire"
]
},
"pulseaudio": {
"description": "Enable PulseAudio backend",
"dependencies": [
"pulseaudio"
]
}
}
}
|