diff options
author | wiz <wiz> | 2009-01-13 10:18:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-13 10:18:56 +0000 |
commit | 33ef97f23d77049069e135e0e3b419d0fc309c96 (patch) | |
tree | be01ddb05fea761072e6b1ef210ffbb831cb7845 /print/poppler-qt4 | |
parent | aaf458a4dd75785a963a074e1f762af9155bcd6c (diff) | |
download | pkgsrc-33ef97f23d77049069e135e0e3b419d0fc309c96.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-qt4')
-rw-r--r-- | print/poppler-qt4/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler-qt4/PLIST b/print/poppler-qt4/PLIST index b85b0bb3469..f17c4bfa923 100644 --- a/print/poppler-qt4/PLIST +++ b/print/poppler-qt4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/10/24 23:28:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/01/13 10:18:56 wiz Exp $ include/poppler/qt4/poppler-annotation.h include/poppler/qt4/poppler-export.h include/poppler/qt4/poppler-form.h @@ -10,3 +10,4 @@ include/poppler/qt4/poppler-qt4.h lib/libpoppler-qt4.la lib/pkgconfig/poppler-qt4.pc @dirrm include/poppler/qt4 +@comment in poppler: @dirrm include/poppler |