From 4ca9a2f32a9fe6d88d709325eb01db045ab720db Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 29 Apr 2014 07:56:48 +0000 Subject: Update poppler to 0.26.0. Release 0.26.0 qt4: * Fix mismatched boolean logic in TextAnnotation::setInplaceIntent qt5: * Fix mismatched boolean logic in TextAnnotation::setInplaceIntent core: * Very small code cleanup cpp: * Very small code cleanup Release 0.25.3 core: * Fix crashes on broken files * Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAX * Fix some small memory leaks qt5: * Fix some kinds of OCG models * Cleanup some deprecated methods glib: * Fix the first coord of the quadrilateral in create_poppler_quads_from_annot_quads(). Bug #76504 utils: * pdftohtml: Fix typo in manpage qt4: * Fix some kinds of OCG models Release 0.25.2 core: * Tagged-PDF support * Open some broken files. Bug #75232 * Fix crashes on broken files * Fix regression parsing some broken files. KDE Bug #329600 * Improve compilation under Win 8 with Visual Studio 2012. Bug #73111 * PSOutputDev: Ensure paper size takes into account rotation. Bug #72312 * PSOutputDev: Fix DocumentMedia/Page/Media/PageBBox DSC comments * PSOutputDev: Use crop box as page size * PSOutputDev: Remove origpagesizes mode and make -origpagesizes an alias for -paper match * PSOutputDev: Only change paper size when different to previous size * PSOutputDev: Ensure there is always a page size in the output * PSOutputDev: Fix regression when creating level1 PS. Bug #75241 * CairoOutputDev: Clip to crop box. Gnome Bug #649886 * Splash: Blend usage in PDF with spot colors casue random output. Bug #74883 * Splash: Fix off by one that caused crash in a file. Bug #76387 * Make sure number of least objects in hints table is valid. Bug #74741 * Limit numeric parsing of character names. Bug #38456 glib: * Tagged-PDF support * Annotation improvements * Install error callback. Bug #73269 * Fix gobject-introspection warnings * demo: Fix performance in text markup annotations * Increase gtk3 dependency qt4: * Improve naming of internal export/import macros * Add GCC visibility export attributes * Expose document-supplied text direction qt5: * Improve naming of internal export/import macros * Add GCC visibility export attributes * Expose document-supplied text direction utils: * pdftocairo: Ensure page size and crop box works the same as pdftops * Fix TIFF writting in Windows. Bug #75969 buildsystem: * Learn about automake 1.14 * Do not define -ansi. Bug #72499 * cmake: Install JpegWriter.h depending on libjpeg * cmake: Use c99 for the c compiler Release 0.25.1 core: * GooString format: Added some tests + improved documentation * GooString format: fixed bug with printing LLONG_MIN * regression test improvements qt4: * Arthur backend font rendering improvements * test program to save to file qt5: * Arthur backend font rendering improvements * Improve detection of Qt5 moc. Bug #72744 * test program to save to file utils: * pdfunite: Work even if there's a single file given * pdfunite: do not lose fonts when merging some files Release 0.25.0 core: * Annotation improvements * Tagged PDF work * Improve speed on some files using ICC color space * Use ICC profile in OutputIntents. Bug #34053 * Limit use of ZapfDingbats character names. Bug #60243 * Splash: correction for knockout transparency groups * regression test improvements utils: * pdftoppm: Added thinlinemode option setting * pdfinfo: Indicate if pdf contains javascript * pdfinfo: Add option to print out javascript * pdfimages: Print size, ratio, and ppi * pdfimages: More image output format support * pdfseparate: allow zero-padded pagespecs glib: * Annotation improvements * Add API to get text, text layout and text attributes for a given area * demo improvements --- print/poppler-glib/PLIST | 7 ++++++- print/poppler-glib/buildlink3.mk | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'print/poppler-glib') diff --git a/print/poppler-glib/PLIST b/print/poppler-glib/PLIST index 05233552bcf..92f29f3ed1c 100644 --- a/print/poppler-glib/PLIST +++ b/print/poppler-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2013/03/24 07:09:26 spz Exp $ +@comment $NetBSD: PLIST,v 1.16 2014/04/29 07:56:48 wiz Exp $ include/poppler/glib/poppler-action.h include/poppler/glib/poppler-annot.h include/poppler/glib/poppler-attachment.h @@ -11,6 +11,7 @@ include/poppler/glib/poppler-layer.h include/poppler/glib/poppler-media.h include/poppler/glib/poppler-movie.h include/poppler/glib/poppler-page.h +include/poppler/glib/poppler-structure-element.h include/poppler/glib/poppler.h lib/libpoppler-glib.la lib/pkgconfig/poppler-cairo.pc @@ -23,6 +24,7 @@ share/gtk-doc/html/poppler/PopplerLayer.html share/gtk-doc/html/poppler/PopplerMedia.html share/gtk-doc/html/poppler/PopplerMovie.html share/gtk-doc/html/poppler/PopplerPage.html +share/gtk-doc/html/poppler/PopplerStructureElement.html share/gtk-doc/html/poppler/annotation-glossary.html share/gtk-doc/html/poppler/api-index-0-12.html share/gtk-doc/html/poppler/api-index-0-14.html @@ -36,11 +38,14 @@ share/gtk-doc/html/poppler/ch01.html share/gtk-doc/html/poppler/home.png share/gtk-doc/html/poppler/index.html share/gtk-doc/html/poppler/index.sgml +share/gtk-doc/html/poppler/left-insensitive.png share/gtk-doc/html/poppler/left.png share/gtk-doc/html/poppler/poppler-PopplerAction.html share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html share/gtk-doc/html/poppler/poppler-poppler.html share/gtk-doc/html/poppler/poppler.devhelp2 +share/gtk-doc/html/poppler/right-insensitive.png share/gtk-doc/html/poppler/right.png share/gtk-doc/html/poppler/style.css +share/gtk-doc/html/poppler/up-insensitive.png share/gtk-doc/html/poppler/up.png diff --git a/print/poppler-glib/buildlink3.mk b/print/poppler-glib/buildlink3.mk index 84938e7109a..1bb98b891e1 100644 --- a/print/poppler-glib/buildlink3.mk +++ b/print/poppler-glib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.39 2013/12/06 13:23:45 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2014/04/29 07:56:48 wiz 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.24.4 +BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.26.0 BUILDLINK_PKGSRCDIR.poppler-glib?= ../../print/poppler-glib .include "../../devel/glib2/buildlink3.mk" -- cgit v1.2.3