diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-02-01 17:37:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-02 08:08:09 -0800 |
commit | d7179a6f01ff454507eec30823e20fb745b269e3 (patch) | |
tree | e24a901b46335390a1858c01c9617254c0720399 /meta-oe | |
parent | a900299a25b4224b509b8ae6195eb68c09dad5f1 (diff) | |
download | meta-openembedded-d7179a6f01ff454507eec30823e20fb745b269e3.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.85.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_0.84.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.84.0.bb b/meta-oe/recipes-support/poppler/poppler_0.85.0.bb index 5153868b6..857b67ff9 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.84.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.85.0.bb | |||
@@ -7,8 +7,8 @@ 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[md5sum] = "e14a8aca8809908ad4364c32c17bcb92" | 10 | SRC_URI[md5sum] = "5315084523a4d73e9514f51eef78a332" |
11 | SRC_URI[sha256sum] = "c7a130da743b38a548f7a21fe5940506fb1949f4ebdd3209f0e5b302fa139731" | 11 | SRC_URI[sha256sum] = "2bc875eb323002ae6b287e09980473518e2b2ed6b5b7d2e1089e36a6cd00d94b" |
12 | 12 | ||
13 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" | 13 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" |
14 | 14 | ||