vcpkg/ports/ableton/vcpkg.json
JoergAtGithub 204949bc59
[ableton] Fixed ASIO vs. ASIOSDK confusion (#25626)
* Fixed ASIO vs. ASIOSDK confusion

* Renamed variable in portfile, to enable build with Steinberg ASIO audio driver SDK
2022-07-12 11:12:55 -07:00

47 lines
1.1 KiB
JSON

{
"name": "ableton",
"version": "3.0.5",
"port-version": 1,
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
"homepage": "https://www.ableton.com/en/link/",
"documentation": "http://ableton.github.io/link/",
"license": "GPL-2.0-or-later",
"dependencies": [
"asio",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"coretest": {
"description": "Build LinkCoreTest suite",
"dependencies": [
"catch2"
]
},
"discoverytest": {
"description": "Build LinkDiscoveryTest suite",
"dependencies": [
"catch2"
]
},
"hut": {
"description": "Build LinkHut command line tool",
"dependencies": [
{
"name": "asiosdk",
"platform": "windows"
}
]
},
"hutsilent": {
"description": "Build LinkHutSilent command line tool"
}
}
}