Skip to content

Commit

Permalink
poppler: update to 22.10.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0-wiz-0 committed Oct 13, 2022
1 parent 09a69d7 commit e568273
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions print/poppler/Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand All @@ -18,7 +18,7 @@ HOMEPAGE= https://poppler.freedesktop.org/
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
Expand Down
6 changes: 3 additions & 3 deletions print/poppler/PLIST
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions print/poppler/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e568273

Please sign in to comment.