2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-03 16:48:38 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
mupdf: update to 1.21.1.
List of changes in MuPDF 1.21.1 (Source only release for PyMuPDF)
Miscellaneous bug fixes, including:
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.
List of changes in MuPDF 1.21.0
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.
|
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message:
*: bump PKGREVISION for libunistring shlib major bump
|
2022-09-28 22:16:37 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
mupdf: Update to 1.20.3
Changes:
1.20.[123] are bugfix releases, no changelog (in CHANGES) available.
|
2022-09-01 16:05:01 by Nia Alarie | Files touched by this commit (1) |
Log message:
mupdf: ... and revert an accidentally committed bit
|
2022-09-01 15:56:53 by Nia Alarie | Files touched by this commit (6) |
Log message:
mupdf: Use mujs from pkgsrc. Delete no-longer-needed patches.
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
|
2022-07-24 12:13:38 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
mupdf: Avoid bash dependency
Should hopefully fix the build.
Problem reported by <wiz>, thanks!
|
2022-07-23 17:09:43 by Leonardo Taccari | Files touched by this commit (7) |
Log message:
mupdf: Update to 1.20.0
Changes:
1.20.0
------
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.
|