vcpkg/ports/libheif/vcpkg.json
2024-09-16 12:22:06 -07:00

36 lines
673 B
JSON

{
"name": "libheif",
"version": "1.18.2",
"description": "libheif is an HEIF and AVIF file format decoder and encoder.",
"homepage": "http://www.libheif.org/",
"license": "LGPL-3.0-only",
"supports": "!xbox",
"dependencies": [
{
"name": "gdk-pixbuf",
"platform": "!windows"
},
"libde265",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"hevc"
],
"features": {
"hevc": {
"description": "HEVC encoding via x265",
"license": "GPL-2.0-or-later",
"dependencies": [
"x265"
]
}
}
}