forked from pool/mupdf
Accepting request 927320 from home:AndreasStieger:branches:Publishing
mupdf 1.19.0 OBS-URL: https://build.opensuse.org/request/show/927320 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=95
This commit is contained in:
parent
61de83cbf4
commit
82814d4a32
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:592d4f6c0fba41bb954eb1a41616661b62b134d5b383e33bd45a081af5d4a59a
|
|
||||||
size 53621544
|
|
3
mupdf-1.19.0-source.tar.xz
Normal file
3
mupdf-1.19.0-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38f39943e408d60a3e7d6c2fca0d705163540ca24d65682d4426dc6f1fee28c5
|
||||||
|
size 64077324
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 25 14:01:11 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 1.19.0
|
||||||
|
* Remov support for Luratech JBIG2 and JPEG2000 decoders
|
||||||
|
* Add 'extract' library for more output options: DOCX, ODT
|
||||||
|
* Journal for undo and redo
|
||||||
|
* Snapshot for auto-save and restore
|
||||||
|
* Reflow document wrapper
|
||||||
|
* Rollover appearance for annotations and widgets
|
||||||
|
* Customize appearance of signed digital signatures
|
||||||
|
* Progress and cancel callbacks to OCR functions
|
||||||
|
* Create signature form fields
|
||||||
|
* Improved Font and format support
|
||||||
|
* developer visible improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 25 12:05:00 UTC 2020 - Hsiu-Ming Chang <cges30901@gmail.com>
|
Sun Oct 25 12:05:00 UTC 2020 - Hsiu-Ming Chang <cges30901@gmail.com>
|
||||||
|
|
||||||
|
10
mupdf.spec
10
mupdf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mupdf
|
# spec file for package mupdf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2011 Guido Berhoerster.
|
# Copyright (c) 2011 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mupdf
|
Name: mupdf
|
||||||
Version: 1.18.0
|
Version: 1.19.0
|
||||||
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: %{URL}/downloads/archive/%{name}-%{version}-source.tar.xz
|
Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.xz
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Source2: %{name}-gl.desktop
|
Source2: %{name}-gl.desktop
|
||||||
Patch0: mupdf-no-strip.patch
|
Patch0: mupdf-no-strip.patch
|
||||||
@ -35,12 +35,12 @@ BuildRequires: freetype2-devel
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: jbig2dec-devel
|
BuildRequires: jbig2dec-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
|
BuildRequires: libgumbo-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: openjpeg2-devel
|
BuildRequires: openjpeg2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libgumbo-devel
|
|
||||||
BuildRequires: pkgconfig(harfbuzz)
|
BuildRequires: pkgconfig(harfbuzz)
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
@ -73,7 +73,7 @@ based on mupdf.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version}-source
|
%autosetup -p1 -n %{name}-%{version}-source
|
||||||
|
|
||||||
for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs)
|
for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs -e extract)
|
||||||
do
|
do
|
||||||
rm -rf thirdparty/$d
|
rm -rf thirdparty/$d
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user