- 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:
Ismail Dönmez
2016-04-19 09:54:56 +00:00
committed by Git OBS Bridge
parent 5d6289bdae
commit bd0598fbfe
4 changed files with 24 additions and 4 deletions

View File

@@ -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