forked from pool/mupdf
b5f50951b5
- Update to version 1.12.0 * Color Management: + LCMS2 library for color management + CMYK rendering with overprint simulation + Spot color rendering + Transparency rendering fixes * Structured text output improvements: + Reworked structured text API + Faster text searching + Highlight and copy text by selecting lines instead of by area + New semantic XHTML output format + New layout preserving HTML output format * Features and improvements: + Improved non-AA rendering with new scan converter + Improved LARGEFILE support + Improved TIFF support + Improved documentation + PCLm output. + PSD output. + New "mutool trace" tool. + New "mutool sign" tool (work in progress). + Text redaction (work in progress). + Lots of bug fixes. - Strip "-source" from tarball name - Switch to xz release (13mb smaller) - rebase fix-openjpeg-flags.patch - drop reproducible.patch * fixed upstream in 081d4c72430e3077a05499c783d9fbe24361b368 OBS-URL: https://build.opensuse.org/request/show/564163 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=60
13 lines
329 B
Diff
13 lines
329 B
Diff
Index: b/source/fitz/load-jpx.c
|
|
===================================================================
|
|
--- a/source/fitz/load-jpx.c
|
|
+++ b/source/fitz/load-jpx.c
|
|
@@ -445,7 +445,6 @@
|
|
|
|
#else /* HAVE_LURATECH */
|
|
|
|
-#define OPJ_STATIC
|
|
#define OPJ_HAVE_INTTYPES_H
|
|
#if !defined(_MSC_VER) || _MSC_VER >= 1600
|
|
#define OPJ_HAVE_STDINT_H
|