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 22.04.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6618365284ac
branches:  trunk
changeset: 378484:6618365284ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 04 06:33:40 2022 +0000

description:
poppler*: update to 22.04.0

Release 22.04.0:
        core:
         * Fix underline sometimes being drawn only partially
         * Fix Adobe Reader not reading some of the contents we write correctly
         * Fix code that workarounds some broken-ish files
         * FoFiTrueType: Parse CFF2 fonts too
         * FoFiTrueType: Support cmap types 2 and 13
         * Fix a few small memory leaks
         * code improvements

        qt:
         * Handle SaveAs named action
         * Annotations: don't change the text color when changing the font

        utils:
         * pdftotext: print creation and modification date when using htmlmeta param

        glib:
         * Fix returning internal data of temporary strings

        cpp:
         * Fix code incompatibility with MSVC

        build system:
         * poppler internal library is no longer forced to static on MSVC
         * Error out if iconv is not available and the cpp frontend is enabled
         * Require FreeType 2.8

diffstat:

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

diffs (56 lines):

diff -r 722f6b305958 -r 6618365284ac print/poppler-qt5/Makefile
--- a/print/poppler-qt5/Makefile        Wed May 04 06:02:19 2022 +0000
+++ b/print/poppler-qt5/Makefile        Wed May 04 06:33:40 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.53 2022/04/18 19:11:57 adam Exp $
+# $NetBSD: Makefile,v 1.54 2022/05/04 06:33:40 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-qt5-${POPPLER_VERS}
diff -r 722f6b305958 -r 6618365284ac print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Wed May 04 06:02:19 2022 +0000
+++ b/print/poppler/Makefile.common     Wed May 04 06:33:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.132 2022/03/08 10:09:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.133 2022/05/04 06:33:40 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.03.0
+POPPLER_VERS=  22.04.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
diff -r 722f6b305958 -r 6618365284ac print/poppler/PLIST
--- a/print/poppler/PLIST       Wed May 04 06:02:19 2022 +0000
+++ b/print/poppler/PLIST       Wed May 04 06:33:40 2022 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.39 2022/03/08 10:09:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2022/05/04 06:33:40 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.119
-lib/libpoppler.so.119.0.0
+lib/libpoppler.so.120
+lib/libpoppler.so.120.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md
diff -r 722f6b305958 -r 6618365284ac print/poppler/distinfo
--- a/print/poppler/distinfo    Wed May 04 06:02:19 2022 +0000
+++ b/print/poppler/distinfo    Wed May 04 06:33:40 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.161 2022/03/08 10:09:22 wiz Exp $
+$NetBSD: distinfo,v 1.162 2022/05/04 06:33:40 wiz Exp $
 
-BLAKE2s (poppler-22.03.0.tar.xz) = 0ce8d5286236e9612a5327b88d38a305bdcf457807b5a5d94bf934d712e8fbf9
-SHA512 (poppler-22.03.0.tar.xz) = f87bbff4f394f192095da0c00bdf8b5c70b7eb864941225aad2025e91283c3c42a0016a772e7e9ea73a86746251928fc64500f923e8fd841adae1c6e67d72569
-Size (poppler-22.03.0.tar.xz) = 1809940 bytes
+BLAKE2s (poppler-22.04.0.tar.xz) = 2b0da21d5afbc038d3e1de2aa9374c0cbd6820910da2d4a8404975267a8afa0f
+SHA512 (poppler-22.04.0.tar.xz) = 9dbbeb95cc4ae266f59d7fe0d25e2d8f41eecfe0315770c917cc3a2c721c3c1c47e5c8242aa06820a3146d59d33920e86782257e0604437e410fd42b417e70c5
+Size (poppler-22.04.0.tar.xz) = 1817800 bytes



Home | Main Index | Thread Index | Old Index