poppler: upgrade 22.09.0 -> 22.10.0

Changelog:
==========
  core:
   * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292
   * Protect against malformed files
   * Refactor code to not use strndup
   * Other small code refactoring

  utils:
   * pdftoppm: Avoid round-off errors when determining raster dimensions
   * pdftocairo: Avoid round-off errors when determining raster dimensions
   * pdftotext: Simplify memory handling

  qt:
   * Take into account flagNoView when getting/setting the visible status. KDE bug #456313

  build system:
   * Fix sed invocation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-10-09 08:36:58 +08:00 committed by Khem Raj
parent d5dbee665a
commit 7d6daf2ee2

View File

@ -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] = "d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e"
SRC_URI[sha256sum] = "04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"