vcpkg/ports/podofo/vcpkg.json
JonLiu1993 90bff083b4
[PoDoFo] update to 0.9.8 (#26046)
* [podofo] update to 0.9.8

* update version

* fix-x64-osx

* update version
2022-07-29 17:09:55 -07:00

33 lines
641 B
JSON

{
"name": "podofo",
"version": "0.9.8",
"description": "PoDoFo is a library to work with the PDF file format",
"homepage": "https://sourceforge.net/projects/podofo/",
"license": "LGPL-2.0-only",
"supports": "!uwp",
"dependencies": [
"freetype",
"libjpeg-turbo",
"libpng",
"openssl",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"fontconfig": {
"description": "Enable font manager support on Unix platforms",
"dependencies": [
"fontconfig"
]
}
}
}