graphics/poppler: update to 0.85.0
Release 0.85.0: core: * Fix case unsensitive search for Deseret and Osage. Issue #853 * Fix crash in unicodeToAscii7 * CairoOutputDev: make initialisation thread-safe * Fix crash on broken files. Issues #869, #870 * Internal code improvements qt5: * Fix FormField::name encoding * Accept UTF-16 uiNames for form fields * Fix search for "complex" characters * Allow to load document from QIODevice utils: * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873 * pdftohtml: Fix issue with the font size sometimes being huge glib: * make the frontend initialization thread safe. PR: 243756 Exp-run by: antoine
This commit is contained in:
parent
ef82639d58
commit
24832059c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525051
4 changed files with 7 additions and 10 deletions
|
@ -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.21.0
|
||||
lib/libpoppler-qt5.so.1.22.0
|
||||
libdata/pkgconfig/poppler-qt5.pc
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poppler
|
||||
DISTVERSION= 0.84.0
|
||||
DISTVERSION= 0.85.0
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= https://poppler.freedesktop.org/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1577727452
|
||||
SHA256 (poppler-0.84.0.tar.xz) = c7a130da743b38a548f7a21fe5940506fb1949f4ebdd3209f0e5b302fa139731
|
||||
SIZE (poppler-0.84.0.tar.xz) = 1561236
|
||||
TIMESTAMP = 1580408023
|
||||
SHA256 (poppler-0.85.0.tar.xz) = 2bc875eb323002ae6b287e09980473518e2b2ed6b5b7d2e1089e36a6cd00d94b
|
||||
SIZE (poppler-0.85.0.tar.xz) = 1588616
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
include/poppler/Annot.h
|
||||
include/poppler/Array.h
|
||||
include/poppler/BuiltinFont.h
|
||||
include/poppler/BuiltinFontTables.h
|
||||
include/poppler/CMap.h
|
||||
include/poppler/CachedFile.h
|
||||
include/poppler/CairoFontEngine.h
|
||||
|
@ -11,7 +9,6 @@ include/poppler/Catalog.h
|
|||
include/poppler/CertificateInfo.h
|
||||
include/poppler/CharCodeToUnicode.h
|
||||
include/poppler/CharTypes.h
|
||||
include/poppler/CompactFontTables.h
|
||||
%%CURL%%include/poppler/CurlCachedFile.h
|
||||
%%CURL%%include/poppler/CurlPDFDocBuilder.h
|
||||
include/poppler/DateInfo.h
|
||||
|
@ -135,8 +132,8 @@ lib/libpoppler-cpp.so
|
|||
lib/libpoppler-cpp.so.0
|
||||
lib/libpoppler-cpp.so.0.7.0
|
||||
lib/libpoppler.so
|
||||
lib/libpoppler.so.94
|
||||
lib/libpoppler.so.94.0.0
|
||||
lib/libpoppler.so.95
|
||||
lib/libpoppler.so.95.0.0
|
||||
libdata/pkgconfig/poppler-cairo.pc
|
||||
libdata/pkgconfig/poppler-cpp.pc
|
||||
libdata/pkgconfig/poppler-splash.pc
|
||||
|
|
Loading…
Reference in a new issue