Skip to content

Commit 1bd5f37

Browse files
committed
uploading v1.16.3
1 parent d036671 commit 1bd5f37

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![logo](https://github.com/pymupdf/PyMuPDF/blob/master/demo/pymupdf.jpg)
44

5-
Release date: September 12, 2019
5+
Release date: September 30, 2019
66

77
**Travis-CI:** [![Build Status](https://travis-ci.org/JorjMcKie/py-mupdf.svg?branch=master)](https://travis-ci.org/JorjMcKie/py-mupdf)
88

doc/PyMuPDF.pdf

14.8 KB
Binary file not shown.

doc/html.zip

-19.2 KB
Binary file not shown.

fitz/_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/*
3737
Choose whether to enable ICC color profiles.
3838
*/
39-
/* #define FZ_ENABLE_ICC 1 */
39+
#define FZ_ENABLE_ICC 0
4040

4141
/*
4242
Choose whether to enable JPEG2000 decoding.

fitz/version.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%pythoncode %{
22
VersionFitz = "1.16.0"
33
VersionBind = "1.16.3"
4-
VersionDate = "2019-09-29 09:13:24"
5-
version = (VersionBind, VersionFitz, "20190929091324")
4+
VersionDate = "2019-10-01 09:01:06"
5+
version = (VersionBind, VersionFitz, "20191001090106")
66
%}

installation/ubuntu/ubuntu_pymupdf.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
wget https://mupdf.com/downloads/mupdf-1.14.0-source.tar.gz
2-
tar -zxvf mupdf-1.14.0-source.tar.gz
1+
wget https://mupdf.com/downloads/mupdf-1.16.1-source.tar.gz
2+
tar -zxvf mupdf-1.16.1-source.tar.gz
33

4-
cd mupdf-1.14.0-source
4+
cd mupdf-1.16.1-source
55

66
export CFLAGS="-fPIC"
77
# install some prerequirement
8-
sudo apt install pkg-config python-dev zlib1g zlib1g-dev
8+
sudo apt install pkg-config python-dev
99

1010
make HAVE_X11=no HAVE_GLFW=no HAVE_GLUT=no prefix=/usr/local
1111
sudo make HAVE_X11=no HAVE_GLFW=no HAVE_GLUT=no prefix=/usr/local install

0 commit comments

Comments
 (0)