forked from pool/mupdf
- Update to version 1.8
* New URW fonts with greek and cyrillic. * 64-bit file support. * Updated FreeType to version 2.6.1. * Various font substitution bug fixes. * Fix setjmp/longjmp behaviour which could cause optimizing compilers to misbehave. * EPUB improvements: User style sheets, GIF images, Table of Contents, CJK text, Page margins and many bug fixes. OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=28
This commit is contained in:
parent
e8646100e0
commit
950d5cfeab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c035ffa011fc44f8a488f70da3e6e51889508bbf66fe6b90a63e0cfa6c17d1c
|
|
||||||
size 13310720
|
|
3
mupdf-1.8-source.tar.gz
Normal file
3
mupdf-1.8-source.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2a3c64d8b24920f87cf4ea9339a25abf7388496440f13b37482d1403c33c206
|
||||||
|
size 14169777
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 12 13:02:09 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.8
|
||||||
|
* New URW fonts with greek and cyrillic.
|
||||||
|
* 64-bit file support.
|
||||||
|
* Updated FreeType to version 2.6.1.
|
||||||
|
* Various font substitution bug fixes.
|
||||||
|
* Fix setjmp/longjmp behaviour which could cause optimizing
|
||||||
|
compilers to misbehave.
|
||||||
|
* EPUB improvements: User style sheets, GIF images, Table of Contents,
|
||||||
|
CJK text, Page margins and many bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 18 08:47:41 UTC 2015 - idonmez@suse.com
|
Tue Aug 18 08:47:41 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:56a4fe7f311db9e93fbca7ed4374533c7369cdb090b007b5b3dc6ba7b94f0a4d
|
oid sha256:bf2f0a2f58ae6c08bd488e353911c47be0a2ea4627b5d748ea916a75ec944712
|
||||||
size 3009
|
size 73084
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mupdf
|
Name: mupdf
|
||||||
Version: 1.7a
|
Version: 1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library
|
Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library
|
||||||
License: AGPL-3.0+
|
License: AGPL-3.0+
|
||||||
@ -80,13 +80,15 @@ done
|
|||||||
# do no set CFLAGS which is used by the build system itself!
|
# do no set CFLAGS which is used by the build system itself!
|
||||||
export XCFLAGS="%{optflags} -fPIC -pthread"
|
export XCFLAGS="%{optflags} -fPIC -pthread"
|
||||||
make %{?_smp_mflags} \
|
make %{?_smp_mflags} \
|
||||||
|
build=release \
|
||||||
verbose=yes \
|
verbose=yes \
|
||||||
NOCURL= \
|
NOCURL= \
|
||||||
CURL_CFLAGS="$(pkg-config --libs libcurl)" \
|
CURL_CFLAGS="$(pkg-config --libs libcurl)" \
|
||||||
CURL_LIBS=" -pthread $(pkg-config --libs libcurl)"
|
CURL_LIBS=" -pthread $(pkg-config --libs libcurl)" \
|
||||||
|
HAVE_GLFW=no V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install prefix=%{_prefix} libdir=%{_libdir}
|
%make_install build=release prefix=%{_prefix} libdir=%{_libdir}
|
||||||
|
|
||||||
mv %{buildroot}%{_bindir}/mupdf-x11 %{buildroot}%{_bindir}/mupdf
|
mv %{buildroot}%{_bindir}/mupdf-x11 %{buildroot}%{_bindir}/mupdf
|
||||||
|
|
||||||
@ -115,7 +117,6 @@ install -D -p -m 644 %{SOURCE2} \
|
|||||||
%doc docs/progressive.txt docs/refcount.txt docs/examples/
|
%doc docs/progressive.txt docs/refcount.txt docs/examples/
|
||||||
%{_bindir}/mupdf
|
%{_bindir}/mupdf
|
||||||
%{_bindir}/mupdf-x11-curl
|
%{_bindir}/mupdf-x11-curl
|
||||||
%{_bindir}/mudraw
|
|
||||||
%{_bindir}/mutool
|
%{_bindir}/mutool
|
||||||
%{_bindir}/mujstest
|
%{_bindir}/mujstest
|
||||||
%{_datadir}/applications/mupdf.desktop
|
%{_datadir}/applications/mupdf.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user