poppler: upgrade 0.86.1 -> 0.88.0

Release 0.88.0:
core:
 * Support Widget Annotation Buttons not linked to any Form
 * SplashOuputDev: Use stroking opacity when clipping to a stroke path
 * Handle 1 bit RGB images in ICC colorspace
 * Internal code improvements

qt5:
 * Add Document::signatures. Returns signatures not attached to any page
 * ArthurOutputDev: Fix font hinting
 * ArthurOutputDev: Set the opacity when filling with axial gradients
 * ArthurOutputDev: Implement the clipToStrokePath method
 * ArthurOutputDev: Use stroking opacity when clipping to a stroke path

glib:
 * Add poppler_page_get_bounding_box
 * Add poppler_form_field_get_alternate_ui_name
 * Implement rotation for 'flagNoRotate' annots. Issue #767

cpp:
 * Add non_raw_non_physical layout for page::text()

utils:
 * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page
 * pdfsig: Show also signatures that aren't attached to any page

Release 0.87.0:
core:
 * Fix leak in broken files
 * Internal code improvements

qt5:
 * Add option to get form choice for export value
 * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695

glib:
 * Internal code improvements

utils:
 * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest

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-05-01 13:35:30 +02:00 committed by Khem Raj
parent f09851e248
commit 66befc5698

View File

@ -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] = "2a638739f29e82a0a57b633ea39c87f3"
SRC_URI[sha256sum] = "af630a277c8e194c31339c5446241834aed6ed3d4b4dc7080311e51c66257f6c"
SRC_URI[md5sum] = "d9aafddce4c079c9ebc7405e42ac25ba"
SRC_URI[sha256sum] = "b4453804e9a5a519e6ceee0ac8f5efc229e3b0bf70419263c239124474d256c7"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"