pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mupdf: Update wip/mupdf to 1.14.0
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Oct 3 13:53:48 2018 +0200
Changeset: 7b62dd2f30bd54d4bb7ce82528b9e2d3d4c062fd
Modified Files:
mupdf/Makefile
mupdf/distinfo
mupdf/patches/patch-platform_gl_gl-main.c
Log Message:
mupdf: Update wip/mupdf to 1.14.0
Changes:
- Compared to 1.14.0rc1 the only change was to mupdf-gl that now save history
in all normal exit situations
XXX: There is still not a formal announcement about 1.14.0 so it is probably
XXX: better to wait for it and/or use it to update print/mupdf in the next days.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b62dd2f30bd54d4bb7ce82528b9e2d3d4c062fd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mupdf/Makefile | 4 ++--
mupdf/distinfo | 11 ++++++-----
mupdf/patches/patch-platform_gl_gl-main.c | 4 ++--
3 files changed, 10 insertions(+), 9 deletions(-)
diffs:
diff --git a/mupdf/Makefile b/mupdf/Makefile
index 13c3d003ff..2d9a7fa36c 100644
--- a/mupdf/Makefile
+++ b/mupdf/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.61 2018/08/16 18:54:31 adam Exp $
-DISTNAME= mupdf-1.14.0-rc1-source
-PKGNAME= ${DISTNAME:S/-rc1-source/rc1/}
+DISTNAME= mupdf-1.14.0-source
+PKGNAME= ${DISTNAME:S/-source//}
CATEGORIES= print
MASTER_SITES= https://mupdf.com/downloads/archive/
diff --git a/mupdf/distinfo b/mupdf/distinfo
index ffbe30b120..67beea376e 100644
--- a/mupdf/distinfo
+++ b/mupdf/distinfo
@@ -1,14 +1,15 @@
$NetBSD: distinfo,v 1.40 2018/05/06 13:19:10 leot Exp $
-SHA1 (mupdf-1.14.0-rc1-source.tar.gz) = bf493a62a38960d53b81373651bd9c33081e0a16
-RMD160 (mupdf-1.14.0-rc1-source.tar.gz) = 1dd8c44800b564b17e746978390a791e70909f75
-SHA512 (mupdf-1.14.0-rc1-source.tar.gz) = e31b145b7fb6490751ae3b4f0b7c4877288756f063a9313b9e4cbf8a5e5208d67e808222a284632b8521f4624a043007765d217c9b79ea44812d934143de338e
-Size (mupdf-1.14.0-rc1-source.tar.gz) = 55658756 bytes
+SHA1 (mupdf-1.14.0-source.tar.gz) = 289023cd4d10cc42177cd5ee3f20a936f35c84a4
+RMD160 (mupdf-1.14.0-source.tar.gz) = 5b0d14594da547dd80332b96dad93477b6a5d096
+SHA512 (mupdf-1.14.0-source.tar.gz) = 9a8c5d7ce8336fd2cc2d49574a9f3909900e77a734e804380c17a30df1b10bb9c35d781f43dd70b423bf3c607575ef5a901bb70c1b6ce703fe27e03818fc2a62
+Size (mupdf-1.14.0-source.tar.gz) = 55652044 bytes
SHA1 (patch-Makethird) = 33b7ccf235e971c44e159a687cecc033155957ba
SHA1 (patch-ab) = 5ef190923d648165cdf29174f1521bd069c7e6f9
SHA1 (patch-ac) = 4f685e425bff4d257ca3bce3d2b536d5cea1e8aa
SHA1 (patch-ae) = c6b113818b32cb4470e8549c00a16e0b2f364ede
SHA1 (patch-platform_gl_gl-app.h) = f8682b54821a560b2ba1082bcf215eeefb549644
-SHA1 (patch-platform_gl_gl-main.c) = 8211423b2abdd1b1ce8af30da060f7d8e4c8fca0
+SHA1 (patch-platform_gl_gl-main.c) = edff1aa77c4d6af59b2eca442340606a0bae9970
+SHA1 (patch-platform_x11_x11__main.c) = 669dd136a00d21df251a5fc28bf9d4c746d9de0b
SHA1 (patch-source_fitz_load-jpx.c) = 161d21bca13bb57db37807aec844c85dc5b34157
SHA1 (patch-thirdparty_mujs_Makefile) = fc7cbbbeb2a59c4322e2ed46e12cf3dddfd21d28
diff --git a/mupdf/patches/patch-platform_gl_gl-main.c b/mupdf/patches/patch-platform_gl_gl-main.c
index 4d79986a2b..2993456c86 100644
--- a/mupdf/patches/patch-platform_gl_gl-main.c
+++ b/mupdf/patches/patch-platform_gl_gl-main.c
@@ -2,7 +2,7 @@ $NetBSD$
glutLeaveMainLoop() is present only on freeglut, define it otherwise.
---- platform/gl/gl-main.c.orig 2018-09-25 12:39:17.000000000 +0000
+--- platform/gl/gl-main.c.orig 2018-10-03 11:29:14.000000000 +0000
+++ platform/gl/gl-main.c
@@ -16,7 +16,7 @@
char *realpath(const char *path, char *resolved_path); /* in gl-file.c */
@@ -10,6 +10,6 @@ glutLeaveMainLoop() is present only on freeglut, define it otherwise.
-#ifdef __APPLE__
+#ifndef FREEGLUT
+ static void cleanup(void);
void glutLeaveMainLoop(void)
{
- exit(0);
Home |
Main Index |
Thread Index |
Old Index