From 51e2d260b9f3cdf2e42dc8819fce9489d991e468 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:29 +0800 Subject: [PATCH] poppler: upgrade 24.09.0 -> 24.11.0 Changelog: ============ core: * Fix rendering of some buttons * Fix selecting fonts in TTC font collections * CairoOutputDev: prevent infinite loop in functionShadedFill() * Fix some unstable headers not being usable on their own * Fix some headers not being usable on their own * Add support for SubmitForms Links * Internal code improvements * Fix crash in malformed documents glib: * Fix some headers not being usable on their own * add INSTALL_GLIB_DEMO option to install poppler-glib-demo * Fix Launch action with unicode encoded filenames * add auto_cleanup functions so that consumers can use g_auto* * fix closure GI annotation qt6: * Fix memory handling issue on signature creation * Fix Launch action with unicode encoded filenames * Add support for SubmitForms Links * Add API for creating signature field without signing immediately qt5: * Fix Launch action with unicode encoded filenames * Add support for SubmitForms Links build system: * Remove duplicate definitions * cmake: Set CMAKE_C_STANDARD to 17 * Use the boosts own cmake file as suggested by cmake itself Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../poppler/{poppler_24.09.0.bb => poppler_24.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poppler/{poppler_24.09.0.bb => poppler_24.11.0.bb} (96%) diff --git a/meta-oe/recipes-support/poppler/poppler_24.09.0.bb b/meta-oe/recipes-support/poppler/poppler_24.11.0.bb similarity index 96% rename from meta-oe/recipes-support/poppler/poppler_24.09.0.bb rename to meta-oe/recipes-support/poppler/poppler_24.11.0.bb index fb6b534cf4..8b9888a78a 100644 --- a/meta-oe/recipes-support/poppler/poppler_24.09.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_24.11.0.bb @@ -8,7 +8,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ file://basename-include.patch \ file://0001-cmake-Do-not-use-isystem.patch \ " -SRC_URI[sha256sum] = "ebd857987e2395608c69fdc44009692d5906f13b612c5280beff65a0b75dc255" +SRC_URI[sha256sum] = "7723d880565211740c13649d24a300257b86ddd7fa2d208187ff7e5cc8dfbd58" DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native"