From dc8f5b6d9995b11cd86d029f2a445ab85fa4add4 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:36:00 +0100 Subject: [aubio] allow to build without dependencies (#16051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- versions/a-/aubio.json | 5 +++++ versions/baseline.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') 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,5 +1,10 @@ { "versions": [ + { + "git-tree": "a5fd622dc9d70a1f4cca1e6bc09829e1844b7e0f", + "version-string": "0.4.9", + "port-version": 4 + }, { "git-tree": "4623a0698d9f9775a12e41f282e2b131f32ea09f", "version-string": "0.4.9", 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", -- cgit v1.2.3