vcpkg/ports/libheif/vcpkg.json

25 lines
473 B
JSON
Raw Normal View History

{
"name": "libheif",
"version": "1.17.5",
"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
},
"x265"
]
}