mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[ableton-link] uwp (#33779)
This commit is contained in:
parent
01ed87c315
commit
ac27388fe0
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "ableton-link",
|
||||
"version": "3.0.6",
|
||||
"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/",
|
||||
@ -19,12 +20,14 @@
|
||||
"features": {
|
||||
"coretest": {
|
||||
"description": "Build LinkCoreTest suite",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"catch2"
|
||||
]
|
||||
},
|
||||
"discoverytest": {
|
||||
"description": "Build LinkDiscoveryTest suite",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"catch2"
|
||||
]
|
||||
@ -39,7 +42,8 @@
|
||||
]
|
||||
},
|
||||
"hutsilent": {
|
||||
"description": "Build LinkHutSilent command line tool"
|
||||
"description": "Build LinkHutSilent command line tool",
|
||||
"supports": "!uwp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef",
|
||||
"version": "3.0.6",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "eb603bd61d919dd4db44c901c00e47198fe186c5",
|
||||
"version": "3.0.6",
|
||||
|
@ -14,7 +14,7 @@
|
||||
},
|
||||
"ableton-link": {
|
||||
"baseline": "3.0.6",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"abseil": {
|
||||
"baseline": "20230802.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user