-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathvcpkg.json
More file actions
38 lines (38 loc) · 758 Bytes
/
vcpkg.json
File metadata and controls
38 lines (38 loc) · 758 Bytes
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
{
"name": "tenacity",
"version": "1.4",
"description": "Tenacity is an easy-to-use, cross-platform multi-track audio editor/recorder for Windows, MacOS, GNU/Linux and other operating systems.",
"homepage": "https://tenacityaudio.org/",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
"libsndfile",
{
"name": "lilv",
"platform": "!windows"
},
"libid3tag",
"mpg123",
"libzip",
"twolame",
"wavpack",
"libflac",
"soxr",
"soundtouch",
"libsbsms",
{
"name": "portaudio",
"features": ["asio"]
},
"portmidi",
"portsmf",
"mp3lame",
"zlib",
"rapidjson",
"vamp-sdk",
"expat",
"sqlite3",
"matroska",
"wxwidgets"
]
}