1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Use vcpkg for dependencies and cleanup GH Actions workflow

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be
2021-08-09 16:04:57 -05:00
parent 7f95afcc89
commit 0acf00d8b9
14 changed files with 253 additions and 242 deletions

32
vcpkg.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "tenacity",
"version": "0.10",
"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",
"lilv",
"libid3tag",
"libmad",
"twolame",
"soxr",
"soundtouch",
"libsbsms",
"portaudio",
"portmidi",
"portsmf",
"mp3lame",
"libmad",
"zlib",
"vamp-sdk",
"expat",
"sqlite3",
"ffmpeg",
{
"name": "wxwidgets",
"platform": "windows"
}
]
}