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 Jul 3 17:07:44 UTC 2022
Modified Files:
pkgsrc/print/poppler: Makefile.common PLIST distinfo
pkgsrc/print/poppler-cpp: PLIST
pkgsrc/print/poppler-glib: Makefile
Log Message:
poppler*: update to 22.06.0
Release 22.06.0:
core:
* Forms: Fix crash in forms with their own DR
* Refactor CairoFontEngine caching
* CairoOutputDev: preserve text color when drawing type 3 glyphs
* Windows: font code simplification
* Minor code improvements
cpp:
* Add missing header
utils:
* pdfattach: Assume filename is utf8 encoded
* pdftohtml: Fix type 3 font size calculation
Release 22.05.0:
core:
* Annotations: Make sure we embed fonts for the FreeText annots
* Forms: Make sure we embedd fonts as needed
* Signatures: Make sure we embed the needed fonts
* CairoOutputDev: color type 3 fonts
* fix two bugs in multiline find_text()
* code improvements
utils:
* pdftotext: added TSV mode
* HtmlOutputDev: don't use png.h
cpp:
* Use time_t for time
* Add page_transition::durationReal
qt:
* Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence`
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.40 -r1.41 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.162 -r1.163 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/poppler-cpp/PLIST
cvs rdiff -u -r1.97 -r1.98 pkgsrc/print/poppler-glib/Makefile
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.134 pkgsrc/print/poppler/Makefile.common:1.135
--- pkgsrc/print/poppler/Makefile.common:1.134 Sat May 21 07:43:57 2022
+++ pkgsrc/print/poppler/Makefile.common Sun Jul 3 17:07:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.134 2022/05/21 07:43:57 nia Exp $
+# $NetBSD: Makefile.common,v 1.135 2022/07/03 17:07:44 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.04.0
+POPPLER_VERS= 22.06.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.40 pkgsrc/print/poppler/PLIST:1.41
--- pkgsrc/print/poppler/PLIST:1.40 Wed May 4 06:33:40 2022
+++ pkgsrc/print/poppler/PLIST Sun Jul 3 17:07:44 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.40 2022/05/04 06:33:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.41 2022/07/03 17:07:44 wiz Exp $
lib/libpoppler.so
-lib/libpoppler.so.120
-lib/libpoppler.so.120.0.0
+lib/libpoppler.so.122
+lib/libpoppler.so.122.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.162 pkgsrc/print/poppler/distinfo:1.163
--- pkgsrc/print/poppler/distinfo:1.162 Wed May 4 06:33:40 2022
+++ pkgsrc/print/poppler/distinfo Sun Jul 3 17:07:44 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.162 2022/05/04 06:33:40 wiz Exp $
+$NetBSD: distinfo,v 1.163 2022/07/03 17:07:44 wiz Exp $
-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
+BLAKE2s (poppler-22.06.0.tar.xz) = 23443958e02733b8cc3e169b3f7656536336121ee4bc72db235fc576eebefce7
+SHA512 (poppler-22.06.0.tar.xz) = 79e1a1440a0903ea6238dcc7afc4ecdf1f8cc53af94ec5649f631fca568711d48a7ec4046fccb8520818420dc21e4ad1aaf602c22b13f9ce22f4d06edc83c8a3
+Size (poppler-22.06.0.tar.xz) = 1834980 bytes
Index: pkgsrc/print/poppler-cpp/PLIST
diff -u pkgsrc/print/poppler-cpp/PLIST:1.7 pkgsrc/print/poppler-cpp/PLIST:1.8
--- pkgsrc/print/poppler-cpp/PLIST:1.7 Thu Apr 8 06:14:38 2021
+++ pkgsrc/print/poppler-cpp/PLIST Sun Jul 3 17:07:44 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/04/08 06:14:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/07/03 17:07:44 wiz Exp $
include/poppler/cpp/poppler-destination.h
include/poppler/cpp/poppler-document.h
include/poppler/cpp/poppler-embedded-file.h
@@ -15,5 +15,5 @@ include/poppler/cpp/poppler-version.h
include/poppler/cpp/poppler_cpp_export.h
lib/libpoppler-cpp.so
lib/libpoppler-cpp.so.0
-lib/libpoppler-cpp.so.0.9.0
+lib/libpoppler-cpp.so.0.10.0
lib/pkgconfig/poppler-cpp.pc
Index: pkgsrc/print/poppler-glib/Makefile
diff -u pkgsrc/print/poppler-glib/Makefile:1.97 pkgsrc/print/poppler-glib/Makefile:1.98
--- pkgsrc/print/poppler-glib/Makefile:1.97 Tue Jun 7 20:36:50 2022
+++ pkgsrc/print/poppler-glib/Makefile Sun Jul 3 17:07:44 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2022/06/07 20:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2022/07/03 17:07:44 wiz Exp $
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
-PKGREVISION= 1
COMMENT= PDF rendering library (GLib wrapper)
Home |
Main Index |
Thread Index |
Old Index