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: Wed May 4 06:33:41 UTC 2022
Modified Files:
pkgsrc/print/poppler: Makefile.common PLIST distinfo
pkgsrc/print/poppler-qt5: Makefile
Log Message:
poppler*: update to 22.04.0
Release 22.04.0:
core:
* Fix underline sometimes being drawn only partially
* Fix Adobe Reader not reading some of the contents we write correctly
* Fix code that workarounds some broken-ish files
* FoFiTrueType: Parse CFF2 fonts too
* FoFiTrueType: Support cmap types 2 and 13
* Fix a few small memory leaks
* code improvements
qt:
* Handle SaveAs named action
* Annotations: don't change the text color when changing the font
utils:
* pdftotext: print creation and modification date when using htmlmeta param
glib:
* Fix returning internal data of temporary strings
cpp:
* Fix code incompatibility with MSVC
build system:
* poppler internal library is no longer forced to static on MSVC
* Error out if iconv is not available and the cpp frontend is enabled
* Require FreeType 2.8
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.161 -r1.162 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.53 -r1.54 pkgsrc/print/poppler-qt5/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.132 pkgsrc/print/poppler/Makefile.common:1.133
--- pkgsrc/print/poppler/Makefile.common:1.132 Tue Mar 8 10:09:22 2022
+++ pkgsrc/print/poppler/Makefile.common Wed May 4 06:33:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.132 2022/03/08 10:09:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.133 2022/05/04 06:33:40 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.03.0
+POPPLER_VERS= 22.04.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.39 pkgsrc/print/poppler/PLIST:1.40
--- pkgsrc/print/poppler/PLIST:1.39 Tue Mar 8 10:09:22 2022
+++ pkgsrc/print/poppler/PLIST Wed May 4 06:33:40 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.39 2022/03/08 10:09:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2022/05/04 06:33:40 wiz Exp $
lib/libpoppler.so
-lib/libpoppler.so.119
-lib/libpoppler.so.119.0.0
+lib/libpoppler.so.120
+lib/libpoppler.so.120.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.161 pkgsrc/print/poppler/distinfo:1.162
--- pkgsrc/print/poppler/distinfo:1.161 Tue Mar 8 10:09:22 2022
+++ pkgsrc/print/poppler/distinfo Wed May 4 06:33:40 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.161 2022/03/08 10:09:22 wiz Exp $
+$NetBSD: distinfo,v 1.162 2022/05/04 06:33:40 wiz Exp $
-BLAKE2s (poppler-22.03.0.tar.xz) = 0ce8d5286236e9612a5327b88d38a305bdcf457807b5a5d94bf934d712e8fbf9
-SHA512 (poppler-22.03.0.tar.xz) = f87bbff4f394f192095da0c00bdf8b5c70b7eb864941225aad2025e91283c3c42a0016a772e7e9ea73a86746251928fc64500f923e8fd841adae1c6e67d72569
-Size (poppler-22.03.0.tar.xz) = 1809940 bytes
+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
Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.53 pkgsrc/print/poppler-qt5/Makefile:1.54
--- pkgsrc/print/poppler-qt5/Makefile:1.53 Mon Apr 18 19:11:57 2022
+++ pkgsrc/print/poppler-qt5/Makefile Wed May 4 06:33:40 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.53 2022/04/18 19:11:57 adam Exp $
+# $NetBSD: Makefile,v 1.54 2022/05/04 06:33:40 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt5-${POPPLER_VERS}
Home |
Main Index |
Thread Index |
Old Index