[ableton-link] uwp (#33779)

This commit is contained in:
autoantwort 2023-09-18 18:56:50 +02:00 committed by GitHub
parent 01ed87c315
commit ac27388fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -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"
}
}
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef",
"version": "3.0.6",
"port-version": 1
},
{
"git-tree": "eb603bd61d919dd4db44c901c00e47198fe186c5",
"version": "3.0.6",

View File

@ -14,7 +14,7 @@
},
"ableton-link": {
"baseline": "3.0.6",
"port-version": 0
"port-version": 1
},
"abseil": {
"baseline": "20230802.0",