pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/mupdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 29 08:21:02 UTC 2023

Modified Files:
        pkgsrc/print/mupdf: Makefile distinfo

Log Message:
mupdf: update to 1.22.0.

List of changes in MuPDF 1.22.0

        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.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/print/mupdf/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/print/mupdf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/mupdf/Makefile
diff -u pkgsrc/print/mupdf/Makefile:1.102 pkgsrc/print/mupdf/Makefile:1.103
--- pkgsrc/print/mupdf/Makefile:1.102   Sat Apr 29 08:17:53 2023
+++ pkgsrc/print/mupdf/Makefile Sat Apr 29 08:21:02 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2023/04/29 08:17:53 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2023/04/29 08:21:02 wiz Exp $
 
-DISTNAME=      mupdf-1.21.1-source
+DISTNAME=      mupdf-1.22.0-source
 PKGNAME=       ${DISTNAME:S/-source//}
-PKGREVISION=   4
 CATEGORIES=    print
 MASTER_SITES=  https://mupdf.com/downloads/archive/
 

Index: pkgsrc/print/mupdf/distinfo
diff -u pkgsrc/print/mupdf/distinfo:1.63 pkgsrc/print/mupdf/distinfo:1.64
--- pkgsrc/print/mupdf/distinfo:1.63    Sat Apr 29 08:17:53 2023
+++ pkgsrc/print/mupdf/distinfo Sat Apr 29 08:21:02 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.63 2023/04/29 08:17:53 wiz Exp $
+$NetBSD: distinfo,v 1.64 2023/04/29 08:21:02 wiz Exp $
 
-BLAKE2s (mupdf-1.21.1-source.tar.gz) = 8f787d54a075775c6c48e07aac494a2b59591ca95c324b598458d0ba7bb82fb9
-SHA512 (mupdf-1.21.1-source.tar.gz) = 11eeea409e0b44d3f754a44b00b15522c2ae2d94171b8c7067efa7acbb1d597eefe1e27607fab90a56bf6c73579bbfb77b7599080fc2504a5881aaf7cc1957c7
-Size (mupdf-1.21.1-source.tar.gz) = 57243762 bytes
+BLAKE2s (mupdf-1.22.0-source.tar.gz) = 24ccf6df358f445ecf0f2e96dd85d5cc14c9c8246fe439e7c900e9325eaede8f
+SHA512 (mupdf-1.22.0-source.tar.gz) = ba073b977306420343c969e6fec37cca4559031ad06cfdee2356edfdfa013ebe7654175aff931684fa48a935bf87f68537754b5e83f767517bc428ac07709a59
+Size (mupdf-1.22.0-source.tar.gz) = 55043552 bytes
 SHA1 (patch-Makelists) = 474ad296aa550272b9d734e2b001af1371ae06ad
 SHA1 (patch-Makethird) = 6c0359df0809e658c3c6568d85a98b02158f2e3e
 SHA1 (patch-ab) = acbb4e8a34ccad701323a521600f361175668b9e



Home | Main Index | Thread Index | Old Index