pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 13 10:56:03 UTC 2022

Modified Files:
        pkgsrc/print/poppler: Makefile.common PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.166 -r1.167 pkgsrc/print/poppler/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.139 pkgsrc/print/poppler/Makefile.common:1.140
--- pkgsrc/print/poppler/Makefile.common:1.139  Sat Sep  3 17:01:30 2022
+++ pkgsrc/print/poppler/Makefile.common        Thu Oct 13 10:56:03 2022
@@ -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 @@ HOMEPAGE=     https://poppler.freedesktop.or
 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

Index: pkgsrc/print/poppler/PLIST
diff -u pkgsrc/print/poppler/PLIST:1.43 pkgsrc/print/poppler/PLIST:1.44
--- pkgsrc/print/poppler/PLIST:1.43     Sat Sep  3 17:01:30 2022
+++ pkgsrc/print/poppler/PLIST  Thu Oct 13 10:56:03 2022
@@ -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

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.166 pkgsrc/print/poppler/distinfo:1.167
--- pkgsrc/print/poppler/distinfo:1.166 Sat Sep  3 17:01:30 2022
+++ pkgsrc/print/poppler/distinfo       Thu Oct 13 10:56:03 2022
@@ -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