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.02.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16bb38e53faa
branches:  trunk
changeset: 373974:16bb38e53faa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 15 19:26:48 2022 +0000

description:
poppler*: update to 22.02.0

Release 22.02.0:
        core:
         * Signature: Add a way to detect unsigned FormFieldSignature
         * Signature: Suport background image when using left and right text
         * Signature: Fix path where to search for Firefox NSS in Windows
         * Signature: Fix NSS code to work correctly in Windows/Android
         * Count only signature fields in PDFDoc::getNumSignatureFields
         * Minor code improvements

        qt:
         * Allow signing unsigned signature fields
         * Allow passing a background image for the signature when signing
         * Allow passing the document password when signing
         * Fix leftFontSize being ignored when signing

        glib:
         * try with utf8 password if latin1 fails
         * New method for getting all signature fields of a document
         * Fix compile with MSVC

        utils:
         * pdfsig: Fix compile with MSVC

        build system:
         * Fix NSS cmake check for MSVC

diffstat:

 print/poppler-glib/Makefile                          |   3 +-
 print/poppler-glib/PLIST                             |   4 +-
 print/poppler-qt5/PLIST                              |   4 +-
 print/poppler/Makefile                               |   3 +-
 print/poppler/Makefile.common                        |   4 +-
 print/poppler/PLIST                                  |   6 +-
 print/poppler/distinfo                               |  10 +--
 print/poppler/patches/patch-splash_SplashFontFile.cc |  41 --------------------
 8 files changed, 16 insertions(+), 59 deletions(-)

diffs (153 lines):

diff -r 032d0a621808 -r 16bb38e53faa print/poppler-glib/Makefile
--- a/print/poppler-glib/Makefile       Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler-glib/Makefile       Tue Feb 15 19:26:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2022/01/08 11:16:05 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2022/02/15 19:26:48 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -55,4 +55,5 @@
 .include "../../graphics/cairo-gobject/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 032d0a621808 -r 16bb38e53faa print/poppler-glib/PLIST
--- a/print/poppler-glib/PLIST  Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler-glib/PLIST  Tue Feb 15 19:26:48 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2022/01/08 11:16:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.35 2022/02/15 19:26:48 wiz Exp $
 include/poppler/glib/poppler-action.h
 include/poppler/glib/poppler-annot.h
 include/poppler/glib/poppler-attachment.h
@@ -17,6 +17,6 @@
 lib/girepository-1.0/Poppler-0.18.typelib
 lib/libpoppler-glib.so
 lib/libpoppler-glib.so.8
-lib/libpoppler-glib.so.8.22.0
+lib/libpoppler-glib.so.8.23.0
 lib/pkgconfig/poppler-glib.pc
 share/gir-1.0/Poppler-0.18.gir
diff -r 032d0a621808 -r 16bb38e53faa print/poppler-qt5/PLIST
--- a/print/poppler-qt5/PLIST   Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler-qt5/PLIST   Tue Feb 15 19:26:48 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2021/11/07 13:01:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/02/15 19:26:48 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.30.0
+lib/libpoppler-qt5.so.1.31.0
 lib/pkgconfig/poppler-qt5.pc
diff -r 032d0a621808 -r 16bb38e53faa print/poppler/Makefile
--- a/print/poppler/Makefile    Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler/Makefile    Tue Feb 15 19:26:48 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2022/02/06 08:36:18 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2022/02/15 19:26:48 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
-PKGREVISION=   1
 COMMENT=       PDF rendering library
 
 PKGCONFIG_OVERRIDE+=   poppler.pc.cmake
