From 580e72879e036f9bf44cd3c9eff75217189a2ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 20 Nov 2021 19:14:11 +0100 Subject: [PATCH] poppler: upgrade 21.10.0 -> 21.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- .../poppler/{poppler_21.10.0.bb => poppler_21.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poppler/{poppler_21.10.0.bb => poppler_21.11.0.bb} (96%) diff --git a/meta-oe/recipes-support/poppler/poppler_21.10.0.bb b/meta-oe/recipes-support/poppler/poppler_21.11.0.bb similarity index 96% rename from meta-oe/recipes-support/poppler/poppler_21.10.0.bb rename to 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 \ 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"