1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00
audacity/vcpkg.json
Sol Fisher Romanoff ad74d99840
Replace GNU/Linux with Linux; Correct macOS case
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-10-18 18:44:19 +03:00

36 lines
710 B
JSON

{
"name": "tenacity",
"version": "0.10",
"description": "Tenacity is an easy-to-use, cross-platform multi-track audio editor/recorder for Windows, macOS, Linux and other operating systems.",
"homepage": "https://tenacityaudio.org/",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
"libsndfile",
"lilv",
"libid3tag",
"libmad",
"twolame",
"soxr",
"soundtouch",
"libsbsms",
{
"name": "portaudio",
"features": [ "asio" ]
},
"portmidi",
"portsmf",
"mp3lame",
"libmad",
"zlib",
"vamp-sdk",
"expat",
"sqlite3",
"ffmpeg",
{
"name": "wxwidgets",
"platform": "windows"
}
]
}