diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-08-05 16:34:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
commit | 41fd0b47893cf14969106fd635f4e016662d7b6a (patch) | |
tree | 662eade4dd7b84523674790c949adf26bce1b760 /meta-oe/recipes-support/poppler | |
parent | a1489b3db058683c44700406013f891b800e1072 (diff) | |
download | meta-openembedded-41fd0b47893cf14969106fd635f4e016662d7b6a.tar.gz |
poppler: upgrade 21.07.0 -> 21.08.0
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system:
* Better error message when libjpeg is not found
* Better error messages when libopenjpeg2 is not found
qt5/qt6:
* Document that a document has to outlive its pages
* Make getPdfVersion return a dedicated version object
glib:
* mimick TextSelectionDumper logic change for spaceAfter
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/poppler')
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_21.08.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_21.07.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_21.07.0.bb b/meta-oe/recipes-support/poppler/poppler_21.08.0.bb index cfbd394bc..d3135a44c 100644 --- a/meta-oe/recipes-support/poppler/poppler_21.07.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_21.08.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] = "e26ab29f68065de4d6562f0a3e2b5435a83ca92be573b99a1c81998fa286a4d4" | 10 | SRC_URI[sha256sum] = "e9cf5dc5964bce4bb0264d1c4f8122706c910588b421cfc30abc97d6b23e602d" |
11 | 11 | ||
12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" | 12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" |
13 | 13 | ||