mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:49:00 +08:00
ab0acc7439
* [poppler] Disable clang-format check * Update port_version check * Add CLANG program * Add clang-format program * Update clang-format and add it to azure-pipelines/linux/provision-image.sh * Update ports/poppler/portfile.cmake * Revert the changes for clang-format
39 lines
679 B
JSON
39 lines
679 B
JSON
{
|
|
"name": "poppler",
|
|
"version-string": "20.12.1",
|
|
"port-version": 3,
|
|
"description": "a PDF rendering library",
|
|
"homepage": "https://poppler.freedesktop.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "devil",
|
|
"platform": "(windows | linux) & !arm"
|
|
},
|
|
"fontconfig",
|
|
"freetype",
|
|
"libiconv",
|
|
"openjpeg"
|
|
],
|
|
"default-features": [
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"curl": {
|
|
"description": "curl for poppler",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "zlib for poppler",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|