mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:29:07 +08:00
95f881be06
* [poppler] Add dependency boost-container and boost-move * [poppler] Add feature splash * update version record
47 lines
854 B
JSON
47 lines
854 B
JSON
{
|
|
"name": "poppler",
|
|
"version-string": "20.12.1",
|
|
"port-version": 4,
|
|
"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": [
|
|
"splash",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"curl": {
|
|
"description": "curl for poppler",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"splash": {
|
|
"description": "Build the Splash graphics backend",
|
|
"dependencies": [
|
|
"boost-container",
|
|
"boost-move"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "zlib for poppler",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|