diff options
author | wiz <wiz@pkgsrc.org> | 2018-12-03 08:25:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-12-03 08:25:50 +0000 |
commit | b3468edb87c15a603d8dc5f3a3ae20e3d37ed210 (patch) | |
tree | 5c2690ca8d73770374627f0e03150751ee453658 /print/poppler-qt5 | |
parent | 811b0bb3dfa271d433ac193b6b6aca396542d158 (diff) | |
download | pkgsrc-b3468edb87c15a603d8dc5f3a3ae20e3d37ed210.tar.gz |
poppler*: Update to 0.71.0.
Release 0.71.0:
core:
* Replace the implementation of GooString by std::string but keep the exact interface intact.
* Replace GBool, gTrue, and gFalse by bool, true, false, resp.
* Splash: Fix crash if document is malformed (too wide)
qt5:
* Fix crash when adding Highlight Annotations
* Default to hidden symbols
* Fix two leaks in a test
glib:
* demo: Fix build on Windows
* demo: Align property labels to top of cell
cpp:
* Fix typos in documentation
build system:
* Enable searching for GTK on Windows
* Remove unused files
* Add fuzzer target from oss-fuzz project
Release 0.70.1
glib:
* Install missing file
Release 0.70.0
core:
* FreeText annotations: default to font from default appearance string
* Splash: Speed improvements
* Fix security issues found by oss-fuzz
* Improve page lable parsing
* Use std some std classes instead of self grown ones
* Various internal improvements
qt5:
* Add Page::index() method
* Improve method to get the page from a label string
glib:
* Fix crash on missing embedded file
* Add support for PDF subtype property
* Only export symbols in the public API
utils:
* pdftohtml: Improve font handling
Release 0.69.0
core:
* Add annotation font color
* Splash: Some speed improvements
* PSOutputDev: add native support for type 7 shadings when using level 3
* Add support for PDF subtype property
* Link: Fix memory leak regarding next actions
* Fix handling of Signature Info Location and Reason
* Fix errors in computation of type3 glyphs transformation matrix
* Reimplement Dict class in a more modern way
* Fix security issues found by oss-fuzz
* Fix memory issues in GfxImageColorMap copy ctor
* Don't abort if the SampleFunction has too many samples. Issue #634
* Document the OutputDev::clip and OutputDev::oeClip methods
* fix macOS compilation due to boolean define in jpeglib
* Split GDir and GDirEntry out of gfile.h. Issue #370
qt5:
* Add annotation font color
cpp:
utils:
* pdfinfo: Show PDF subtype
* pdftotext: Fix only outputs first page content with -bbox-layout option. Issue #88
* pdftotext: Fix memory leak in printLine
build system:
* Require C++14
Diffstat (limited to 'print/poppler-qt5')
-rw-r--r-- | print/poppler-qt5/Makefile | 5 | ||||
-rw-r--r-- | print/poppler-qt5/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index e3db8210ba6..7aefa5e4a67 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.27 2018/11/12 03:52:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2018/12/03 08:25:50 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} @@ -19,7 +18,7 @@ CMAKE_ARGS+= -DENABLE_LIBCURL=OFF BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} .include "../../print/poppler/buildlink3.mk" -PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt5.pc.in +PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt5.pc.cmake INSTALLATION_DIRS+= lib include/poppler lib/pkgconfig diff --git a/print/poppler-qt5/PLIST b/print/poppler-qt5/PLIST index 55dd5d17655..472141984e9 100644 --- a/print/poppler-qt5/PLIST +++ b/print/poppler-qt5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2018/06/17 14:29:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2018/12/03 08:25:50 wiz Exp $ include/poppler/qt5/poppler-annotation.h include/poppler/qt5/poppler-export.h include/poppler/qt5/poppler-form.h @@ -9,5 +9,5 @@ include/poppler/qt5/poppler-page-transition.h include/poppler/qt5/poppler-qt5.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.15.0 +lib/libpoppler-qt5.so.1.17.0 lib/pkgconfig/poppler-qt5.pc |