Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ports/poppler/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
10 changes: 9 additions & 1 deletion ports/poppler/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -19,6 +19,7 @@
"openjpeg"
],
"default-features": [
"splash",
"zlib"
],
"features": {
Expand All @@ -28,6 +29,13 @@
"curl"
]
},
"splash": {
"description": "Build the Splash graphics backend",
"dependencies": [
"boost-container",
"boost-move"
]
},
"zlib": {
"description": "zlib for poppler",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@
},
"poppler": {
"baseline": "20.12.1",
"port-version": 3
"port-version": 4
},
"portable-snippets": {
"baseline": "2019-09-20",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/poppler.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39df7895fae1b7440dd7c453679f6e0d782a8a5a",
"version-string": "20.12.1",
"port-version": 4
},
{
"git-tree": "a6d078aca2d1c5803ddd287701692b891856c3fd",
"version-string": "20.12.1",
Expand Down