pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 17 14:29:55 UTC 2018

Modified Files:
        pkgsrc/print/poppler: Makefile.common PLIST distinfo
        pkgsrc/print/poppler-cpp: PLIST
        pkgsrc/print/poppler-includes: PLIST
        pkgsrc/print/poppler-qt5: PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.127 -r1.128 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/poppler-cpp/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/poppler-includes/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/poppler-qt5/PLIST

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.97 pkgsrc/print/poppler/Makefile.common:1.98
--- pkgsrc/print/poppler/Makefile.common:1.97   Sat Apr 28 20:15:17 2018
+++ pkgsrc/print/poppler/Makefile.common        Sun Jun 17 14:29:55 2018
@@ -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/

Index: pkgsrc/print/poppler/PLIST
diff -u pkgsrc/print/poppler/PLIST:1.11 pkgsrc/print/poppler/PLIST:1.12
--- pkgsrc/print/poppler/PLIST:1.11     Sat Apr 28 20:15:17 2018
+++ pkgsrc/print/poppler/PLIST  Sun Jun 17 14:29:55 2018
@@ -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

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.127 pkgsrc/print/poppler/distinfo:1.128
--- pkgsrc/print/poppler/distinfo:1.127 Sat Apr 28 20:15:17 2018
+++ pkgsrc/print/poppler/distinfo       Sun Jun 17 14:29:55 2018
@@ -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

Index: pkgsrc/print/poppler-cpp/PLIST
diff -u pkgsrc/print/poppler-cpp/PLIST:1.3 pkgsrc/print/poppler-cpp/PLIST:1.4
--- pkgsrc/print/poppler-cpp/PLIST:1.3  Tue Apr 17 05:20:34 2018
+++ pkgsrc/print/poppler-cpp/PLIST      Sun Jun 17 14:29:55 2018
@@ -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-toc.h
 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

Index: pkgsrc/print/poppler-includes/PLIST
diff -u pkgsrc/print/poppler-includes/PLIST:1.15 pkgsrc/print/poppler-includes/PLIST:1.16
--- pkgsrc/print/poppler-includes/PLIST:1.15    Wed Jan 10 22:20:20 2018
+++ pkgsrc/print/poppler-includes/PLIST Sun Jun 17 14:29:55 2018
@@ -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/FoFiTrueType.h
 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

Index: pkgsrc/print/poppler-qt5/PLIST
diff -u pkgsrc/print/poppler-qt5/PLIST:1.6 pkgsrc/print/poppler-qt5/PLIST:1.7
--- pkgsrc/print/poppler-qt5/PLIST:1.6  Sat Apr 28 20:15:18 2018
+++ pkgsrc/print/poppler-qt5/PLIST      Sun Jun 17 14:29:55 2018
@@ -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-page-transit
 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



Home | Main Index | Thread Index | Old Index