diff options
author | wiz <wiz@pkgsrc.org> | 2017-05-02 13:27:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-05-02 13:27:59 +0000 |
commit | 5fdfe4e3512850ad46980b9267ffa3e0c900b940 (patch) | |
tree | 0560fc0e1fd3ba034dc9f18dbe26fe4906449d71 /print/poppler-qt5 | |
parent | ac45f23fc992f115ad337ac671d024008a480f79 (diff) | |
download | pkgsrc-5fdfe4e3512850ad46980b9267ffa3e0c900b940.tar.gz |
poppler*: update to 0.54.0:
Release 0.54.0
core:
* Make XRef reconstruction a bit better. Bug #100509
glib:
* Expose movie play mode. Bug #99625
* demo: Show play mode in movie properties view
qt5:
* Compile with -DQT_NO_CAST_FROM_BYTEARRAY. Bug #100311
utils:
* pdfimages: don't fail listing if inline image data contains 'EI'. Bug #100737
Release 0.53.0
core:
* Form support improvements
* SplashOutputDev: Fix memory leak when rendering images with colormap and matte color
* Minor fix in GlobalParams documentation
qt5:
* Expose form calculate order
* Expose Form additional actions
utils:
* pdfimages: support 16bpc png and tiff images. Bug #99988
* pdftohtml: fix small memory leak when constructing some filenames
* pdfinfo: fix leak when printing JS
build sytem:
* Compile in C++11 mode
Diffstat (limited to 'print/poppler-qt5')
-rw-r--r-- | print/poppler-qt5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index d5499dab050..d58775afdfc 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.15 2017/04/22 21:03:54 adam Exp $ +# $NetBSD: Makefile,v 1.16 2017/05/02 13:27:59 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} |