Takashi Iwai
00794dc038
- Update to 1.23.3: New features: + New WASM library with same API as mutool run and Java, for both browser and Node environments. + Support CropBox, TrimBox, BleedBox, and ArtBox in PDF tools and viewers. + PhotoShop PSD image support. + mupdf-gl: Custom ICC display profile support. + mutool poster: Option to split in RTL direction. Fixes: + EPUB: Fix table cell height calculations. + EPUB: Inherit table cell background color from table row. + EPUB: Support files with partial encryption (only read unencrypted parts). + EPUB: Support files with incorrect directory prefixes. + TIFF: Stability improvements. + MOBI: Stability improvements. + PDF: Support old style border dash patterns. + PDF: Support GoToR links to remote PDF documents. + PDF: Improve link parsing and creation. + ZIP: Improve unicode file name handling. + Fall back to unhinted fonts if hints are broken. + Recognize document types by sniffing contents (don't need to rely on mimetype or file extension). NEW APIs: + More PDF document permission flags. + Tweaked exception error logging. + pdf_minimize_document to squeeze amount of memory used by an open document. Incompatible changes: + pdf_field_name renamed to pdf_load_field_name. + mutool run: Changed many methods to match Java and new WASM library. OBS-URL: https://build.opensuse.org/request/show/1112444 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=114
12 lines
415 B
Diff
12 lines
415 B
Diff
--- mupdf-1.23.3-source/Makerules.orig 2023-09-20 07:55:15.822969071 +0200
|
|
+++ mupdf-1.23.3-source/Makerules 2023-09-20 07:55:39.019862276 +0200
|
|
@@ -93,7 +93,7 @@
|
|
LDFLAGS += -g
|
|
else ifeq ($(build),release)
|
|
CFLAGS += -pipe -O2 -DNDEBUG
|
|
- LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
|
|
+ LDFLAGS += $(LDREMOVEUNREACH)
|
|
else ifeq ($(build),small)
|
|
CFLAGS += -pipe -Os -DNDEBUG
|
|
LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
|