Ver código fonte

poppler: upgrade 0.90.1 -> 20.08.0

Looks like they changed release schema.

Release 20.08.0:
core:
 * Sub-page objects: initialize clip max values considering the render resolution. Issue #937
 * Splash: Set initial line width to 1. Issue #674
 * Fix stack overflow with specially crafted files
 * GfxShading: Simplify holding the Function
 * Splash: Fix x86 + windows asm build

qt5:
 * Deprecate Document::toc
 * Deprecate AnnotationUtils

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Müller 3 anos atrás
pai
commit
6c0961786b
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      meta-oe/recipes-support/poppler/poppler_20.08.0.bb

+ 1 - 2
meta-oe/recipes-support/poppler/poppler_0.90.1.bb → meta-oe/recipes-support/poppler/poppler_20.08.0.bb

@@ -7,8 +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[md5sum] = "b80a82f14459d31d929db421b0e8cf05"
-SRC_URI[sha256sum] = "984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4"
+SRC_URI[sha256sum] = "ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"