pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 29 10:02:26 UTC 2021

Modified Files:
        pkgsrc/print/poppler: Makefile.common PLIST distinfo

Log Message:
poppler*: update to 21.09.0

Release 21.09.0:
        core:
         * Splash: Massive spped improvement on files that use lots of save/restore (q/Q) operators
         * Correct decoding of signature properties Reason & Location when they are Unicode
         * Fix issues with malformed files
         * MSVC build fixes

        build system:
         * Call cmake_minium_required() before project()
         * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
         * correctly forward user-provided flags to try_compile()

Release 21.08.0:
        core:
         * Add API to allow addition and modification of outlines into a PDF
         * Use additional samples to test for constant parts of an axial gradient
         * forms: Create fallback fonts for some well known font names
         * Support reading the PDF Version from the Catalog
         * Fix XRef::copy when there are modified objects
         * Take into account that Date string may be in unicode
         * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
         * Replace a local bubble sort implementation by std::sort
         * Fix issues with malformed files

        build system:
         * Better error message when libjpeg is not found
         * Better error messages when libopenjpeg2 is not found

        qt5/qt6:
         * Document that a document has to outlive its pages
         * Make getPdfVersion return a dedicated version object

        glib:
         * mimick TextSelectionDumper logic change for spaceAfter


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.153 -r1.154 pkgsrc/print/poppler/distinfo

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.124 pkgsrc/print/poppler/Makefile.common:1.125
--- pkgsrc/print/poppler/Makefile.common:1.124  Thu Jul 15 11:31:25 2021
+++ pkgsrc/print/poppler/Makefile.common        Wed Sep 29 10:02:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.124 2021/07/15 11:31:25 wiz Exp $
+# $NetBSD: Makefile.common,v 1.125 2021/09/29 10:02:26 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=  21.07.0
+POPPLER_VERS=  21.09.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.34 pkgsrc/print/poppler/PLIST:1.35
--- pkgsrc/print/poppler/PLIST:1.34     Thu Jun 10 10:59:29 2021
+++ pkgsrc/print/poppler/PLIST  Wed Sep 29 10:02:26 2021
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.34 2021/06/10 10:59:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.35 2021/09/29 10:02:26 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.111
-lib/libpoppler.so.111.0.0
+lib/libpoppler.so.113
+lib/libpoppler.so.113.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.153 pkgsrc/print/poppler/distinfo:1.154
--- pkgsrc/print/poppler/distinfo:1.153 Thu Jul 15 11:31:25 2021
+++ pkgsrc/print/poppler/distinfo       Wed Sep 29 10:02:26 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.153 2021/07/15 11:31:25 wiz Exp $
+$NetBSD: distinfo,v 1.154 2021/09/29 10:02:26 wiz Exp $
 
-SHA1 (poppler-21.07.0.tar.xz) = 3d59954880389103fa2a30027a992de9450008ab
-RMD160 (poppler-21.07.0.tar.xz) = b0dafbc1e0a748c056bfccbe510f74b2d2a66c2f
-SHA512 (poppler-21.07.0.tar.xz) = ce1d8a5dd4a300a24aa71aea4919262e108ce1717dee04863da41de0962e4c0067e9c703c190386bd66d9c4ef54d04513cc8509f4beaf76e996576912d2583e8
-Size (poppler-21.07.0.tar.xz) = 1709664 bytes
+SHA1 (poppler-21.09.0.tar.xz) = e338619c4229301ddb7f590d7f8ea5cdd2b0798a
+RMD160 (poppler-21.09.0.tar.xz) = e645e19194be08a92e418d2e0f81109c247256ea
+SHA512 (poppler-21.09.0.tar.xz) = e63181b98cbcb71e5b1beefce3aa7c196f69a7adc4304c8ced70eac7ab8a7edf918988faeb2a23727ecaafd6f4a809f561fa1c86f1fda0ab7e5e2dc882a5ab55
+Size (poppler-21.09.0.tar.xz) = 1722828 bytes
 SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff



Home | Main Index | Thread Index | Old Index