pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print poppler*: update to 21.01.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4203ab61487d
branches:  trunk
changeset: 444318:4203ab61487d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 04 17:57:50 2021 +0000

description:
poppler*: update to 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

Release 20.12.1:
        core:
         * PSOutputDev: fixing regression in the rasterization code. Issue #1002
         * Add missing profile copy operation in GfxICCBasedColorSpace::copy()
         * Fix issue in broken files

        build system:
         * Use modern CMake linking for Qt and boost

Release 20.12.0:
        core:
         * Draw better circles for circle annotations
         * Fix annotation line width if no appearance stream or style are given
         * Tweak rendering of highlight annotations
         * Fix border rendering of some annotations
         * Fix rendering of some files. Issue #976 Issue #567
         * PSOutputDev: provide options to set the rasterization color space and ICC profile
         * PSOutputDev: for splashModeCMYK8 and language level >=2 activate overprint emulation
         * PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + overprint
         * Use the font name without subset tag when querying for a system font
         * Splash: Fix wrong x adjustment during clipping
         * Splash: Fix blitImage in uncolored tiling patterns
         * timeToDateString: We forgot the ' after the minutes
         * Move psLevel to PSOutputDev creation
         * Fix several issues in broken files

        utils:
         * pdftops: provide options to set the rasterization color space and ICC profile
         * pdftops: for splashModeCMYK8 and language level >=2 activate overprint emulation

        cpp:
         * New fuzzers

        glib:
         * New fuzzers

        qt5:
         * New fuzzers

        build system:
         * gcc: Enable -fno-operator-names
         * Remove obsolete bool-to-binary macro
         * Remove obsolete version-check macro for pkgconfig
         * Remove .pc files for private back-ends
         * Remove redundant unit-test macro

diffstat:

 print/poppler-qt5/PLIST       |   4 ++--
 print/poppler/Makefile.common |   4 ++--
 print/poppler/PLIST           |   8 +++-----
 print/poppler/distinfo        |  10 +++++-----
 4 files changed, 12 insertions(+), 14 deletions(-)

diffs (67 lines):

diff -r 15b8d056d8e7 -r 4203ab61487d print/poppler-qt5/PLIST
--- a/print/poppler-qt5/PLIST   Mon Jan 04 16:42:35 2021 +0000
+++ b/print/poppler-qt5/PLIST   Mon Jan 04 17:57:50 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/11/20 19:08:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/01/04 17:57:51 wiz Exp $
 include/poppler/qt5/poppler-annotation.h
 include/poppler/qt5/poppler-export.h
 include/poppler/qt5/poppler-form.h
@@ -10,5 +10,5 @@
 include/poppler/qt5/poppler-version.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.26.0
+lib/libpoppler-qt5.so.1.27.0
 lib/pkgconfig/poppler-qt5.pc
diff -r 15b8d056d8e7 -r 4203ab61487d print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Mon Jan 04 16:42:35 2021 +0000
+++ b/print/poppler/Makefile.common     Mon Jan 04 17:57:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.119 2020/11/20 19:08:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.120 2021/01/04 17:57:50 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
 # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=  20.11.0
+POPPLER_VERS=  21.01.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
diff -r 15b8d056d8e7 -r 4203ab61487d print/poppler/PLIST
--- a/print/poppler/PLIST       Mon Jan 04 16:42:35 2021 +0000
+++ b/print/poppler/PLIST       Mon Jan 04 17:57:50 2021 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.30 2020/11/20 19:08:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.31 2021/01/04 17:57:50 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.104
-lib/libpoppler.so.104.0.0
-lib/pkgconfig/poppler-cairo.pc
-lib/pkgconfig/poppler-splash.pc
+lib/libpoppler.so.106
+lib/libpoppler.so.106.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md
diff -r 15b8d056d8e7 -r 4203ab61487d print/poppler/distinfo
--- a/print/poppler/distinfo    Mon Jan 04 16:42:35 2021 +0000
+++ b/print/poppler/distinfo    Mon Jan 04 17:57:50 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.148 2020/11/20 19:08:05 wiz Exp $
+$NetBSD: distinfo,v 1.149 2021/01/04 17:57:50 wiz Exp $
 
-SHA1 (poppler-20.11.0.tar.xz) = 0aa751121aed6ee2220ef3ea16b9df8f9b2e81c1
-RMD160 (poppler-20.11.0.tar.xz) = fc3b21544423fd5e8eaf80de63dd42c9348138a5
-SHA512 (poppler-20.11.0.tar.xz) = c8237e931ef20d939656e2600453fffb12a2beeafb273782b2069aec6e5915d8cc85136982b7eaf5956af30ce00da2faf84d86ffab47f725447dfbb9d6ffe335
-Size (poppler-20.11.0.tar.xz) = 1648432 bytes
+SHA1 (poppler-21.01.0.tar.xz) = 692697b218efd08ebaeb4ff96861a4d2ad20bdc2
+RMD160 (poppler-21.01.0.tar.xz) = 413dddbde79dbd786e3fa31f96e24e166b02e8d4
+SHA512 (poppler-21.01.0.tar.xz) = aec130446df73a2fc66851a563a14cb40299212a2de4a0d03668b0fecb28312fffa70d0a82431c774d0c0e3f7293788bd2bdf28c8136aa09ad80edbca4cf0ddd
+Size (poppler-21.01.0.tar.xz) = 1680536 bytes
 SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff
 SHA1 (patch-qt5_src_poppler-page.cc) = e9f83a7c9d529acb5e3f6db5f112fb6c7eb2800b



Home | Main Index | Thread Index | Old Index