summaryrefslogtreecommitdiff
path: root/print/poppler-qt4
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2013-08-22 09:11:16 +0000
committerprlw1 <prlw1@pkgsrc.org>2013-08-22 09:11:16 +0000
commit363f984d9f56f9478586313abe917d7f02da054a (patch)
tree5ead4ce6ce7f438e69b2ffbca044ab96e282c221 /print/poppler-qt4
parentbf884f718100be61520612c83bc8f306d2e86b00 (diff)
downloadpkgsrc-363f984d9f56f9478586313abe917d7f02da054a.tar.gz
Update poppler to 0.24.0.
Release 0.24.0 core: * TextOutputDev: Do not draw ligatures more than once when selected. Bug #9001 * PSOutputDev: Make some pdftops conversions much faster * PSOutputDev: Initialize t3FillColorOnly * SplashOutputDev: Fallback to 1x1 bitmap if we fail to create the real size Release 0.23.4 core: * TextOutputDev: clip the selected text rendering to the selection box. Bug #66983 * CairoImageOutputDev: Fix the bounding box of saved images build system: * Improve linking against pthreads Release 0.23.3 core: * Annotation improvements * Fix crashes on malformed files * TextSelectionPainter: Draw glyphs after selection background * TextOutputDev: add a method to TextPage to get the selection as a list of words qt5: * Initial Qt5 port qt4: * Windows compile fixes * Demo: Allow the choose the page rotation build system: * Fix mingw build * Minor autotools fixes Release 0.23.2 core: * SplashOutputDev: Speed-up some tiling on a 10x factor * Improve caching of lcms2 ICC color profiles * Put some private classes in an anonymous namespace qt4: * Add a thread stresser tool build system: * Fix mingw build Release 0.23.1 core: * XRef stream writing: Write 32-bit offsets when possible * Fix splashModeBGR8 rendering (Bug #64381) glib: * Do not use deprecated gtk_scrolled_window_add_with_viewport() (Bug #64683) build system: * Fix Large file support when using cmake Release 0.23.0 core: * Make rendering thread safe * Large file support * Implement Crypt filter (Bug #62800) * Fix endstream detection (Bug #62985) * CairoOutputDev: support uncolored tiling patterns (Bug #59179) * SplashOutputDev: Introduce Thin Line mode support (Bug #37347) qt4: * Expose Thin Line mode support
Diffstat (limited to 'print/poppler-qt4')
-rw-r--r--print/poppler-qt4/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-qt4/buildlink3.mk b/print/poppler-qt4/buildlink3.mk
index 0cbd6b18505..5b226e50965 100644
--- a/print/poppler-qt4/buildlink3.mk
+++ b/print/poppler-qt4/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2013/06/04 22:17:00 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2013/08/22 09:11:16 prlw1 Exp $
BUILDLINK_TREE+= poppler-qt4
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-qt4
POPPLER_QT4_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler-qt4+= poppler-qt4>=0.6.1
-BUILDLINK_ABI_DEPENDS.poppler-qt4+= poppler-qt4>=0.22.4nb2
+BUILDLINK_ABI_DEPENDS.poppler-qt4+= poppler-qt4>=0.24.0
BUILDLINK_PKGSRCDIR.poppler-qt4?= ../../print/poppler-qt4
.include "../../print/poppler/buildlink3.mk"