summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-07-15 11:31:25 +0000
committerwiz <wiz@pkgsrc.org>2021-07-15 11:31:25 +0000
commite6bfcf518734706d4ee3208334bad6eb9f751280 (patch)
treedd253f18f3d49ae96769c197fe8add446c3580b9 /print
parenteed191f7f307ebe895fc25c2ca0666f24bc965a2 (diff)
downloadpkgsrc-e6bfcf518734706d4ee3208334bad6eb9f751280.tar.gz
poppler: update to 21.07.0.
Release 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions
Diffstat (limited to 'print')
-rw-r--r--print/poppler/Makefile.common4
-rw-r--r--print/poppler/distinfo11
-rw-r--r--print/poppler/patches/patch-qt5_src_poppler-page.cc22
3 files changed, 7 insertions, 30 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index 9a44324ab27..e186150bb96 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.123 2021/06/10 10:59:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.124 2021/07/15 11:31:25 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.06.1
+POPPLER_VERS= 21.07.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= https://poppler.freedesktop.org/
diff --git a/print/poppler/distinfo b/print/poppler/distinfo
index 0f170090aee..5b20734849a 100644
--- a/print/poppler/distinfo
+++ b/print/poppler/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.152 2021/06/10 10:59:29 wiz Exp $
+$NetBSD: distinfo,v 1.153 2021/07/15 11:31:25 wiz Exp $
-SHA1 (poppler-21.06.1.tar.xz) = e971e9bcf638ca9a1ed8703acbe5622c5dffd2df
-RMD160 (poppler-21.06.1.tar.xz) = 7ccf23babd1c73329264fa3bdfe9c75edd9a4c25
-SHA512 (poppler-21.06.1.tar.xz) = 6e447d09421b7729d83a59a24deaaaea15103240cac0eaf41ddcdd64ac2c8f08a6902b95d56bbbcfd9e229054bd0a4f1769ea05c7e20691bc8f995e3f959f0e9
-Size (poppler-21.06.1.tar.xz) = 1708344 bytes
+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 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff
-SHA1 (patch-qt5_src_poppler-page.cc) = e9f83a7c9d529acb5e3f6db5f112fb6c7eb2800b
diff --git a/print/poppler/patches/patch-qt5_src_poppler-page.cc b/print/poppler/patches/patch-qt5_src_poppler-page.cc
deleted file mode 100644
index 233c02348fc..00000000000
--- a/print/poppler/patches/patch-qt5_src_poppler-page.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-qt5_src_poppler-page.cc,v 1.2 2020/11/20 19:08:05 wiz Exp $
-
-conditionalise defining splash related class
-
---- qt5/src/poppler-page.cc.orig 2020-11-01 18:32:52.000000000 +0000
-+++ qt5/src/poppler-page.cc
-@@ -105,6 +105,7 @@ public:
- QVariant payload;
- };
-
-+#if defined(HAVE_SPLASH)
- class Qt5SplashOutputDev : public SplashOutputDev, public OutputDevCallbackHelper
- {
- public:
-@@ -165,6 +166,7 @@ public:
- private:
- bool ignorePaperColor;
- };
-+#endif
-
- Qt5SplashOutputDev::~Qt5SplashOutputDev() = default;
-