diff options
| author | Dmitry Baryshev <dmitrymq@gmail.com> | 2021-06-03 22:56:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 12:56:33 -0700 |
| commit | 9535ae5f7dad7a880369bb6725a1e755725bc147 (patch) | |
| tree | 8bf114ae7d7bdc4cd7a9927f5293c5a18e7f71b1 /versions | |
| parent | 5f32a49551c6101d294c7e73806999abab806570 (diff) | |
| download | vcpkg-9535ae5f7dad7a880369bb6725a1e755725bc147.tar.gz vcpkg-9535ae5f7dad7a880369bb6725a1e755725bc147.zip | |
[libavif] Create a new port (#18244)
* [libavif] Added libavif
* [libavif] vcpkg x-add-version --all
* [libavif] Fixed compilation error
* [libavif] vcpkg x-add-version --all --overwrite-version
* [libavif] Install CMake configs in static mode as well
* [libavif] vcpkg x-add-version --all --overwrite-version
* [libavif] Fixed port name
* [libavif] vcpkg x-add-version --all --overwrite-version
* [libavif] Update the CMake-related patch
* [libavif] vcpkg x-add-version --all --overwrite-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libavif.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7004eb245..57b9a8fd4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3000,6 +3000,10 @@ "baseline": "2.5.3", "port-version": 1 }, + "libavif": { + "baseline": "0.9.1", + "port-version": 0 + }, "libb2": { "baseline": "0.98.1", "port-version": 5 diff --git a/versions/l-/libavif.json b/versions/l-/libavif.json new file mode 100644 index 000000000..8673befd2 --- /dev/null +++ b/versions/l-/libavif.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "b2592851defcaf39a20d88d4edb670188254bade", + "version-semver": "0.9.1", + "port-version": 0 + } + ] +} |
