summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-12-14 02:22:47 -0800
committerMichael Forney <mforney@mforney.org>2020-12-14 02:40:26 -0800
commitcc499bb1d52b470f3687d4dfadd110ce9d43dd2d (patch)
tree277ea9a220ee653056c2eb0997c6803da59dac8c
parent5d41856515f35b035d3837e2574e347ef78b6f2f (diff)
mupdf: Update to 1.18.0
-rw-r--r--pkg/mupdf/gen.lua2
-rw-r--r--pkg/mupdf/sources.txt4
m---------pkg/mupdf/src0
-rw-r--r--pkg/mupdf/ver2
4 files changed, 7 insertions, 1 deletions
diff --git a/pkg/mupdf/gen.lua b/pkg/mupdf/gen.lua
index 3bb20c05..7b36eab6 100644
--- a/pkg/mupdf/gen.lua
+++ b/pkg/mupdf/gen.lua
@@ -17,6 +17,7 @@ cflags{
'-I $srcdir/include',
'-I $outdir',
'-isystem $builddir/pkg/freetype/include',
+ '-isystem $builddir/pkg/gumbo/include',
'-isystem $builddir/pkg/jbig2dec/include',
'-isystem $builddir/pkg/libjpeg-turbo/include',
'-isystem $builddir/pkg/zlib/include',
@@ -36,6 +37,7 @@ end
pkg.deps = {
'pkg/freetype/headers',
+ 'pkg/gumbo/headers',
'pkg/jbig2dec/headers',
'pkg/libjpeg-turbo/headers',
'pkg/zlib/headers',
diff --git a/pkg/mupdf/sources.txt b/pkg/mupdf/sources.txt
index ecd2efe7..12b6d9b8 100644
--- a/pkg/mupdf/sources.txt
+++ b/pkg/mupdf/sources.txt
@@ -72,10 +72,12 @@ fitz/log.c
fitz/memento.c
fitz/memory.c
fitz/noto.c
+fitz/ocr-device.c
fitz/outline.c
fitz/output-cbz.c
fitz/output-pcl.c
fitz/output-pclm.c
+fitz/output-pdfocr.c
fitz/output-png.c
fitz/output-pnm.c
fitz/output-ps.c
@@ -110,8 +112,10 @@ fitz/ucdn.c
fitz/untar.c
fitz/unzip.c
fitz/util.c
+fitz/warp.c
fitz/writer.c
fitz/xml.c
+fitz/xmltext-device.c
fitz/zip.c
pdf/pdf-annot.c
pdf/pdf-appearance.c
diff --git a/pkg/mupdf/src b/pkg/mupdf/src
-Subproject b8612b08e0393eccaddf8fb02d8f542b8589124
+Subproject fac0ff218164b0b958163358e182c9cf7bb9dc1
diff --git a/pkg/mupdf/ver b/pkg/mupdf/ver
index 347ba506..b79822f2 100644
--- a/pkg/mupdf/ver
+++ b/pkg/mupdf/ver
@@ -1 +1 @@
-1.17.0 r2
+1.18.0 r0