2021-01-05 04:27:23 +08:00
|
|
|
{
|
|
|
|
"name": "poppler",
|
|
|
|
"version-string": "20.12.1",
|
2021-02-25 00:38:00 +08:00
|
|
|
"port-version": 4,
|
2021-01-05 04:27:23 +08:00
|
|
|
"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": [
|
2021-02-25 00:38:00 +08:00
|
|
|
"splash",
|
2021-01-05 04:27:23 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
2021-01-09 03:07:00 +08:00
|
|
|
"curl": {
|
|
|
|
"description": "curl for poppler",
|
|
|
|
"dependencies": [
|
|
|
|
"curl"
|
|
|
|
]
|
|
|
|
},
|
2021-02-25 00:38:00 +08:00
|
|
|
"splash": {
|
|
|
|
"description": "Build the Splash graphics backend",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-container",
|
|
|
|
"boost-move"
|
|
|
|
]
|
|
|
|
},
|
2021-01-05 04:27:23 +08:00
|
|
|
"zlib": {
|
|
|
|
"description": "zlib for poppler",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|