vcpkg/ports/libavif/vcpkg.json
Dmitry Baryshev 9535ae5f7d
[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
2021-06-03 12:56:33 -07:00

20 lines
382 B
JSON

{
"name": "libavif",
"version-semver": "0.9.1",
"description": "Library for encoding and decoding AVIF files",
"homepage": "https://github.com/AOMediaCodec/libavif",
"supports": "!uwp & !arm",
"dependencies": [
"aom",
"libyuv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}