Accepting request 344043 from Publishing
- 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/request/show/344043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=15
This commit is contained in:
commit
9f4c71a451
@ -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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56a4fe7f311db9e93fbca7ed4374533c7369cdb090b007b5b3dc6ba7b94f0a4d
|
||||
size 3009
|
||||
oid sha256:bf2f0a2f58ae6c08bd488e353911c47be0a2ea4627b5d748ea916a75ec944712
|
||||
size 73084
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: mupdf
|
||||
Version: 1.7a
|
||||
Version: 1.8
|
||||
Release: 0
|
||||
Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library
|
||||
License: AGPL-3.0+
|
||||
@ -80,13 +80,15 @@ done
|
||||
# do no set CFLAGS which is used by the build system itself!
|
||||
export XCFLAGS="%{optflags} -fPIC -pthread"
|
||||
make %{?_smp_mflags} \
|
||||
build=release \
|
||||
verbose=yes \
|
||||
NOCURL= \
|
||||
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
|
||||
%make_install prefix=%{_prefix} libdir=%{_libdir}
|
||||
%make_install build=release prefix=%{_prefix} libdir=%{_libdir}
|
||||
|
||||
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/
|
||||
%{_bindir}/mupdf
|
||||
%{_bindir}/mupdf-x11-curl
|
||||
%{_bindir}/mudraw
|
||||
%{_bindir}/mutool
|
||||
%{_bindir}/mujstest
|
||||
%{_datadir}/applications/mupdf.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user