logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 0e24c2d373604ae5584d01d6449691ac67eee1ea
parent 4dc58652b87c7a3968811af50268de5e4ecc32aa
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  9 Jul 2020 13:53:21 -0700

mupdf: Update to 1.17.0

Diffstat:

Mpkg/mupdf/gen.lua3+--
Mpkg/mupdf/sources.txt2++
Mpkg/mupdf/ver2+-
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pkg/mupdf/gen.lua b/pkg/mupdf/gen.lua @@ -1,7 +1,6 @@ cflags{ '-D NDEBUG', - '-Wall', - '-Wno-maybe-uninitialized', + '-Wall', '-Wno-maybe-uninitialized', '-Wno-stringop-overflow', '-Wno-format-overflow', '-D FZ_ENABLE_JS=0', -- HTML and EPUB require harfbuzz '-D FZ_ENABLE_HTML=0', diff --git a/pkg/mupdf/sources.txt b/pkg/mupdf/sources.txt @@ -35,6 +35,7 @@ fitz/draw-rasterize.c fitz/draw-scale-simple.c fitz/draw-unpack.c fitz/encode-basic.c +fitz/encode-fax.c fitz/encodings.c fitz/error.c fitz/filter-basic.c @@ -67,6 +68,7 @@ fitz/load-jxr.c fitz/load-png.c fitz/load-pnm.c fitz/load-tiff.c +fitz/log.c fitz/memento.c fitz/memory.c fitz/noto.c diff --git a/pkg/mupdf/ver b/pkg/mupdf/ver @@ -1 +1 @@ -1.16.1 r1 +1.17.0 r0