poppler: upgrade 0.84.0 -> 0.85.0

Release 0.85.0:
core:
 * Fix case unsensitive search for Deseret and Osage. Issue #853
 * Fix crash in unicodeToAscii7
 * CairoOutputDev: make initialisation thread-safe
 * Fix crash on broken files. Issues #869, #870
 * Internal code improvements

qt5:
 * Fix FormField::name encoding
 * Accept UTF-16 uiNames for form fields
 * Fix search for "complex" characters
 * Allow to load document from QIODevice

utils:
 * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873
 * pdftohtml: Fix issue with the font size sometimes being huge

glib:
 * make the frontend initialization thread safe.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller
2020-02-01 17:37:01 +01:00
committed by Khem Raj
parent a900299a25
commit d7179a6f01
@@ -7,8 +7,8 @@ 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[md5sum] = "e14a8aca8809908ad4364c32c17bcb92"
SRC_URI[sha256sum] = "c7a130da743b38a548f7a21fe5940506fb1949f4ebdd3209f0e5b302fa139731"
SRC_URI[md5sum] = "5315084523a4d73e9514f51eef78a332"
SRC_URI[sha256sum] = "2bc875eb323002ae6b287e09980473518e2b2ed6b5b7d2e1089e36a6cd00d94b"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"