vcpkg/ports/libheif/vcpkg.json
2024-12-04 12:24:12 -08:00

37 lines
694 B
JSON

{
"name": "libheif",
"version": "1.19.5",
"port-version": 1,
"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"
]
}
}
}