diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-07-22 23:35:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 15:35:12 -0700 |
| commit | 5abd47dd40d39171a2b6926cd32bb775444368a7 (patch) | |
| tree | 7b45fe56aea123cb83bb63288f50667318835dbb /versions | |
| parent | eea00aaa919f720e2dfc8b86ebe1402a5c4679be (diff) | |
| download | vcpkg-5abd47dd40d39171a2b6926cd32bb775444368a7.tar.gz vcpkg-5abd47dd40d39171a2b6926cd32bb775444368a7.zip | |
[libmodplug] [ffmpeg] fix libmodplug .pc file for static windows build (#18867)
* [libmodplug] fix pkg-config file for static builds on windows
* [libmodplug] convert CONTROL to vcpkg.json
* [libmodplug] bump port version
* [ffmpeg] enable modplug feature on static windows builds
* [ffmpeg] reformat manifest
* [ffmpeg] bump port version
* [ffmpeg] [libmodplug] x-add-version
* [libmodplug] simplify copyright file install
* [libmodplug] x-add-version
* [ffmpeg] bump port version
* [ffmpeg] x-add-version
* [ffmpeg] fix post-merge
* [ffmpeg] x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/f-/ffmpeg.json | 5 | ||||
| -rw-r--r-- | versions/l-/libmodplug.json | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ccf09a928..936a9e382 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1994,7 +1994,7 @@ }, "ffmpeg": { "baseline": "4.4", - "port-version": 9 + "port-version": 10 }, "ffnvcodec": { "baseline": "10.0.26.0", @@ -3370,7 +3370,7 @@ }, "libmodplug": { "baseline": "0.8.9.0", - "port-version": 7 + "port-version": 8 }, "libmorton": { "baseline": "0.2", diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json index 0c863b404..95b846ba5 100644 --- a/versions/f-/ffmpeg.json +++ b/versions/f-/ffmpeg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d8eae79332e72736be5c6accacaf7bf9054df4b9", + "version": "4.4", + "port-version": 10 + }, + { "git-tree": "b118bc2a5cf855546dc3016de53c4d7c75d267b4", "version": "4.4", "port-version": 9 diff --git a/versions/l-/libmodplug.json b/versions/l-/libmodplug.json index f5cfdf03d..e32694d51 100644 --- a/versions/l-/libmodplug.json +++ b/versions/l-/libmodplug.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b6798791f0c306dcc5a5b9a445b618046dc7e097", + "version-string": "0.8.9.0", + "port-version": 8 + }, + { "git-tree": "974a84bd910a82a86d2e27d2bb9416d0672390c4", "version-string": "0.8.9.0", "port-version": 7 |