diff -r 032d0a621808 -r 16bb38e53faa print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler/Makefile.common     Tue Feb 15 19:26:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.130 2022/02/06 08:36:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.131 2022/02/15 19:26:48 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.01.0
+POPPLER_VERS=  22.02.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
diff -r 032d0a621808 -r 16bb38e53faa print/poppler/PLIST
--- a/print/poppler/PLIST       Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler/PLIST       Tue Feb 15 19:26:48 2022 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.37 2022/01/08 11:16:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.38 2022/02/15 19:26:48 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.117
-lib/libpoppler.so.117.0.0
+lib/libpoppler.so.118
+lib/libpoppler.so.118.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md
diff -r 032d0a621808 -r 16bb38e53faa print/poppler/distinfo
--- a/print/poppler/distinfo    Tue Feb 15 19:26:31 2022 +0000
+++ b/print/poppler/distinfo    Tue Feb 15 19:26:48 2022 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.159 2022/01/30 12:07:02 rhialto Exp $
+$NetBSD: distinfo,v 1.160 2022/02/15 19:26:48 wiz Exp $
 
-BLAKE2s (poppler-22.01.0.tar.xz) = cced69fa9241f7aa0c6cc5af2ccbdf8457724f97a7e54f9c755b7b51416ce1d1
-SHA512 (poppler-22.01.0.tar.xz) = c6ea908a9188483ca588ac81d3e92dd15a405f90d36cc7059e618c8a7e3e9faeda82717aba5df34adb4a0a94e2fbecd472acec44972272349cc8d5a57b7405d1
-Size (poppler-22.01.0.tar.xz) = 1801984 bytes
-SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff
-SHA1 (patch-splash_SplashFontFile.cc) = f57e5bd727fdba6e769802eb2bb5a0ca0f960f0c
+BLAKE2s (poppler-22.02.0.tar.xz) = 31aafa2fc4419c7cbeb41a45235a0795c081aaeec03f277d9cffcd2b2d4d5d97
+SHA512 (poppler-22.02.0.tar.xz) = 61867241d6d076dae554d654a8ad3b1a073079bad31f45170516b886fabb4c238ff2d49705924da219e128eb4052ac6337121967347600e54f61790dd0eed487
+Size (poppler-22.02.0.tar.xz) = 1807024 bytes
diff -r 032d0a621808 -r 16bb38e53faa print/poppler/patches/patch-splash_SplashFontFile.cc
--- a/print/poppler/patches/patch-splash_SplashFontFile.cc      Tue Feb 15 19:26:31 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-$NetBSD: patch-splash_SplashFontFile.cc,v 1.1 2022/01/30 12:07:02 rhialto Exp $
-
-Avoid build break with g++ 8:
-
-[ 98%] Linking CXX executable poppler-render
-/usr/bin/ld: ../../libpoppler.so.117.0.0: undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()'
-/usr/bin/ld: ../../libpoppler.so.117.0.0: undefined reference to `std::filesystem::remove(std::filesystem::__cxx11::path const&, std::error_code&)'
-collect2: error: ld returned 1 exit status
-
-Patch is similar to upstream's issue 1203:
-https://gitlab.freedesktop.org/poppler/poppler/-/issues/1203
-
---- splash/SplashFontFile.cc.orig      2022-01-05 12:53:41.000000000 +0000
-+++ splash/SplashFontFile.cc
-@@ -23,12 +23,7 @@
- #include <config.h>
- 
- #include <cstdio>
--// TODO remove here and below once we depend on a new enough gcc in our CI
--#if __has_include(<filesystem>)
--#    include <filesystem>
--#else
- #    include <unistd.h>
--#endif
- #include "goo/gmem.h"
- #include "goo/GooString.h"
- #include "SplashFontFile.h"
-@@ -81,13 +76,7 @@ SplashFontSrc::~SplashFontSrc()
-     if (deleteSrc) {
-         if (isFile) {
-             if (fileName) {
--#if __has_include(<filesystem>)
--                // We don't care about any error, but we don't want it to throw
--                std::error_code error_code;
--                std::filesystem::remove(fileName->c_str(), error_code);
--#else
-                 unlink(fileName->c_str());
--#endif
-             }
-         } else {
-             if (buf)



Home | Main Index | Thread Index | Old Index