[vcpkg baseline][poppler] Add feature splash and add its dependency boost-container and boost-move (#16356)

* [poppler] Add dependency boost-container and boost-move

* [poppler] Add feature splash

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-02-24 08:38:00 -08:00 committed by GitHub
parent f3ce42e570
commit 95f881be06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 2 deletions

View File

@ -18,6 +18,7 @@ vcpkg_add_to_path(${GPERF_PATH})
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
curl ENABLE_CURL
zlib ENABLE_ZLIB
splash ENABLE_SPLASH
)
vcpkg_configure_cmake(

View File

@ -1,7 +1,7 @@
{
"name": "poppler",
"version-string": "20.12.1",
"port-version": 3,
"port-version": 4,
"description": "a PDF rendering library",
"homepage": "https://poppler.freedesktop.org/",
"dependencies": [
@ -19,6 +19,7 @@
"openjpeg"
],
"default-features": [
"splash",
"zlib"
],
"features": {
@ -28,6 +29,13 @@
"curl"
]
},
"splash": {
"description": "Build the Splash graphics backend",
"dependencies": [
"boost-container",
"boost-move"
]
},
"zlib": {
"description": "zlib for poppler",
"dependencies": [

View File

@ -4686,7 +4686,7 @@
},
"poppler": {
"baseline": "20.12.1",
"port-version": 3
"port-version": 4
},
"portable-snippets": {
"baseline": "2019-09-20",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39df7895fae1b7440dd7c453679f6e0d782a8a5a",
"version-string": "20.12.1",
"port-version": 4
},
{
"git-tree": "a6d078aca2d1c5803ddd287701692b891856c3fd",
"version-string": "20.12.1",