diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-06-29 16:55:17 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-06-29 16:55:17 +0800 |
commit | 4f58ab8b3cdb86da2d9cdca4587d622a85dbbe6e (patch) | |
tree | 960810f84baca59423e103f63b2d61490c73a896 /sysutils | |
parent | 095a32b2a61b4ca6f280f2a5d92b97524d3c6808 (diff) | |
download | freebsd-ports-gnome-4f58ab8b3cdb86da2d9cdca4587d622a85dbbe6e.tar.gz freebsd-ports-gnome-4f58ab8b3cdb86da2d9cdca4587d622a85dbbe6e.tar.zst freebsd-ports-gnome-4f58ab8b3cdb86da2d9cdca4587d622a85dbbe6e.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 'sysutils')
-rw-r--r-- | sysutils/pcbsd-utils-qt5/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tracker-miners/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pcbsd-utils-qt5/Makefile b/sysutils/pcbsd-utils-qt5/Makefile index 474a55cb55e7..26f7a830cfba 100644 --- a/sysutils/pcbsd-utils-qt5/Makefile +++ b/sysutils/pcbsd-utils-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcbsd-utils-qt5 PORTVERSION= 1444236547 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org diff --git a/sysutils/tracker-miners/Makefile b/sysutils/tracker-miners/Makefile index 895210893376..c08de7480512 100644 --- a/sysutils/tracker-miners/Makefile +++ b/sysutils/tracker-miners/Makefile @@ -3,7 +3,7 @@ PORTNAME= tracker-miners PORTVERSION= 2.0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= GNOME |