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 0.65.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8555791741bf
branches:  trunk
changeset: 309419:8555791741bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 17 14:29:55 2018 +0000

description:
poppler*: update to 0.65.0

Release 0.65.0
        core:
         * SplashOutputDev: Add the invisible character check beginType3Char. Bug #106244
         * XRef: Fix runtime undefined behaviour. Bug #105970
         * Fix issues with malformed documents. Bug #104942, #103238
         * Remove GooHash after replacing it by std::unordered_map
         * Add conversion methods between GooString and std::string.

        cpp:
         * Add newline after error message
         * Expose more image modes, add option to select mode in renderer. Bug #105558

        build system:
         * Fix compilation with libc++
         * Small improvement to FindLIBOPENJPEG2.cmake

        qt5:
         * Add widget annot actions to FormFields

        utils:
         * pdffonts: Minor formatting changes in the man page. Bug #105194

diffstat:

 print/poppler-cpp/PLIST       |   4 ++--
 print/poppler-includes/PLIST  |   3 +--
 print/poppler-qt5/PLIST       |   4 ++--
 print/poppler/Makefile.common |   4 ++--
 print/poppler/PLIST           |   6 +++---
 print/poppler/distinfo        |  10 +++++-----
 6 files changed, 15 insertions(+), 16 deletions(-)

diffs (98 lines):

diff -r e055b125b4f0 -r 8555791741bf print/poppler-cpp/PLIST
--- a/print/poppler-cpp/PLIST   Sun Jun 17 13:54:49 2018 +0000
+++ b/print/poppler-cpp/PLIST   Sun Jun 17 14:29:55 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/17 05:20:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/06/17 14:29:55 wiz Exp $
 include/poppler/cpp/poppler-document.h
 include/poppler/cpp/poppler-embedded-file.h
 include/poppler/cpp/poppler-font.h
@@ -12,5 +12,5 @@
 include/poppler/cpp/poppler-version.h
 lib/libpoppler-cpp.so
 lib/libpoppler-cpp.so.0
-lib/libpoppler-cpp.so.0.4.0
+lib/libpoppler-cpp.so.0.5.0
 lib/pkgconfig/poppler-cpp.pc
diff -r e055b125b4f0 -r 8555791741bf print/poppler-includes/PLIST
--- a/print/poppler-includes/PLIST      Sun Jun 17 13:54:49 2018 +0000
+++ b/print/poppler-includes/PLIST      Sun Jun 17 14:29:55 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/01/10 22:20:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/06/17 14:29:55 wiz Exp $
 include/poppler/Annot.h
 include/poppler/Array.h
 include/poppler/BuiltinFont.h
@@ -85,7 +85,6 @@
 include/poppler/fofi/FoFiType1.h
 include/poppler/fofi/FoFiType1C.h
 include/poppler/goo/FixedPoint.h
-include/poppler/goo/GooHash.h
 include/poppler/goo/GooLikely.h
 include/poppler/goo/GooList.h
 include/poppler/goo/GooMutex.h
diff -r e055b125b4f0 -r 8555791741bf print/poppler-qt5/PLIST
--- a/print/poppler-qt5/PLIST   Sun Jun 17 13:54:49 2018 +0000
+++ b/print/poppler-qt5/PLIST   Sun Jun 17 14:29:55 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/04/28 20:15:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/06/17 14:29:55 wiz Exp $
 include/poppler/qt5/poppler-annotation.h
 include/poppler/qt5/poppler-export.h
 include/poppler/qt5/poppler-form.h
@@ -9,5 +9,5 @@
 include/poppler/qt5/poppler-qt5.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.14.0
+lib/libpoppler-qt5.so.1.15.0
 lib/pkgconfig/poppler-qt5.pc
diff -r e055b125b4f0 -r 8555791741bf print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Sun Jun 17 13:54:49 2018 +0000
+++ b/print/poppler/Makefile.common     Sun Jun 17 14:29:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.97 2018/04/28 20:15:17 wiz Exp $
+# $NetBSD: Makefile.common,v 1.98 2018/06/17 14:29:55 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=          0.64.0
+POPPLER_VERS=          0.65.0
 DISTNAME=              poppler-${POPPLER_VERS}
 CATEGORIES=            print
 MASTER_SITES=          https://poppler.freedesktop.org/
diff -r e055b125b4f0 -r 8555791741bf print/poppler/PLIST
--- a/print/poppler/PLIST       Sun Jun 17 13:54:49 2018 +0000
+++ b/print/poppler/PLIST       Sun Jun 17 14:29:55 2018 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.11 2018/04/28 20:15:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/06/17 14:29:55 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.75
-lib/libpoppler.so.75.0.0
+lib/libpoppler.so.76
+lib/libpoppler.so.76.0.0
 lib/pkgconfig/poppler-splash.pc
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README
diff -r e055b125b4f0 -r 8555791741bf print/poppler/distinfo
--- a/print/poppler/distinfo    Sun Jun 17 13:54:49 2018 +0000
+++ b/print/poppler/distinfo    Sun Jun 17 14:29:55 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.127 2018/04/28 20:15:17 wiz Exp $
+$NetBSD: distinfo,v 1.128 2018/06/17 14:29:55 wiz Exp $
 
-SHA1 (poppler-0.64.0.tar.xz) = 2b78d021a14f29681202654d04cb227909a7fc2e
-RMD160 (poppler-0.64.0.tar.xz) = dee563d1a8d4d42cd3f5f2a9d247411fc010d77d
-SHA512 (poppler-0.64.0.tar.xz) = 2799c3f628e63803eb11a25e54798a136aad91ea843d4bc1fb284af478f4a8cde87b7f95fc28cf23baf25975fbde6ca93f6ac91befb87af42e642c7650053f1c
-Size (poppler-0.64.0.tar.xz) = 1449904 bytes
+SHA1 (poppler-0.65.0.tar.xz) = 181630b228ec036be3e587c23ada1a50f617fc61
+RMD160 (poppler-0.65.0.tar.xz) = eeb55ce5f712287eeb01bd054df0033663a255ce
+SHA512 (poppler-0.65.0.tar.xz) = 4a2c31307ab703bd25e1b5ac1185a897e1c96de13daa4fc4849974f6ea6cec8066e8cd9ea061f65620c71ea56a09b2cd355c4e42e9a4eb9a674a11648e3ec977
+Size (poppler-0.65.0.tar.xz) = 1451720 bytes
 SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa
 SHA1 (patch-poppler_CMap.cc) = d37745ea4cbeae76ad43c4ac74e942531f7b7dd8



Home | Main Index | Thread Index | Old Index