aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poppler
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-01-12 22:51:54 +0100
committerKhem Raj <raj.khem@gmail.com>2021-01-13 10:22:23 -0800
commitefafa9bc1b429ed0d4f9ec59bae8746b72a632a3 (patch)
tree6cdd65e579fa78534a19aa0f34ad633faad72335 /meta-oe/recipes-support/poppler
parent35d249bb9a575a5a48491052896e121266d515f0 (diff)
downloadmeta-openembedded-contrib-efafa9bc1b429ed0d4f9ec59bae8746b72a632a3.tar.gz
poppler: upgrade 20.12.1 -> 21.01.0
Release 21.01.0 core: * Faster routines for jpeg decoding * Fix reading signatures in encrypted files * Add white point correction when lcms is used * JBIG2Stream: Fix byte counting * Fix potential data loss if we try to fetch a non existing Ref after modifying the document * Specifically use DeviceGray instead of DefaultGray for softmasks * Fix various issues handling broken files utils: * pdftocairo: Setmode binary for windows * pdfsig: Add hability to digitally sign files * pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdfimages: Account for rotation in PPI calculation qt5: * Add hability to digitally sign files qt6: * Add hability to digitally sign files build system: * Enable clang-tidy bugprone-signed-char-misuse Signed-off-by: Andreas Müller <schnitzeltony@gmail.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.01.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_20.12.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_20.12.1.bb b/meta-oe/recipes-support/poppler/poppler_21.01.0.bb
index 87a57523ff..4d4c310a4d 100644
--- a/meta-oe/recipes-support/poppler/poppler_20.12.1.bb
+++ b/meta-oe/recipes-support/poppler/poppler_21.01.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] = "d0aa2586c0a4296c775f0d2045f28bb95a694113fc995f95350faa12930f7b35"
+SRC_URI[sha256sum] = "016dde34e5f868ea98a32ca99b643325a9682281500942b7113f4ec88d20e2f3"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"