diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-13 10:18:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-13 10:18:56 +0000 |
commit | 4ea267c9914a3f74c7badbf98d8d2a4b70636051 (patch) | |
tree | be01ddb05fea761072e6b1ef210ffbb831cb7845 /print/poppler-qt | |
parent | c7a027417d6c56b0c05f55acdd48d8febd5b1f42 (diff) | |
download | pkgsrc-4ea267c9914a3f74c7badbf98d8d2a4b70636051.tar.gz |
Update to 0.10.3:
Release 0.10.3
core:
* Fix a crash on documents with malformed outline. Bug #19024
* Fix leak on AnnotScreen destructor. Bug #19095
* Fix wrong PS generation when a large image is in Patterns. Bug #18908
* Remove BaseFile.h it was never used. Bug #19298
* Improve document saving
* Fix PS generation of PDF with malformed font Length2 definition
* Fix a leak while parsing annotations
* Fix rendering of some checkboxes
Qt4:
* Fix positioning of Form rects on PDF with cropbox
* Fix positioning of Annotation rects on PDF with cropbox. Bug #18558.
* Small documentation improvements
* Make Document::fonts() work when called more than once. Bug #19405
build system:
* CMake: look harder for openjpeg
* CMake: update the poppler core headers installation
* Autotools: do not install Function.cc as it's not a header
Qt:
* Fix deserialization of links right coordinate
Diffstat (limited to 'print/poppler-qt')
-rw-r--r-- | print/poppler-qt/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler-qt/PLIST b/print/poppler-qt/PLIST index 10d3561897a..f1c0d0a2513 100644 --- a/print/poppler-qt/PLIST +++ b/print/poppler-qt/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2006/10/13 20:25:22 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/01/13 10:18:56 wiz Exp $ include/poppler/poppler-link-qt3.h include/poppler/poppler-page-transition.h include/poppler/poppler-qt.h lib/libpoppler-qt.la lib/pkgconfig/poppler-qt.pc +@comment in poppler: @dirrm include/poppler |