mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
5d1b3e8081
* [podofo] update to 0.9.7 * update version * [podofo] update to 0.9.7 * update version * fix-osx-error * Modify patch format * update version * Restore patch endline format * update version * update patch file * update version * update patch file * update version * revert the changes to this file * update version * revert the changes to this file * update version
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"name": "podofo",
|
|
"version": "0.9.7",
|
|
"description": "PoDoFo is a library to work with the PDF file format",
|
|
"homepage": "https://sourceforge.net/projects/podofo/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"freetype",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"openssl",
|
|
"tiff",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"fontconfig": {
|
|
"description": "Enable font manager support on Unix platforms",
|
|
"dependencies": [
|
|
"fontconfig"
|
|
]
|
|
}
|
|
}
|
|
}
|