From 049e6ac7f52b01100d8de31a1962ea48ce9bfcd9 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Wed, 2 Jun 2021 10:22:26 +0200 Subject: [PATCH] graphics/poppler: update to 21.06.0 Release 21.06.0: core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Fix crashes in malformed files * Minor code improvements qt6: * Change some functions to return std::unique_ptr qt5/qt6: * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Don't assert when trying to invert singular matrices build system: * make boost opt-out if building splash - Add dependency on boost to enable the splash backend. PR: XXXXXX Exp-run by: antoine --- graphics/poppler-qt5/pkg-plist | 2 +- graphics/poppler/Makefile | 7 ++++--- graphics/poppler/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/graphics/poppler-qt5/pkg-plist b/graphics/poppler-qt5/pkg-plist index a0a45d580262..87b597e68095 100644 --- a/graphics/poppler-qt5/pkg-plist +++ b/graphics/poppler-qt5/pkg-plist @@ -9,5 +9,5 @@ include/poppler/qt5/poppler-qt5.h include/poppler/qt5/poppler-version.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.28.0 +lib/libpoppler-qt5.so.1.29.0 libdata/pkgconfig/poppler-qt5.pc diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 11bb64597f5d..fa03f2a9c990 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,7 +1,7 @@ # Created by: marcus@FreeBSD.org PORTNAME= poppler -DISTVERSION= 21.05.0 +DISTVERSION= 21.06.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -17,7 +17,8 @@ LIB_DEPENDS= libnspr4.so:devel/nspr \ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ - libfontconfig.so:x11-fonts/fontconfig + libfontconfig.so:x11-fonts/fontconfig \ + libboost_system.so:devel/boost-libs RUN_DEPENDS= poppler-data>0:graphics/poppler-data USES= compiler:c++11-lang cpe cmake:insource gnome jpeg libtool \ @@ -46,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=110 +PLIST_SUB+= SHLIB_VER=111 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index c8878ff02469..3e3801a51693 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619987993 -SHA256 (poppler-21.05.0.tar.xz) = dafd537b680fad1215bc40fc53d1f38e8449d7c185bc60d5a89e1d26c90dbd8c -SIZE (poppler-21.05.0.tar.xz) = 1700632 +TIMESTAMP = 1622619981 +SHA256 (poppler-21.06.0.tar.xz) = 4b440708eafdf07a1405e06744c66ac54a5af51a0e38ab17a46fbaff47278342 +SIZE (poppler-21.06.0.tar.xz) = 1708120 -- 2.31.1