vcpkg/ports/libheif/vcpkg.json
Cheney Wang 582441146a
[libheif] Fix error when libgdk-pixbuf2.0-dev installed in linux (#30999)
* [libheif] Fix error when libgdk-pixbuf2.0-dev installed in linux

* Use -DPKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON instead of patch
2023-04-25 22:41:32 -07:00

25 lines
449 B
JSON

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