diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-03-08 19:32:55 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-03-08 19:32:55 +0000 |
commit | 0ef82d433ffabb6ea51a94c65d6969e62ccb457d (patch) | |
tree | babc3dfc83a896ba1c06cb3225c2c0ea193a98f6 /mail/claws-mail-pdf_viewer | |
parent | b0a045ca2396aab9b6c656a13d32f6b35e341440 (diff) | |
download | ports-0ef82d433ffabb6ea51a94c65d6969e62ccb457d.tar.gz ports-0ef82d433ffabb6ea51a94c65d6969e62ccb457d.zip |
graphics/poppler: update to 21.03.0
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib:
* poppler_annot_free_text_get_callout_line: Fix wrong static cast
* poppler-structure-element: fix memleak
* Improve documentation
* demo: keep same visual appearance between displayed and copied text
utils:
* pdftotext: Add -cropbox option
* pdftoppm: Add -progress option
* pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927
qt6:
* Add missing poppler-qt6.pc.cmake
PR: 253953
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=567866
Diffstat (limited to 'mail/claws-mail-pdf_viewer')
-rw-r--r-- | mail/claws-mail-pdf_viewer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index ac2c854d91fc..d930b435884f 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= PDF and PostScript viewer plugin for Claws Mail |