SHA256
1
0
forked from pool/mupdf

Accepting request 844022 from Publishing

OBS-URL: https://build.opensuse.org/request/show/844022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2020-10-28 10:37:42 +00:00 committed by Git OBS Bridge
commit dbb29ac466
4 changed files with 37 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c935fb2593d9a28d9b56b59dad6e3b0716a6790f8a257a68fa7dcb4430bc6086
size 48559964

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:592d4f6c0fba41bb954eb1a41616661b62b134d5b383e33bd45a081af5d4a59a
size 53621544

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Oct 25 12:05:00 UTC 2020 - Hsiu-Ming Chang <cges30901@gmail.com>
- Update to version 1.18.0
* mutool draw: bbox output format.
* mutool draw: structured text extraction in JSON format.
* mutool run: StructuredText.walk()
* mutool run: PDFPage.process() and PDFAnnotation.process()
* mupdf-gl: Added IBM Common User Access shortcuts for copy & paste.
* mupdf-gl: Improved redaction UI.
* java: Example desktop Java viewer.
* wasm: WebAssembly viewer that runs in a browser.
* html: Added HTML5 parser.
* api: Dehyphenation option in structured text extraction, to improve searching for words that are hyphenated across lines.
* api: pdf_new_date, pdf_to_date, pdf_dict_put_date and pdf_dict_get_date.
* api: Added choice of image redaction algorithms: none, full, partial.
* api: Optional use of Tesseract to use OCR to extract text.
* svg: Many small parsing fixes.
* svg: Parse inline CSS style attributes.
* svg: Text elements (simple text layout only).
* High security redaction -- save redacted PDF as flattened bitmap, guaranteed to not leak any sensitive redacted information.
* Experimental C++ bindings.
* Experimental Python bindings.
-------------------------------------------------------------------
Fri Jun 19 08:24:38 UTC 2020 - Dan Čermák <dcermak@suse.com>

View File

@ -18,7 +18,7 @@
Name: mupdf
Version: 1.17.0
Version: 1.18.0
Release: 0
Summary: PDF and XPS Viewer and Parser and Rendering Library
License: AGPL-3.0-or-later
@ -40,6 +40,7 @@ BuildRequires: openjpeg2-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: zlib-devel
BuildRequires: libgumbo-devel
BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(openssl)
@ -89,6 +90,7 @@ echo > user.make "\
USE_SYSTEM_ZLIB := yes
USE_SYSTEM_GLUT := no # need freeglut2-art frok
USE_SYSTEM_CURL := yes
USE_SYSTEM_GUMBO := yes
"
%build