pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/poppler poppler: update to 22.10.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8761275845d8
branches:  trunk
changeset: 386686:8761275845d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 13 10:56:03 2022 +0000

description:
poppler: update to 22.10.0.

Release 22.10.0:
        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

diffstat:

 print/poppler/Makefile.common |  6 +++---
 print/poppler/PLIST           |  6 +++---
 print/poppler/distinfo        |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r 61960d11d9dc -r 8761275845d8 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Thu Oct 13 10:44:21 2022 +0000
+++ b/print/poppler/Makefile.common     Thu Oct 13 10:56:03 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.139 2022/09/03 17:01:30 wiz Exp $
+# $NetBSD: Makefile.common,v 1.140 2022/10/13 10:56:03 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=  22.09.0
+POPPLER_VERS=  22.10.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
@@ -18,7 +18,7 @@
 LICENSE=       gnu-gpl-v2
 
 DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
-PATCHDIR=      ${.CURDIR}/../../print/poppler/patches
+#PATCHDIR=     ${.CURDIR}/../../print/poppler/patches
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++17
diff -r 61960d11d9dc -r 8761275845d8 print/poppler/PLIST
--- a/print/poppler/PLIST       Thu Oct 13 10:44:21 2022 +0000
+++ b/print/poppler/PLIST       Thu Oct 13 10:56:03 2022 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.43 2022/09/03 17:01:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.44 2022/10/13 10:56:03 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.124
-lib/libpoppler.so.124.0.0
+lib/libpoppler.so.125
+lib/libpoppler.so.125.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md
diff -r 61960d11d9dc -r 8761275845d8 print/poppler/distinfo
--- a/print/poppler/distinfo    Thu Oct 13 10:44:21 2022 +0000
+++ b/print/poppler/distinfo    Thu Oct 13 10:56:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.166 2022/09/03 17:01:30 wiz Exp $
+$NetBSD: distinfo,v 1.167 2022/10/13 10:56:03 wiz Exp $
 
-BLAKE2s (poppler-22.09.0.tar.xz) = caae80147680c32b9f3154445cb6d9f4a99b23b8162118a520bbc81914ec863b
-SHA512 (poppler-22.09.0.tar.xz) = bd288b042ad6fa31584d733b941b7ba72d9e68407fda5596827d559be0f46cf27dd8e0b1b7e0d58c997e29b18c5f086486f900965229c61e034e31d8ac474613
-Size (poppler-22.09.0.tar.xz) = 1842704 bytes
+BLAKE2s (poppler-22.10.0.tar.xz) = 1d4e48613fc88c019c8f02ba04860f2c425920c2b19b3439cd85ad0f4c71219a
+SHA512 (poppler-22.10.0.tar.xz) = 9f80a08ae7c6c41c2ae9a2f3d2fbd8b65e430f290d2603aaa6df39d1d69f4418f76584c3f20733fb38731e4a57a8b04f55cf0f9753dd8a43be7b6d18f609f116
+Size (poppler-22.10.0.tar.xz) = 1844524 bytes



Home | Main Index | Thread Index | Old Index