diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2021-11-05 09:47:44 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2021-11-08 15:16:56 +0000 |
commit | 3acbab05ba79dd6466aab3fa61fd6d14395f2772 (patch) | |
tree | 745f314f87834cc0f3593332b0e2d2f8b8f82419 | |
parent | cd8518854f3e96fb86dd7ed7b8f1c0258e839157 (diff) |
graphics/poppler: Update to 21.11.0
Release 21.11.0:
core:
* Fix rendering of some non-standard confirming annotations
* Support rendering of some non-standard Type3 charprocs. Issue #1150
* TextOutputDev: Respect orientation when selecting words. Issue #499
* CairoOutputDev: Don't override the antialias settings from the cairo_t
* StructElement: support MCID in XObjects
* Fix detection of monospace fonts
* Ignore Adobe-Identity for non embedded CID fonts
* PageLabelInfo::labelToIndex: work on some special no style intervals
* Fix crash in malformed files
* Minor code improvements
utils:
* pdfinfo: add -url option to print all URLs in a PDF
* pdftohtml: document what zoom means in regard to DPI
Exp-run by: antoine
PR: 259656
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 7ef63c25b7a6..ad16985d88d3 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,7 +1,7 @@ # Created by: marcus@FreeBSD.org PORTNAME= poppler -DISTVERSION= 21.10.0 +DISTVERSION= 21.11.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=114 +PLIST_SUB+= SHLIB_VER=115 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 70805a503d6d..626dd1c9c762 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633079997 -SHA256 (poppler-21.10.0.tar.xz) = 964b5b16290fbec3fae57c2a5bcdea49bb0736bd750c3a3711c47995c9efc394 -SIZE (poppler-21.10.0.tar.xz) = 1779668 +TIMESTAMP = 1636102665 +SHA256 (poppler-21.11.0.tar.xz) = 31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584 +SIZE (poppler-21.11.0.tar.xz) = 1783592 |