diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-03-25 20:36:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 12:36:00 -0700 |
| commit | dc8f5b6d9995b11cd86d029f2a445ab85fa4add4 (patch) | |
| tree | 8518139f4aa3a3e2d3dbbf1ceb625536f0cfd65c /versions | |
| parent | 70f73854cb0c9078d81d0e05b0c533cef994e30b (diff) | |
| download | vcpkg-dc8f5b6d9995b11cd86d029f2a445ab85fa4add4.tar.gz vcpkg-dc8f5b6d9995b11cd86d029f2a445ab85fa4add4.zip | |
[aubio] allow to build without dependencies (#16051)
* Make it possible to build aubio without dependencies
* Update ports/aubio/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [aubio] add suggestions
* add version files
* Update ports/aubio/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* add version files
* [aubio] fix wrong defines
* add version files
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
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 adb765817..88fd28ab7 100644 --- a/versions/a-/aubio.json +++ b/versions/a-/aubio.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a5fd622dc9d70a1f4cca1e6bc09829e1844b7e0f", + "version-string": "0.4.9", + "port-version": 4 + }, + { "git-tree": "4623a0698d9f9775a12e41f282e2b131f32ea09f", "version-string": "0.4.9", "port-version": 3 diff --git a/versions/baseline.json b/versions/baseline.json index 79176dbcd..16eb577b3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -190,7 +190,7 @@ }, "aubio": { "baseline": "0.4.9", - "port-version": 3 + "port-version": 4 }, "audiofile": { "baseline": "1.0.7", |
