vcpkg/ports/podofo/vcpkg.json

56 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "podofo",
2023-12-20 16:31:01 +08:00
"version": "0.10.3",
"description": "PoDoFo is a library to work with the PDF file format",
2023-05-31 09:28:05 +08:00
"homepage": "https://github.com/podofo/podofo",
"license": "LGPL-2.0-or-later",
"supports": "!uwp & !xbox",
"dependencies": [
"freetype",
"libjpeg-turbo",
"libpng",
{
"name": "libxml2",
"default-features": false
},
"openssl",
2023-05-31 09:28:05 +08:00
{
"name": "tiff",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
2023-05-31 09:28:05 +08:00
"default-features": [
"fontmanager"
],
"features": {
"fontconfig": {
2023-05-31 09:28:05 +08:00
"description": "Use Fontconfig",
"dependencies": [
"fontconfig"
]
2023-05-31 09:28:05 +08:00
},
"fontmanager": {
"description": "Enable font manager",
"dependencies": [
{
"name": "podofo",
"default-features": false,
"features": [
"fontconfig"
],
"platform": "!windows"
}
]
}
}
}