diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-06-11 02:23:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 11:23:14 -0700 |
| commit | 6982e51269de3333478f3dc24dc9ed2e7b9e8ca2 (patch) | |
| tree | 558effd1ed2b3233ee83702d0ce4f218229f12c0 /versions | |
| parent | f51c70369b2445f14724f28a4c1694b947fa08f4 (diff) | |
| download | vcpkg-6982e51269de3333478f3dc24dc9ed2e7b9e8ca2.tar.gz vcpkg-6982e51269de3333478f3dc24dc9ed2e7b9e8ca2.zip | |
[aubio] Fix definitions issues when build with dependencies (#17353)
* [aubio] Fix definitions issues when build with dependencies
* Update baseline version
* Update the dependency
* Set default-features to false
* Fix link error
* Update the baseline version
* Update the baseline version
* Update the baseline version
* Unset the debug postfix
* Update the baseline version
* Remove unused dependency
* Update the baseline version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/aubio.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/a-/aubio.json b/versions/a-/aubio.json index 88fd28ab7..7e9810d14 100644 --- a/versions/a-/aubio.json +++ b/versions/a-/aubio.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "229c53eddabe48fa718f95c3dd3094a694770a19", + "version-semver": "0.4.9", + "port-version": 5 + }, + { "git-tree": "a5fd622dc9d70a1f4cca1e6bc09829e1844b7e0f", "version-string": "0.4.9", "port-version": 4 diff --git a/versions/baseline.json b/versions/baseline.json index b346ec608..7d671275c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -202,7 +202,7 @@ }, "aubio": { "baseline": "0.4.9", - "port-version": 4 + "port-version": 5 }, "audiofile": { "baseline": "1.0.7", |
