vcpkg/ports/libheif/vcpkg.json
autoantwort 7ed849f01b
[libheif] no absolute paths (#21704)
* [libheif] no absolute paths

* [libde265] Add .pc file

* Update versions

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 11:50:56 -08:00

24 lines
419 B
JSON

{
"name": "libheif",
"version": "1.12.0",
"port-version": 1,
"description": "Open h.265 video codec implementation.",
"homepage": "http://www.libheif.org/",
"dependencies": [
{
"name": "gdk-pixbuf",
"platform": "!windows"
},
"libde265",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"x265"
]
}