diff options
| author | Be <be@mixxx.org> | 2021-09-28 19:10:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 17:10:48 -0700 |
| commit | 33fb841fba84cfd3e9d47611a92ce49a116e2f82 (patch) | |
| tree | 05808aa4e9930b27df64a77731c40670961ee46d /versions | |
| parent | 827a54c404e67205262e6db032fb2c1a5e6fd097 (diff) | |
| download | vcpkg-33fb841fba84cfd3e9d47611a92ce49a116e2f82.tar.gz vcpkg-33fb841fba84cfd3e9d47611a92ce49a116e2f82.zip | |
[soundtouch] update to 2.3.1 (#20017)
I worked with upstream to implement a CMake build system, so I
removed the CMakeLists.txt from this port.
This fixes multiple issues:
* Headers were not installed by the port before.
* The port did not allow dynamic linking before.
* pkgconfig and CMake config files were not installed before.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/s-/soundtouch.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 857ce7a8e..6138af683 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6201,8 +6201,8 @@ "port-version": 0 }, "soundtouch": { - "baseline": "2.0.0", - "port-version": 7 + "baseline": "2.3.1", + "port-version": 0 }, "soxr": { "baseline": "0.1.3", diff --git a/versions/s-/soundtouch.json b/versions/s-/soundtouch.json index a6952b726..330e1d1a5 100644 --- a/versions/s-/soundtouch.json +++ b/versions/s-/soundtouch.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8b6b644eb3ae55d7e56413e9cd88ca5ccc814c33", + "version": "2.3.1", + "port-version": 0 + }, + { "git-tree": "47269f38d27248c1e52fd21c3a296d032e02ac01", "version-string": "2.0.0", "port-version": 7 |
