Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mupdf-devel-static-1.23.7-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: mupdf-devel-static Distribution: openSUSE:Factory:zSystems
Version: 1.23.7 Vendor: openSUSE
Release: 1.1 Build date: Wed Dec 20 23:19:52 2023
Group: Development/Libraries/C and C++ Build host: s390zl22
Size: 70855360 Source RPM: mupdf-1.23.7-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://mupdf.com/
Summary: Development Files for mupdf
This package contains development files needed for developing applications
based on mupdf.

Provides

Requires

License

AGPL-3.0-or-later

Changelog

* Wed Dec 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.23.7:
    * Fix rendering issue concerning group alpha.
    * Fix unexpected HTML table rectangles on subsequent pages.
    * Fix text extraction of control characters from PDF.
    * Fix bug concerning Stories having page-break-after set.
    * Ignore broken structure trees instead of reporting an error.
    * Various fixes for pymupdf.
* Tue Nov 28 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.23.6:
    * Add new text file document handler.
    * Add interface for rearranging pages.
    * Fix double free bug in html parser.
    * Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left.
    * Fix parsing of cmap with surrogate characters.
    * Fix bug in story handling resetting.
    * Various smaller fixes for pymupdf.
* Wed Oct 11 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.23.4:
    * Fix bug causing a crash when cleaning up Android draw device upon destroy.
    * Fix bug where bitmaps were reused after being recycled in Android.
    * Add fixed padding to ink annotation to avoid unselectable bboxes for tiny strokes.
    * Add API for checking if an annotation has a Rect property.
    * Fix bug where cycles in structure trees caused eternal loops.
    * Fix bug where colorspaces were not retained for in-linee images during filtering.
    * Change default to use CropBox rather than MediaBox.
* Wed Sep 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - 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.
* Tue Jun 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.22.2:
    * Various bug fixes cherry-picked back from development work
      required to fix PyMuPDF issues.
