[oe-commits] [meta-openembedded] 33/42: poppler: upgrade 0.82.0 -> 0.84.0

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 08:51:49 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 70ac4381d3193128ac8b8c8e28369a8290176faf
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Thu Jan 9 22:05:10 2020 +0100

    poppler: upgrade 0.82.0 -> 0.84.0
    
    >From announcements:
    
    Release 0.84.0:
    core:
     * Fix crash when converting from Unicode to ASCII-7
     * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
     * JBIG2Stream: fix potential crash in malformed documents
     * JBIG2Stream: fix leak in reset() if called several times
     * Internal code improvements
    
    utils:
     * pdfimages: Add error message if first page is larger then number of pages.
     * pdfinfo: Improved paper size recognition
     * pdfsig: Fix exit code when dumping signatures
     * pdftocairo: Error out when even/odd selects 0 pages
     * pdftohtml: Fix memory leak
     * pdftoppm: Add an option to scale before rotate
     * pdftoppm: Add -hide-annotations option
     * pdftoppm: Error out when even/odd selects 0 pages
     * pdftops: Improve -optimizecolorspace
    
    qt5:
     * Code cleanups
    
    glib:
     * Fix compiler warnings
    
    Release 0.83.0:
    core:
     * Improve when a file is recognized as Linearized
     * Improve const-ness of the code
     * Make code a bit more readable/maintanable
     * Fix uninitialized memory uses in broken files
    
    utils:
     * pdffonts: Make code a bit more readable/maintanable
     * pdftohtml: Make code a bit more readable/maintanable
    
    qt5:
     * Remove a bunch of unused internal functions
     * trUtf8 -> tr (less warnings)
    
    build system:
     * make-glib-api-docs: switch to python3
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/poppler/poppler/basename-include.patch        | 4 ++--
 .../recipes-support/poppler/{poppler_0.82.0.bb => poppler_0.84.0.bb}  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/poppler/poppler/basename-include.patch b/meta-oe/recipes-support/poppler/poppler/basename-include.patch
index c18a5f5..3d6d7a8 100644
--- a/meta-oe/recipes-support/poppler/poppler/basename-include.patch
+++ b/meta-oe/recipes-support/poppler/poppler/basename-include.patch
@@ -16,8 +16,8 @@ index 830c1c80..e93eb368 100644
 --- a/goo/gbasename.cc
 +++ b/goo/gbasename.cc
 @@ -46,6 +46,10 @@
- #include <stdlib.h>
- #include <string.h>
+ #include <cstdlib>
+ #include <cstring>
  
 +#if !defined(__GLIBC__)
 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
diff --git a/meta-oe/recipes-support/poppler/poppler_0.82.0.bb b/meta-oe/recipes-support/poppler/poppler_0.84.0.bb
similarity index 93%
rename from meta-oe/recipes-support/poppler/poppler_0.82.0.bb
rename to meta-oe/recipes-support/poppler/poppler_0.84.0.bb
index 37f8593..0f3e505 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.82.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.84.0.bb
@@ -6,8 +6,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] = "4d6106c2382c5e66072e0b355acc3640"
-SRC_URI[sha256sum] = "234f8e573ea57fb6a008e7c1e56bfae1af5d1adf0e65f47555e1ae103874e4df"
+SRC_URI[md5sum] = "e14a8aca8809908ad4364c32c17bcb92"
+SRC_URI[sha256sum] = "c7a130da743b38a548f7a21fe5940506fb1949f4ebdd3209f0e5b302fa139731"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list