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:           Thu Oct 19 15:02:52 UTC 2023

Modified Files:
        pkgsrc/print/mupdf: Makefile distinfo

Log Message:
mupdf: update to 1.23.4.

MuPDF 1.23.4 (2023-10-11)

    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.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/print/mupdf/Makefile
cvs rdiff -u -r1.70 -r1.71 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.109 pkgsrc/print/mupdf/Makefile:1.110
--- pkgsrc/print/mupdf/Makefile:1.109   Thu Sep  7 15:02:03 2023
+++ pkgsrc/print/mupdf/Makefile Thu Oct 19 15:02:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2023/09/07 15:02:03 vins Exp $
+# $NetBSD: Makefile,v 1.110 2023/10/19 15:02:52 wiz Exp $
 
-DISTNAME=      mupdf-1.23.3-source
+DISTNAME=      mupdf-1.23.4-source
 PKGNAME=       ${DISTNAME:S/-source//}
 CATEGORIES=    print
 MASTER_SITES=  https://mupdf.com/downloads/archive/

Index: pkgsrc/print/mupdf/distinfo
diff -u pkgsrc/print/mupdf/distinfo:1.70 pkgsrc/print/mupdf/distinfo:1.71
--- pkgsrc/print/mupdf/distinfo:1.70    Thu Sep  7 15:02:03 2023
+++ pkgsrc/print/mupdf/distinfo Thu Oct 19 15:02:52 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.70 2023/09/07 15:02:03 vins Exp $
+$NetBSD: distinfo,v 1.71 2023/10/19 15:02:52 wiz Exp $
 
-BLAKE2s (mupdf-1.23.3-source.tar.gz) = 8b4358ea917f4e068a56d4565bb1d0c342518854ea446b219a02df852d813094
-SHA512 (mupdf-1.23.3-source.tar.gz) = 37fbebd07680d79a38d289264a4028396ee58fad52c541efa37463e63a45ed8bab71188d6c05eb15e602964d89ee6633575dceb972f7bd8b0b5efdde5af9b737
-Size (mupdf-1.23.3-source.tar.gz) = 55144800 bytes
+BLAKE2s (mupdf-1.23.4-source.tar.gz) = 953b25bbf7e8fbbba483b1e0eeb54f380cc1859280c914e4e8dc1d7ac06ce5c6
+SHA512 (mupdf-1.23.4-source.tar.gz) = 038b80f5ca37c675069dd14d9f93f18548b765eb0e7f0063d433716a0e85941b6dc4bc5080866843d6bbe376c5666bc9f79210b8a045ca352bdff0728eff3802
+Size (mupdf-1.23.4-source.tar.gz) = 55146083 bytes
 SHA1 (patch-Makelists) = 714157e21b2b609ac4f0adacc73c3e3a2156640a
 SHA1 (patch-ab) = 548361a64a7ef6777e60e48a2653120034a35338
 SHA1 (patch-ac) = 2377fe83c6ff3b976a20a912087694fcfe0e9168



Home | Main Index | Thread Index | Old Index