* Fri May 12 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.22.1 (bsc#1216728, CVE-2023-31794):
    * New command line "mutool recolor" to change colorspace of PDF files.
    * New command line "mutool trim" to remove content outside mediabox.
    * New flag to "mutool draw": -KK to remove all non-textual content.
    * Support PDF page labels.
    * Layout HTML tables with variable column widths.
    * Added JPEG output format. JPEG should be used with care due to its
      lossy nature (if in doubt, use PDF instead).
    * Added PDF filter factories.
    * Added PDF color filter.
    * Added "culler" to sanitize filter.
    * Added flags to control embedding fonts in output.
    * New device methods for structured tags.
    * Increased maximum allowed image size.
    * Add magic flag to temporarily hide annotations when editing them.
    * Support RD in Square and Circle annotations.
    * Support dashed borders in annotations.
    * Support cloudy borders in annotations.
    * Improved layers in PDF files.
    * Fix performance issue with large PDF files and outlines.
    * Updated multi-threading examples.
    * Moved WASM project into separate repository.
    * Added Java and "mutool run" bindings for many more functions.
* Tue Mar 07 2023 Jan Engelhardt <jengelh@inai.de>
  - Drop BuildRequires freeglut & lcms2, this is not used
    and the build always relies on the bundled copy.
* Mon Mar 06 2023 Jan Engelhardt <jengelh@inai.de>
  - Disable system gumbo, so it may be removed [boo#1208381].
* Sat Dec 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.21.1:
    * Garbage collection problem causing file bloat on clean
    * Don't assume sorted objects in pdf_objcmp
    * Don't layout empty documents
    * Type 3 font char bboxes
    * Added MOBI input format support
    * Added Story API for creating PDF documents from formatted text
    * Added API to create, edit, and delete links
    * Support custom images for Stamp annotations
    * Support interior color on Polygon annotations
    * Support line endings on PolyLine annotations
    * Improved SVG output
    * C++/Python/C# binding:
    * Changes to naming of wrapper functions and classes
    * Added limited support for callbacks into Python, using SWIG Directors
* Wed Aug 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.20.3:
    * return error, not success when unable to lock native device resource.
    * Bug 705620: Start journal operation instead of pushing local xref.
    * Ensure AndroidDrawDevice is destroyed, even upon exception.
    * source/pdf/pdf-clean.c: fix segv from incorrect call to fz_drop_pixmap().
    * Bug 705681: Enclose code in begin/end operation.
    * Guard against SEGVs when calling archive functions with NULL archive.
* Mon Aug 01 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.20.0 (bsc#1202858, CVE-2021-4216):
    * Experimental C# bindings
    * Cross compilation should no longer need a host compiler
    * Major additions to JNI bindings
    * New API to edit outline
    * New API to resolve and create links
    * New API to toggle individual layers in PDF
    * Layer panel in mupdf-gl
    * Layer option in mutool draw
    * New API to add a Javascript console
    * Console panel in mupdf-gl
    * Text search API extended to be able to distinguish between separate search hits
    * Command line tool improvements:
    * all: Negative page numbers to index from the last page
    * mutool draw: Add option to render document without text
    * mutool draw and convert: Support DPI option in text and HTML output
    * New hybrid HTML output format using "scripts/pdftohtml" script:
    * Graphics in a background image
    * Text on top
    * Improved WASM viewer demo
    * Support high DPI screens
    * Progressive loading
    * Update to zlib 1.2.12 for security fix
* Fri Apr 22 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.19.1:
    * Updated zlib to 1.2.12 due to CVE-2018-25032
* Mon Oct 25 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 2020 Hsiu-Ming Chang <cges30901@gmail.com>
  - Update to version 1.18.0
    * mutool draw: bbox output format.
    * mutool draw: structured text extraction in JSON format.
    * mutool run: StructuredText.walk()
    * mutool run: PDFPage.process() and PDFAnnotation.process()
    * mupdf-gl: Added IBM Common User Access shortcuts for copy & paste.
    * mupdf-gl: Improved redaction UI.
    * java: Example desktop Java viewer.
    * wasm: WebAssembly viewer that runs in a browser.
    * html: Added HTML5 parser.
    * api: Dehyphenation option in structured text extraction, to improve searching for words that are hyphenated across lines.
    * api: pdf_new_date, pdf_to_date, pdf_dict_put_date and pdf_dict_get_date.
    * api: Added choice of image redaction algorithms: none, full, partial.
    * api: Optional use of Tesseract to use OCR to extract text.
    * svg: Many small parsing fixes.
    * svg: Parse inline CSS style attributes.
    * svg: Text elements (simple text layout only).
    * High security redaction -- save redacted PDF as flattened bitmap, guaranteed to not leak any sensitive redacted information.
    * Experimental C++ bindings.
    * Experimental Python bindings.
* Fri Jun 19 2020 Dan Čermák <dcermak@suse.com>
  - Update to version 1.17.0
    * api: Improved accessors for markup/ink/polygon annotation data.
    * api: Chapter based API for faster EPUB loading.
    * api: Add more documentation to header files.
    * api: Improved digital signature signing and verification.
    * api: Validate changes in a signed PDF file.
    * build: Moved windows build to VS2019 solution.
    * pdf: Redaction now works on images and links as well as text.
    * pdf: Greek, Cyrillic, Chinese, Japanese, and Korean scripts in forms and annotations.
    * pdf: File attachment annotations.
    * pdf: Use CCITT Fax compression for 1-bit images when creating PDF files.
    * epub: More forgiving XHTML parsing.
    * epub: Accelerator files to cache chapter data for faster EPUB loading.
    * epub: Optimized memory use.
    * mutool run: Edit Markup, Ink, and Polygon annotation data.
    * mutool run: Fill out form fields.
    * viewer: Ask for confirmation before closing a PDF with unsaved changes.
    * viewer: Embed and extract file attachment annotations.
    * library: Miscellaneous bugfixes.
    * library: Fixes to store operation.
    * thirdparty: Updated Harfbuzz to 2.6.4.
    * thirdparty: Updated jbig2dec to 0.18.
    * thirdparty: Updated MuJS to 1.0.7.
    * thirdparty: Updated OpenJPEG to 2.3.1.
    * thirdparty: Updated cURL to 7.66.0 (windows only).
* Fri Jun 12 2020 Martin Pluskal <mpluskal@suse.com>
  - Fix building with gcc10

Files

/usr/include/mupdf
/usr/include/mupdf/fitz
/usr/include/mupdf/fitz.h
/usr/include/mupdf/fitz/archive.h
/usr/include/mupdf/fitz/band-writer.h
/usr/include/mupdf/fitz/bidi.h
/usr/include/mupdf/fitz/bitmap.h
/usr/include/mupdf/fitz/buffer.h
/usr/include/mupdf/fitz/color.h
/usr/include/mupdf/fitz/compress.h
/usr/include/mupdf/fitz/compressed-buffer.h
/usr/include/mupdf/fitz/config.h
/usr/include/mupdf/fitz/context.h
/usr/include/mupdf/fitz/crypt.h
/usr/include/mupdf/fitz/device.h
/usr/include/mupdf/fitz/display-list.h
/usr/include/mupdf/fitz/document.h
/usr/include/mupdf/fitz/export.h
/usr/include/mupdf/fitz/filter.h
/usr/include/mupdf/fitz/font.h
/usr/include/mupdf/fitz/geometry.h
/usr/include/mupdf/fitz/getopt.h
/usr/include/mupdf/fitz/glyph-cache.h
/usr/include/mupdf/fitz/glyph.h
/usr/include/mupdf/fitz/hash.h
/usr/include/mupdf/fitz/image.h
/usr/include/mupdf/fitz/link.h
/usr/include/mupdf/fitz/log.h
/usr/include/mupdf/fitz/outline.h
/usr/include/mupdf/fitz/output-svg.h
/usr/include/mupdf/fitz/output.h
/usr/include/mupdf/fitz/path.h
/usr/include/mupdf/fitz/pixmap.h
/usr/include/mupdf/fitz/pool.h
/usr/include/mupdf/fitz/separation.h
/usr/include/mupdf/fitz/shade.h
/usr/include/mupdf/fitz/store.h
/usr/include/mupdf/fitz/story-writer.h
/usr/include/mupdf/fitz/story.h
/usr/include/mupdf/fitz/stream.h
/usr/include/mupdf/fitz/string-util.h
/usr/include/mupdf/fitz/structured-text.h
/usr/include/mupdf/fitz/system.h
/usr/include/mupdf/fitz/text.h
/usr/include/mupdf/fitz/track-usage.h
/usr/include/mupdf/fitz/transition.h
/usr/include/mupdf/fitz/tree.h
/usr/include/mupdf/fitz/types.h
/usr/include/mupdf/fitz/util.h
/usr/include/mupdf/fitz/version.h
/usr/include/mupdf/fitz/write-pixmap.h
/usr/include/mupdf/fitz/writer.h
/usr/include/mupdf/fitz/xml.h
/usr/include/mupdf/memento.h
/usr/include/mupdf/pdf
/usr/include/mupdf/pdf.h
/usr/include/mupdf/pdf/annot.h
/usr/include/mupdf/pdf/clean.h
/usr/include/mupdf/pdf/cmap.h
/usr/include/mupdf/pdf/crypt.h
/usr/include/mupdf/pdf/document.h
/usr/include/mupdf/pdf/event.h
/usr/include/mupdf/pdf/font.h
/usr/include/mupdf/pdf/form.h
/usr/include/mupdf/pdf/interpret.h
/usr/include/mupdf/pdf/javascript.h
/usr/include/mupdf/pdf/name-table.h
/usr/include/mupdf/pdf/object.h
/usr/include/mupdf/pdf/page.h
/usr/include/mupdf/pdf/parse.h
/usr/include/mupdf/pdf/resource.h
/usr/include/mupdf/pdf/xref.h
/usr/include/mupdf/ucdn.h
/usr/lib64/libmupdf-third.a
/usr/lib64/libmupdf.a


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024