summaryrefslogtreecommitdiff
path: root/print/poppler-glib
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-09 09:28:22 +0000
committeradam <adam@pkgsrc.org>2019-05-09 09:28:22 +0000
commit3c9eb1f4b43e37cd7d99945c2078f36f96d72ebc (patch)
tree49b9c320a5e274efb84b6fa00e2af169805c2e09 /print/poppler-glib
parent21ea56b1f4ddd1889fcd5201c9c4feace12da809 (diff)
downloadpkgsrc-3c9eb1f4b43e37cd7d99945c2078f36f96d72ebc.tar.gz
poppler: updated to 0.76.1
poppler-0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments poppler-0.76.0: core: * Fix regression on case-insensitive search. * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. poppler-0.75.0: core: * Fix rendering of some annotations * Fix crashes in broken files * Small internal code improvements cpp: * Improve documentation * tests: Add showing version information to poppler-dump utils: * pdfattach: new util * pdftohtml: add -dataurls parameter * pdftoppm: add -sep and -forcenum parameters * pdftohtml: make singleHtml and stout not mutually exclusive * pdfsig: fix use after free
Diffstat (limited to 'print/poppler-glib')
-rw-r--r--print/poppler-glib/Makefile6
-rw-r--r--print/poppler-glib/buildlink3.mk4
2 files changed, 4 insertions, 6 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile
index 0a300da6179..3a38621ab56 100644
--- a/print/poppler-glib/Makefile
+++ b/print/poppler-glib/Makefile
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.74 2019/04/25 07:33:14 maya Exp $
+# $NetBSD: Makefile,v 1.75 2019/05/09 09:28:22 adam Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
COMMENT= PDF rendering library (GLib wrapper)
-MAINTAINER= reed@reedmedia.net
-CONFLICTS+= poppler<0.4.5nb1
+CONFLICTS+= poppler<0.4.5nb1
PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-glib.pc.cmake
diff --git a/print/poppler-glib/buildlink3.mk b/print/poppler-glib/buildlink3.mk
index b8de088faf9..b7db51da787 100644
--- a/print/poppler-glib/buildlink3.mk
+++ b/print/poppler-glib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.72 2019/03/27 11:18:38 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.73 2019/05/09 09:28:22 adam Exp $
BUILDLINK_TREE+= poppler-glib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-glib
POPPLER_GLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.5.1
-BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.74.0
+BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.76.0
BUILDLINK_PKGSRCDIR.poppler-glib?= ../../print/poppler-glib
.include "../../devel/glib2/buildlink3.mk"