forked from pool/mupdf
- Update to version 1.9
* Bidirectional layout for Arabic and Hebrew scripts. * Shaping complex scripts for EPUB text layout. * Noto fallback fonts for EPUB layout. * mutool create: - Create new PDF files from scratch. - Read an annotated content stream in a text file and write a PDF file, automatically embedding font and image resources. * mutool run: - Run javascript scripts with MuPDF bindings. - The interface is similar to the new Java interface. * mutool draw: * Optional multi-threaded operation (Windows and pthreads). * Optional low memory mode (primarily for testing). OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=34
This commit is contained in:
parent
5d6289bdae
commit
bd0598fbfe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2a3c64d8b24920f87cf4ea9339a25abf7388496440f13b37482d1403c33c206
|
||||
size 14169777
|
3
mupdf-1.9-source.tar.gz
Normal file
3
mupdf-1.9-source.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1776eb4368467c553ce78ec89c731ed84917c6c7ee0396b15d8739356c98e296
|
||||
size 20470618
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 09:42:15 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to version 1.9
|
||||
* Bidirectional layout for Arabic and Hebrew scripts.
|
||||
* Shaping complex scripts for EPUB text layout.
|
||||
* Noto fallback fonts for EPUB layout.
|
||||
* mutool create:
|
||||
- Create new PDF files from scratch.
|
||||
- Read an annotated content stream in a text file and write a
|
||||
PDF file, automatically embedding font and image resources.
|
||||
* mutool run:
|
||||
- Run javascript scripts with MuPDF bindings.
|
||||
- The interface is similar to the new Java interface.
|
||||
* mutool draw:
|
||||
* Optional multi-threaded operation (Windows and pthreads).
|
||||
* Optional low memory mode (primarily for testing).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 18:57:22 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: mupdf
|
||||
Version: 1.8
|
||||
Version: 1.9
|
||||
Release: 0
|
||||
Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library
|
||||
License: AGPL-3.0+
|
||||
@ -38,6 +38,7 @@ BuildRequires: openjpeg2-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(harfbuzz)
|
||||
Requires: xdg-utils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -127,5 +128,6 @@ install -D -p -m 644 %{SOURCE2} \
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/mupdf/
|
||||
%{_libdir}/libmupdf.a
|
||||
%{_libdir}/libmupdfthird.a
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user