poppler: upgrade 0.89.0 -> 0.90.1

Release 0.90.1:
core:
 * Fix regression on PS conversion.
   Regression only happened on applications that are locale enabled
   i.e. Okular but not pdftops, when using a quite new lcms and
   the user locale uses , as decimal separator instead of .
 * Add UTF16LE support to TextStringToUCS4.
   Even if the standard clearly says it should be UTF16BE

Release 0.90.0:
core:
 * Color profile tweaks
 * Small signature improvements
 * BBoxOutputDev: Fix calculation when type3 fonts are involved
 * Fix potential crash when reading Forms
 * Fix infinite loop in broken file

glib:
 * Fix adding annots in rotated pages
 * Add ability to reset forms
 * Several fixes to the documentation

qt5:
 * Make it clear we require Qt 5.5
 * demo: Fix crash on broken files
 * Small documentation improvements

utils:
 * pdftoppm: Add option to set display profile
 * pdftops: Add a -rasterize option with values always, never, or whenneeded

build system:
 * Require cmake 3.5
 * More modern cmake way to link against curl

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller
2020-07-31 02:00:05 +02:00
committed by Khem Raj
parent 6443044ca9
commit 51506aaa6c
2 changed files with 8 additions and 5 deletions
@@ -5,6 +5,9 @@ Subject: [PATCH 3/3] Minic GNU basename() API for non-glibc library e.g. musl
Upstream-Status: Pending
Rework for poppler 0.90.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
@@ -12,7 +15,7 @@ Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
1 file changed, 4 insertions(+)
diff --git a/goo/gbasename.cc b/goo/gbasename.cc
index 830c1c80..e93eb368 100644
index 69236d8..3858415 100644
--- a/goo/gbasename.cc
+++ b/goo/gbasename.cc
@@ -46,6 +46,10 @@
@@ -23,9 +26,9 @@ index 830c1c80..e93eb368 100644
+#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
+#endif
+
std::string gbasename(const char* filename)
std::string gbasename(const char *filename)
{
#ifdef _MSC_VER
--
2.17.0
2.21.3
@@ -7,8 +7,8 @@ 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] = "92ac57f60ae8c3a1f8bfe01c9530b7b5"
SRC_URI[sha256sum] = "fba230364537782cc5d43b08d693ef69c36586286349683c7b127156a8ef9b5c"
SRC_URI[md5sum] = "b80a82f14459d31d929db421b0e8cf05"
SRC_URI[sha256sum] = "984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"