forked from pool/mupdf
Accepting request 1061907 from home:dirkmueller:Factory
- update to 1.21.1: * Garbage collection problem causing file bloat on clean * Don't assume sorted objects in pdf_objcmp * Don't layout empty documents * Type 3 font char bboxes * Added MOBI input format support * Added Story API for creating PDF documents from formatted text * Added API to create, edit, and delete links * Support custom images for Stamp annotations * Support interior color on Polygon annotations * Support line endings on PolyLine annotations * Improved SVG output * C++/Python/C# binding: * Changes to naming of wrapper functions and classes * Added limited support for callbacks into Python, using SWIG Directors OBS-URL: https://build.opensuse.org/request/show/1061907 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=104
This commit is contained in:
parent
9b49507fda
commit
ea1341dd57
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:108c4ad87d5cdd3ad47a3a872acdf101693283442469629dabb7631f1f3a0b3f
|
|
||||||
size 69709366
|
|
3
mupdf-1.21.1-source.tar.gz
Normal file
3
mupdf-1.21.1-source.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b24ddbe12506cc82de08d5cd494614ba08346f8175db1d98bcf938ff94925a54
|
||||||
|
size 57243762
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 17 17:35:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.21.1:
|
||||||
|
* Garbage collection problem causing file bloat on clean
|
||||||
|
* Don't assume sorted objects in pdf_objcmp
|
||||||
|
* Don't layout empty documents
|
||||||
|
* Type 3 font char bboxes
|
||||||
|
* Added MOBI input format support
|
||||||
|
* Added Story API for creating PDF documents from formatted text
|
||||||
|
* Added API to create, edit, and delete links
|
||||||
|
* Support custom images for Stamp annotations
|
||||||
|
* Support interior color on Polygon annotations
|
||||||
|
* Support line endings on PolyLine annotations
|
||||||
|
* Improved SVG output
|
||||||
|
* C++/Python/C# binding:
|
||||||
|
* Changes to naming of wrapper functions and classes
|
||||||
|
* Added limited support for callbacks into Python, using SWIG Directors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 17 19:15:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed Aug 17 19:15:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mupdf
|
Name: mupdf
|
||||||
Version: 1.20.3
|
Version: 1.21.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
URL: https://mupdf.com/
|
URL: https://mupdf.com/
|
||||||
Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.zst
|
Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.gz
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Source2: %{name}-gl.desktop
|
Source2: %{name}-gl.desktop
|
||||||
Patch0: mupdf-no-strip.patch
|
Patch0: mupdf-no-strip.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user