Skip to content

Commit

Permalink
poppler: upgrade 21.10.0 -> 21.11.0
Browse files Browse the repository at this point in the history
Release 21.11.0:
core:
 * Fix rendering of some non-standard confirming annotations
 * Support rendering of some non-standard Type3 charprocs. Issue #1150
 * TextOutputDev: Respect orientation when selecting words. Issue openembedded#499
 * CairoOutputDev: Don't override the antialias settings from the cairo_t
 * StructElement: support MCID in XObjects
 * Fix detection of monospace fonts
 * Ignore Adobe-Identity for non embedded CID fonts
 * PageLabelInfo::labelToIndex: work on some special no style intervals
 * Fix crash in malformed files
 * Minor code improvements

utils:
 * pdfinfo: add -url option to print all URLs in a PDF
 * pdftohtml: document what zoom means in regard to DPI

qt6:
 * Require Qt 6.1
 * Minor code improvements

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 Nov 20, 2021
1 parent f065bcd commit 580e728
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] = "964b5b16290fbec3fae57c2a5bcdea49bb0736bd750c3a3711c47995c9efc394"
SRC_URI[sha256sum] = "31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584"

DEPENDS = "fontconfig zlib cairo lcms glib-2.0"

Expand Down

0 comments on commit 580e728

Please sign in to comment.