diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-12-09 13:56:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-08 23:22:18 -0800 |
| commit | 7898726229ae96ec1921e30fd039703ec6c43004 (patch) | |
| tree | 2102cd37eaa193e6d77f28c69bdb8aee41dcacec | |
| parent | f1be2e8f4425a8d01ec1a4dbead8024b788c4122 (diff) | |
| download | meta-openembedded-7898726229ae96ec1921e30fd039703ec6c43004.tar.gz | |
poppler: upgrade 25.11.0 -> 25.12.0
Change log:
core:
* Be less strict about the Page Annots object being correct. Issue #1641
* Fix rendering of some annotations. Issue #1642
* TextOuputDev: change default line ending to \n
* Splash: Performance improvements
* Ignore color operators when painting a Type3 font with d1
* Internal code improvements
* Fix crashes in malformed documents
utils:
* pdfsig: specify search order for NSS certificate database on the man page
build system:
* Switch to C++23
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_25.12.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_25.11.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_25.11.0.bb b/meta-oe/recipes-support/poppler/poppler_25.12.0.bb index 7f079ec641..71bff6d70d 100644 --- a/meta-oe/recipes-support/poppler/poppler_25.11.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_25.12.0.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ | |||
| 9 | file://0001-cmake-Do-not-use-isystem.patch \ | 9 | file://0001-cmake-Do-not-use-isystem.patch \ |
| 10 | file://0001-workaround-build-racing.patch \ | 10 | file://0001-workaround-build-racing.patch \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "63f155142b77349e2bccaef148e754e7506ab1641e713b83af4f54a8f8b15369" | 12 | SRC_URI[sha256sum] = "c18b40eb36b1a0c5b86e29ca054bf0770304583da4f2cdd42fe86eca6a20de48" |
| 13 | 13 | ||
| 14 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" | 14 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" |
| 15 | 15 | ||
