2021-01-05 04:27:23 +08:00
|
|
|
{
|
|
|
|
"name": "poppler",
|
2024-03-08 14:44:39 +08:00
|
|
|
"version": "24.3.0",
|
2024-05-02 10:40:19 +08:00
|
|
|
"port-version": 1,
|
2022-02-18 09:03:04 +08:00
|
|
|
"description": "A PDF rendering library",
|
2021-01-05 04:27:23 +08:00
|
|
|
"homepage": "https://poppler.freedesktop.org/",
|
2022-02-18 09:03:04 +08:00
|
|
|
"license": "GPL-2.0-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-01-05 04:27:23 +08:00
|
|
|
"dependencies": [
|
2022-02-18 09:03:04 +08:00
|
|
|
"boost-container",
|
|
|
|
"boost-move",
|
|
|
|
"freetype",
|
|
|
|
"libiconv",
|
|
|
|
"libjpeg-turbo",
|
|
|
|
"libpng",
|
|
|
|
"openjpeg",
|
2024-05-02 10:40:19 +08:00
|
|
|
{
|
|
|
|
"name": "tiff",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-01-05 04:27:23 +08:00
|
|
|
{
|
2022-02-18 09:03:04 +08:00
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2021-01-05 04:27:23 +08:00
|
|
|
},
|
|
|
|
{
|
2022-02-18 09:03:04 +08:00
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-05 04:27:23 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
2022-02-18 09:03:04 +08:00
|
|
|
"font-configuration",
|
2021-01-05 04:27:23 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
2022-02-18 09:03:04 +08:00
|
|
|
"cairo": {
|
|
|
|
"description": "Enable the Cairo graphics backend",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "cairo",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-06-15 03:17:29 +08:00
|
|
|
"cms": {
|
|
|
|
"description": "Enable use of LCMS2 as color management system",
|
|
|
|
"dependencies": [
|
|
|
|
"lcms"
|
|
|
|
]
|
|
|
|
},
|
2021-01-09 03:07:00 +08:00
|
|
|
"curl": {
|
|
|
|
"description": "curl for poppler",
|
|
|
|
"dependencies": [
|
2022-02-18 09:03:04 +08:00
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-01-09 03:07:00 +08:00
|
|
|
]
|
|
|
|
},
|
2022-02-18 09:03:04 +08:00
|
|
|
"font-configuration": {
|
|
|
|
"description": "Defaut font configuration backend",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "poppler",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"fontconfig"
|
|
|
|
],
|
|
|
|
"platform": "!windows & !android"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"fontconfig": {
|
|
|
|
"description": "Use fontconfig",
|
|
|
|
"supports": "!windows, mingw",
|
2021-02-25 00:38:00 +08:00
|
|
|
"dependencies": [
|
2022-02-18 09:03:04 +08:00
|
|
|
"fontconfig"
|
2021-02-25 00:38:00 +08:00
|
|
|
]
|
|
|
|
},
|
2022-08-24 01:33:57 +08:00
|
|
|
"glib": {
|
|
|
|
"description": "glib for poppler",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "glib",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "poppler",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"cairo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-02-18 09:03:04 +08:00
|
|
|
"private-api": {
|
|
|
|
"description": "Install headers for private API (aka unstable API/ABI headers)"
|
|
|
|
},
|
2023-02-22 02:18:23 +08:00
|
|
|
"qt": {
|
|
|
|
"description": "Enable the Qt API",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "qtbase",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-02-18 09:03:04 +08:00
|
|
|
"splash": {
|
|
|
|
"description": "The splash backend is always enabled. This option is kept for compatibility."
|
|
|
|
},
|
2021-01-05 04:27:23 +08:00
|
|
|
"zlib": {
|
|
|
|
"description": "zlib for poppler",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|