Skip to content

Commit

Permalink
poppler: upgrade 21.11.0 -> 21.12.0
Browse files Browse the repository at this point in the history
Release 21.12.0:
core:
 * Add API to add images
 * CairoOutputDev: Fix de-duping of Flate images
 * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue openembedded#393
 * Minor code improvements
glib:
 * Add API for validation of signatures
 * Add API to read/save to file descriptor
utils:
 * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
 * Increase C++ standard to 17

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
schnitzeltony authored and kraj committed Jan 5, 2022
1 parent 853e5ba commit 2e7b791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
file://0001-Do-not-overwrite-all-our-build-flags.patch \
file://basename-include.patch \
"
SRC_URI[sha256sum] = "31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584"
SRC_URI[sha256sum] = "acb840c2c1ec07d07e53c57c4b3a1ff3e3ee2d888d44e1e9f2f01aaf16814de7"

DEPENDS = "fontconfig zlib cairo lcms glib-2.0"

Expand Down

0 comments on commit 2e7b791

Please sign in to comment.