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 21.05.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a0315d53cda
branches: trunk
changeset: 452932:1a0315d53cda
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 20 11:49:47 2021 +0000
description:
poppler*: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
glib:
* Enhance find to support multi-line matching
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
diffstat:
print/poppler-cpp/Makefile | 3 +--
print/poppler-glib/Makefile | 3 +--
print/poppler-glib/PLIST | 4 ++--
print/poppler-qt5/Makefile | 3 +--
print/poppler-qt5/PLIST | 4 ++--
print/poppler-utils/Makefile | 3 +--
print/poppler/Makefile | 3 +--
print/poppler/Makefile.common | 4 ++--
print/poppler/PLIST | 6 +++---
print/poppler/distinfo | 10 +++++-----
10 files changed, 19 insertions(+), 24 deletions(-)
diffs (137 lines):
diff -r f42822ccca3d -r 1a0315d53cda print/poppler-cpp/Makefile
--- a/print/poppler-cpp/Makefile Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler-cpp/Makefile Thu May 20 11:49:47 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.29 2021/04/15 11:23:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2021/05/20 11:49:47 wiz Exp $
-PKGREVISION= 2
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-cpp-${POPPLER_VERS}
diff -r f42822ccca3d -r 1a0315d53cda print/poppler-glib/Makefile
--- a/print/poppler-glib/Makefile Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler-glib/Makefile Thu May 20 11:49:47 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.92 2021/04/15 11:23:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2021/05/20 11:49:47 wiz Exp $
-PKGREVISION= 3
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
diff -r f42822ccca3d -r 1a0315d53cda print/poppler-glib/PLIST
--- a/print/poppler-glib/PLIST Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler-glib/PLIST Thu May 20 11:49:47 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2021/04/08 06:14:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2021/05/20 11:49:47 wiz Exp $
include/poppler/glib/poppler-action.h
include/poppler/glib/poppler-annot.h
include/poppler/glib/poppler-attachment.h
@@ -17,6 +17,6 @@
lib/girepository-1.0/Poppler-0.18.typelib
lib/libpoppler-glib.so
lib/libpoppler-glib.so.8
-lib/libpoppler-glib.so.8.20.0
+lib/libpoppler-glib.so.8.21.0
lib/pkgconfig/poppler-glib.pc
share/gir-1.0/Poppler-0.18.gir
diff -r f42822ccca3d -r 1a0315d53cda print/poppler-qt5/Makefile
--- a/print/poppler-qt5/Makefile Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler-qt5/Makefile Thu May 20 11:49:47 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.49 2021/04/21 11:42:33 adam Exp $
+# $NetBSD: Makefile,v 1.50 2021/05/20 11:49:47 wiz Exp $
-PKGREVISION= 3
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt5-${POPPLER_VERS}
diff -r f42822ccca3d -r 1a0315d53cda print/poppler-qt5/PLIST
--- a/print/poppler-qt5/PLIST Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler-qt5/PLIST Thu May 20 11:49:47 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2021/01/04 17:57:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/05/20 11:49:47 wiz Exp $
include/poppler/qt5/poppler-annotation.h
include/poppler/qt5/poppler-export.h
include/poppler/qt5/poppler-form.h
@@ -10,5 +10,5 @@
include/poppler/qt5/poppler-version.h
lib/libpoppler-qt5.so
lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.27.0
+lib/libpoppler-qt5.so.1.28.0
lib/pkgconfig/poppler-qt5.pc
diff -r f42822ccca3d -r 1a0315d53cda print/poppler-utils/Makefile
--- a/print/poppler-utils/Makefile Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler-utils/Makefile Thu May 20 11:49:47 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.50 2021/04/15 11:23:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.51 2021/05/20 11:49:47 wiz Exp $
-PKGREVISION= 2
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-utils-${POPPLER_VERS}
diff -r f42822ccca3d -r 1a0315d53cda print/poppler/Makefile
--- a/print/poppler/Makefile Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler/Makefile Thu May 20 11:49:47 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.83 2021/05/07 17:37:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.84 2021/05/20 11:49:47 wiz Exp $
-PKGREVISION= 2
.include "../../print/poppler/Makefile.common"
COMMENT= PDF rendering library
diff -r f42822ccca3d -r 1a0315d53cda print/poppler/Makefile.common
--- a/print/poppler/Makefile.common Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler/Makefile.common Thu May 20 11:49:47 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.121 2021/04/08 06:14:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.122 2021/05/20 11:49:47 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.04.0
+POPPLER_VERS= 21.05.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= https://poppler.freedesktop.org/
diff -r f42822ccca3d -r 1a0315d53cda print/poppler/PLIST
--- a/print/poppler/PLIST Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler/PLIST Thu May 20 11:49:47 2021 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.32 2021/04/08 06:14:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2021/05/20 11:49:47 wiz Exp $
lib/libpoppler.so
-lib/libpoppler.so.109
-lib/libpoppler.so.109.0.0
+lib/libpoppler.so.110
+lib/libpoppler.so.110.0.0
lib/pkgconfig/poppler.pc
share/doc/poppler/README-XPDF
share/doc/poppler/README.md
diff -r f42822ccca3d -r 1a0315d53cda print/poppler/distinfo
--- a/print/poppler/distinfo Thu May 20 10:51:51 2021 +0000
+++ b/print/poppler/distinfo Thu May 20 11:49:47 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.150 2021/04/08 06:14:37 adam Exp $
+$NetBSD: distinfo,v 1.151 2021/05/20 11:49:47 wiz Exp $
-SHA1 (poppler-21.04.0.tar.xz) = b84cecbfb2aaf3066c473b69c3b57e58f16a76e9
-RMD160 (poppler-21.04.0.tar.xz) = a8747887e80caafa6d920d4584c503dec2eb086c
-SHA512 (poppler-21.04.0.tar.xz) = c3391787456e8a4a3bd6e57f96faa25051bb5e15ae7eeb7072ad6fbc25e3f8a34818945cc49d90a0e6ebc3d38dd4e70d3c60ba0a5cb42c4000bd8c15c947e5bc
-Size (poppler-21.04.0.tar.xz) = 1694132 bytes
+SHA1 (poppler-21.05.0.tar.xz) = d02f0d8181beb847a3950c023b59fec1e2b6f221
+RMD160 (poppler-21.05.0.tar.xz) = 374c957fac738368439e10db6ce41d8a66e4579b
+SHA512 (poppler-21.05.0.tar.xz) = 428f63a85fc8a227efebcd64ca7e89fec487fea07c93f9dd990fae343532547bcfec29a3288dd9ffce698cf994ccc2ce5055e4fa677ebceb216c1caaa3e0cdae
+Size (poppler-21.05.0.tar.xz) = 1700632 bytes
SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff
SHA1 (patch-qt5_src_poppler-page.cc) = e9f83a7c9d529acb5e3f6db5f112fb6c7eb2800b
Home |
Main Index |
Thread Index |
Old Index