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: ryoon
Date: Thu Aug 3 03:57:28 UTC 2023
Modified Files:
pkgsrc/print/mupdf: distinfo
pkgsrc/print/mupdf/patches: patch-Makelists patch-ab
Log Message:
mupdf: Fix comments in patches for use of internal lcms2
-DFZ_ENABLE_ICC=0 in patch-ab can be removed. However to minimize
mechanism changes on library detection, it is preserved as commented out
line.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/print/mupdf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/mupdf/patches/patch-Makelists
cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/mupdf/patches/patch-ab
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/distinfo
diff -u pkgsrc/print/mupdf/distinfo:1.67 pkgsrc/print/mupdf/distinfo:1.68
--- pkgsrc/print/mupdf/distinfo:1.67 Wed Aug 2 14:32:46 2023
+++ pkgsrc/print/mupdf/distinfo Thu Aug 3 03:57:28 2023
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.67 2023/08/02 14:32:46 ryoon Exp $
+$NetBSD: distinfo,v 1.68 2023/08/03 03:57:28 ryoon Exp $
BLAKE2s (mupdf-1.22.2-source.tar.gz) = 08b3154c05b4d7f2add872278f1f53b2fdafbf4b1546c21e04c50f4a47b713b9
SHA512 (mupdf-1.22.2-source.tar.gz) = 1f2e1c8caab49fcc1fe9d3f2bc994d36c77166a8f424311fb8dd8cfdc18b279d85f2cec52966cdce84a0488465b50eadf9f26f22dda06cb9de6127096458b3b9
Size (mupdf-1.22.2-source.tar.gz) = 57541621 bytes
-SHA1 (patch-Makelists) = 3e7ed072386ce30b59f7c0ca16d9abdd4defee67
-SHA1 (patch-ab) = 38d7ce5f7302ef376af7b185186e8dae57d6a884
+SHA1 (patch-Makelists) = 714157e21b2b609ac4f0adacc73c3e3a2156640a
+SHA1 (patch-ab) = 8637625e231bcb313a60c6841ab2fc5107cf2af4
SHA1 (patch-ac) = b66ee5026bebec1fc428b847de6672e8d90b7e16
SHA1 (patch-ae) = c6b113818b32cb4470e8549c00a16e0b2f364ede
SHA1 (patch-platform_gl_gl-app.h) = 1e915249010acd3ff1343f0607e785d06577fe78
Index: pkgsrc/print/mupdf/patches/patch-Makelists
diff -u pkgsrc/print/mupdf/patches/patch-Makelists:1.2 pkgsrc/print/mupdf/patches/patch-Makelists:1.3
--- pkgsrc/print/mupdf/patches/patch-Makelists:1.2 Wed Aug 2 14:32:46 2023
+++ pkgsrc/print/mupdf/patches/patch-Makelists Thu Aug 3 03:57:28 2023
@@ -1,7 +1,6 @@
-$NetBSD: patch-Makelists,v 1.2 2023/08/02 14:32:46 ryoon Exp $
+$NetBSD: patch-Makelists,v 1.3 2023/08/03 03:57:28 ryoon Exp $
-Avoid to unconditionally pass -DHAVE_* flags: this breaks lcms2 that
-gets recognized as lcms2mt.
+* Disable JPEX XR support.
--- Makelists.orig 2021-10-05 10:44:43.000000000 +0000
+++ Makelists
Index: pkgsrc/print/mupdf/patches/patch-ab
diff -u pkgsrc/print/mupdf/patches/patch-ab:1.26 pkgsrc/print/mupdf/patches/patch-ab:1.27
--- pkgsrc/print/mupdf/patches/patch-ab:1.26 Wed Aug 2 14:32:46 2023
+++ pkgsrc/print/mupdf/patches/patch-ab Thu Aug 3 03:57:28 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.26 2023/08/02 14:32:46 ryoon Exp $
+$NetBSD: patch-ab,v 1.27 2023/08/03 03:57:28 ryoon Exp $
- Handle the various operating systems in the same way avoiding hardcoding
- Avoid to use objcopy by setting HAVE_OBJCOPY to no (if `yes', and with
@@ -9,10 +9,6 @@ $NetBSD: patch-ab,v 1.26 2023/08/02 14:3
(also for other fonts)). This needs to be investigated further.
- Avoid internal version of freeglut and try to pick it up via pkg-config and
set SYS_GLUT_{CFLAGS,LIBS} accordingly.
-#- Avoid internal version of lcms2 and try to pick it up via pkg-config and
-# set SYS_LCMS2_{CFLAGS,LIBS} accordingly.
-# If no lcms2 is available just pass `-DFZ_ENABLE_ICC=0' to disable it via
-# CFLAGS.
--- Makerules.orig 2022-06-14 12:19:22.000000000 +0000
+++ Makerules
Home |
Main Index |
Thread Index |
Old Index