diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-11-20 19:14:11 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-20 12:07:09 -0800 |
| commit | 580e72879e036f9bf44cd3c9eff75217189a2ab4 (patch) | |
| tree | 2189c206324e79ccc043f64448f449f68345b20b | |
| parent | f065bcdee7f0c97059b073b944882a52f1d587c9 (diff) | |
| download | meta-openembedded-580e72879e036f9bf44cd3c9eff75217189a2ab4.tar.gz | |
poppler: upgrade 21.10.0 -> 21.11.0
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 #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>
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_21.11.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_21.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_21.10.0.bb b/meta-oe/recipes-support/poppler/poppler_21.11.0.bb index 164a348815..a256d13017 100644 --- a/meta-oe/recipes-support/poppler/poppler_21.10.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_21.11.0.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ | |||
| 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ | 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ |
| 8 | file://basename-include.patch \ | 8 | file://basename-include.patch \ |
| 9 | " | 9 | " |
| 10 | SRC_URI[sha256sum] = "964b5b16290fbec3fae57c2a5bcdea49bb0736bd750c3a3711c47995c9efc394" | 10 | SRC_URI[sha256sum] = "31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584" |
| 11 | 11 | ||
| 12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" | 12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" |
| 13 | 13 | ||
