pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/mupdf mupdf: update to 1.21.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca880e329bee
branches:  trunk
changeset: 391119:ca880e329bee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 03 15:48:38 2023 +0000

description:
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.

diffstat:

 print/mupdf/Makefile      |  5 ++---
 print/mupdf/PLIST         |  8 +++++++-
 print/mupdf/buildlink3.mk |  6 +++---
 print/mupdf/distinfo      |  8 ++++----
 4 files changed, 16 insertions(+), 11 deletions(-)

diffs (95 lines):

diff -r b46254efdfc5 -r ca880e329bee print/mupdf/Makefile
--- a/print/mupdf/Makefile      Tue Jan 03 15:34:59 2023 +0000
+++ b/print/mupdf/Makefile      Tue Jan 03 15:48:38 2023 +0000
@@ -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/
 
diff -r b46254efdfc5 -r ca880e329bee print/mupdf/PLIST
--- a/print/mupdf/PLIST Tue Jan 03 15:34:59 2023 +0000
+++ b/print/mupdf/PLIST Tue Jan 03 15:48:38 2023 +0000
@@ -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/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-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-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
diff -r b46254efdfc5 -r ca880e329bee print/mupdf/buildlink3.mk
--- a/print/mupdf/buildlink3.mk Tue Jan 03 15:34:59 2023 +0000
+++ b/print/mupdf/buildlink3.mk Tue Jan 03 15:48:38 2023 +0000
@@ -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 @@
 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
diff -r b46254efdfc5 -r ca880e329bee print/mupdf/distinfo
--- a/print/mupdf/distinfo      Tue Jan 03 15:34:59 2023 +0000
+++ b/print/mupdf/distinfo      Tue Jan 03 15:48:38 2023 +0000
@@ -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