mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:09:01 +08:00
c6592ce60f
* [podofo] Change to github and update version to 0.10.0 * update version * fix static export * v db * fix export name and add usage * v db * disable build libxml2 features * format * v db
37 lines
712 B
JSON
37 lines
712 B
JSON
{
|
|
"name": "podofo",
|
|
"version": "0.10.0",
|
|
"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",
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|