mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:09:00 +08:00
d4422c3beb
* Major update to port poppler * Fixup usage requirements via main pc file * Add usage based on FindPkgConfig * Export unofficial cmake config * uwp is unsupported * [gdal] Add poppler feature * [gdal] Update poppler dependency * [gdal] Add patch for poppler C++17 API * Disable ENABLE_RELOCATABLE * Update to 22.02.0 from poppler gitlab * Update versions * [skip actions] CI with gdal tools * Revert "[skip actions] CI with gdal tools" * Modify feature name for private API * Update versions * Add license field to gdal manifest * Add port name to unofficial namespace * Rectify poppler version number * Update versions * poppler[fontconfig] doesn't build for MSVC * Update versions Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
{
|
|
"name": "poppler",
|
|
"version": "22.2.0",
|
|
"description": "A PDF rendering library",
|
|
"homepage": "https://poppler.freedesktop.org/",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-container",
|
|
"boost-move",
|
|
"freetype",
|
|
"libiconv",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"openjpeg",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"font-configuration",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"cairo": {
|
|
"description": "Enable the Cairo graphics backend",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"curl": {
|
|
"description": "curl for poppler",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"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",
|
|
"dependencies": [
|
|
"fontconfig"
|
|
]
|
|
},
|
|
"private-api": {
|
|
"description": "Install headers for private API (aka unstable API/ABI headers)"
|
|
},
|
|
"splash": {
|
|
"description": "The splash backend is always enabled. This option is kept for compatibility."
|
|
},
|
|
"zlib": {
|
|
"description": "zlib for poppler",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|