diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-11 20:35:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:49 +0700 |
commit | 30c86db105076a3c1e7a7bea9def087149052b7b (patch) | |
tree | 0f9b37e64ae89d0d2cbd81c937d52934a606a215 /office/mupdf | |
parent | bcf51ed301fc588f912b9fb133ca1899989477cd (diff) | |
download | slackbuilds-30c86db105076a3c1e7a7bea9def087149052b7b.tar.gz |
office/mupdf: Updated for version 1.7a.
Diffstat (limited to 'office/mupdf')
-rw-r--r-- | office/mupdf/README | 8 | ||||
-rw-r--r-- | office/mupdf/mupdf.SlackBuild | 9 | ||||
-rw-r--r-- | office/mupdf/mupdf.info | 6 |
3 files changed, 14 insertions, 9 deletions
diff --git a/office/mupdf/README b/office/mupdf/README index bc9327d158..03ae7b76f3 100644 --- a/office/mupdf/README +++ b/office/mupdf/README @@ -16,7 +16,7 @@ Notes: to try mupdf's experimental JavaScript support, build with MUJS=yes in the script's environment. -2. This build is for mupdf-1.5, but it has also been tested with -mupdf-1.4. Download mupdf-1.4-source.tar.gz and run the script with -VERSION=1.4 set in the environment, if for some reason you need the -older version. +2. This build is for mupdf-1.7a, but it has also been tested with versions +1.4 and 1.5. Download mupdf-1.4-source.tar.gz or mupdf-1.5-source.tar.gz +and run the script with VERSION=1.4 or VERSION=1.5 set in the environment, +if for some reason you need an older version. diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild index 680e8d9aa0..57c2a7627f 100644 --- a/office/mupdf/mupdf.SlackBuild +++ b/office/mupdf/mupdf.SlackBuild @@ -5,6 +5,11 @@ # Originally written by Hubert Hesse (slackbuilds@hubertscorner.de). # Heavily modified by B. Watson (yalhcru@gmail.com). +# 20150511 bkw: +# - version bump to 1.7a. +# - remembered to reset BUILD to 1, yay. +# - no other changes (amazingly enough). + # 20140827 bkw: fix quality control fails in previous version. # 2 issues pointed out by Thomas Morper in an email: # - The source is already found in upstream's archive/, and won't get @@ -63,8 +68,8 @@ # - Fix the man pages slightly. PRGNAM=mupdf -VERSION=${VERSION:-1.5} -BUILD=${BUILD:-4} +VERSION=${VERSION:-1.7a} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/office/mupdf/mupdf.info b/office/mupdf/mupdf.info index 4a8743db93..c1cff8966a 100644 --- a/office/mupdf/mupdf.info +++ b/office/mupdf/mupdf.info @@ -1,8 +1,8 @@ PRGNAM="mupdf" -VERSION="1.5" +VERSION="1.7a" HOMEPAGE="http://www.mupdf.com/" -DOWNLOAD="http://mupdf.com/downloads/archive/mupdf-1.5-source.tar.gz" -MD5SUM="89bd4ddc74c266062ebf2702741bb173" +DOWNLOAD="http://www.mupdf.com/downloads/archive/mupdf-1.7a-source.tar.gz" +MD5SUM="319fda2cc5301bb3ec2e1d82c3329986" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="openjpeg2 jbig2dec" |