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:           Tue Jan  3 15:48:38 UTC 2023

Modified Files:
        pkgsrc/print/mupdf: Makefile PLIST buildlink3.mk distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/print/mupdf/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/mupdf/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/print/mupdf/buildlink3.mk
cvs rdiff -u -r1.61 -r1.62 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.97 pkgsrc/print/mupdf/Makefile:1.98
--- pkgsrc/print/mupdf/Makefile:1.97    Wed Oct 26 10:31:07 2022
+++ pkgsrc/print/mupdf/Makefile Tue Jan  3 15:48:38 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2022/10/26 10:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2023/01/03 15:48:38 wiz Exp $
 
-DISTNAME=      mupdf-1.20.3-source
+DISTNAME=      mupdf-1.21.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
-PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  https://mupdf.com/downloads/archive/
 

Index: pkgsrc/print/mupdf/PLIST
diff -u pkgsrc/print/mupdf/PLIST:1.23 pkgsrc/print/mupdf/PLIST:1.24
--- pkgsrc/print/mupdf/PLIST:1.23       Sat Jul 23 15:09:43 2022
+++ pkgsrc/print/mupdf/PLIST    Tue Jan  3 15:48:38 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2022/07/23 15:09:43 leot Exp $
+@comment $NetBSD: PLIST,v 1.24 2023/01/03 15:48:38 wiz Exp $
 bin/mupdf
 ${PLIST.curl}bin/mupdf-curl
 ${PLIST.opengl}bin/mupdf-gl
@@ -39,6 +39,8 @@ include/mupdf/fitz/pool.h
 include/mupdf/fitz/separation.h
 include/mupdf/fitz/shade.h
 include/mupdf/fitz/store.h
+include/mupdf/fitz/story-writer.h
+include/mupdf/fitz/story.h
 include/mupdf/fitz/stream.h
 include/mupdf/fitz/string-util.h
 include/mupdf/fitz/structured-text.h
@@ -90,12 +92,14 @@ share/doc/mupdf/coding-progressive.html
 share/doc/mupdf/coding-style.html
 share/doc/mupdf/ecosystem.css
 share/doc/mupdf/ecosystem.html
+share/doc/mupdf/examples/SnarkFront.svg
 share/doc/mupdf/examples/bbox-device.js
 share/doc/mupdf/examples/create-thumbnail.js
 share/doc/mupdf/examples/draw-device.js
 share/doc/mupdf/examples/draw-document.js
 share/doc/mupdf/examples/example.c
 share/doc/mupdf/examples/fix-s22pdf.js
+share/doc/mupdf/examples/huntingofthesnark.png
 share/doc/mupdf/examples/jpx-to-pdf.js
 share/doc/mupdf/examples/multi-threaded.c
 share/doc/mupdf/examples/pdf-create-lowlevel.js
@@ -105,6 +109,8 @@ share/doc/mupdf/examples/pdf-extract-ric
 share/doc/mupdf/examples/pdf-merge.js
 share/doc/mupdf/examples/pdf-portfolio.js
 share/doc/mupdf/examples/pdf-trace.js
+share/doc/mupdf/examples/storytest.c
+share/doc/mupdf/examples/storytest.js
 share/doc/mupdf/examples/trace-device.js
 share/doc/mupdf/index.html
 share/doc/mupdf/library.html

Index: pkgsrc/print/mupdf/buildlink3.mk
diff -u pkgsrc/print/mupdf/buildlink3.mk:1.45 pkgsrc/print/mupdf/buildlink3.mk:1.46
--- pkgsrc/print/mupdf/buildlink3.mk:1.45       Wed Oct 26 10:31:07 2022
+++ pkgsrc/print/mupdf/buildlink3.mk    Tue Jan  3 15:48:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.45 2022/10/26 10:31:07 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.46 2023/01/03 15:48:38 wiz Exp $
 
 BUILDLINK_TREE+=       mupdf
 
@@ -12,11 +12,11 @@ BUILDLINK_PKGSRCDIR.mupdf?= ../../print/
 pkgbase := mupdf
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.mupdf:Mcurl)
+.if ${PKG_BUILD_OPTIONS.mupdf:Mcurl}
 .include "../../www/curl/buildlink3.mk"
 .endif
 
-.if !empty(PKG_BUILD_OPTIONS.mupdf:Mopengl)
+.if ${PKG_BUILD_OPTIONS.mupdf:Mopengl}
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
 .endif

Index: pkgsrc/print/mupdf/distinfo
diff -u pkgsrc/print/mupdf/distinfo:1.61 pkgsrc/print/mupdf/distinfo:1.62
--- pkgsrc/print/mupdf/distinfo:1.61    Wed Sep 28 20:16:37 2022
+++ pkgsrc/print/mupdf/distinfo Tue Jan  3 15:48:38 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2022/09/28 20:16:37 leot Exp $
+$NetBSD: distinfo,v 1.62 2023/01/03 15:48:38 wiz Exp $
 
-BLAKE2s (mupdf-1.20.3-source.tar.gz) = 0c6c8272e3343562ca4c3926723819b18cc9b0558989bc7623ce63b219315a35
-SHA512 (mupdf-1.20.3-source.tar.gz) = ed3fe09971223c500fb85558bb3f8c4a605c82fca3cd2217cdf4758e44bdfe3ef4106c95037d7a8ea536117414e5acbfa14aa736bfb7e33e591050c12c07a0ee
-Size (mupdf-1.20.3-source.tar.gz) = 88457290 bytes
+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
 SHA1 (patch-Makelists) = 474ad296aa550272b9d734e2b001af1371ae06ad
 SHA1 (patch-Makethird) = fdddf41a3c44a1fda04c7ce1b51284dd918e3c54
 SHA1 (patch-ab) = acbb4e8a34ccad701323a521600f361175668b9e



Home | Main Index | Thread Index | Old Index