diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-29 16:55:17 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-29 16:55:17 +0800 |
commit | 4d160bfcf586d22321248202f913c09e6abc6ae4 (patch) | |
tree | 960810f84baca59423e103f63b2d61490c73a896 /x11-toolkits | |
parent | a2239da1837c2f311a4a4da3714684fa1b5566d8 (diff) | |
download | freebsd-ports-gnome-4d160bfcf586d22321248202f913c09e6abc6ae4.tar.gz freebsd-ports-gnome-4d160bfcf586d22321248202f913c09e6abc6ae4.tar.zst freebsd-ports-gnome-4d160bfcf586d22321248202f913c09e6abc6ae4.zip |
graphics/poppler: update to 0.78.0
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
* Handle Ink annots without an InkList but with an AP
* Fix typos preventing parsing of Movie start and duration
* Fix crash on malformed files
glib:
* Add poppler_document_create_dests_tree()
* Don't use the deprecated g_type_class_add_private()
* Document the differences between render() and render_for_printing()
* Fix introspection for poppler_document_new_from_data
* Don't create PopplerInputStream with length 0. Issue #414
* Document G_IO_ERROR as a possible error condition
* docs: Add index for API new in 0.78
build system:
* Fixes cross compilation of gir in Void Linux
* Add -Wshadow to the default warning flags
* install pkg-config pc files if pkg-config is found
PR: 238857
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rubygem-poppler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index 3c2acd7e6ef1..8e7651679f13 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -2,7 +2,7 @@ PORTNAME= poppler PORTVERSION= 3.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG |