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/a- | |
| 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/a-')
| -rw-r--r-- | versions/a-/aubio.json | 5 |
1 files changed, 5 insertions, 0 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 |
