From 37693358702733f58f22b53169d361e63f484cd9 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 3 Nov 2013 14:57:49 +0400 Subject: [PATCH] Sync with upstream --- BUILDING | 2 +- buildall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING b/BUILDING index ee93af5..3e18ce1 100644 --- a/BUILDING +++ b/BUILDING @@ -4,7 +4,7 @@ to be built and installed to use llpp. Note that MuPDF is a moving target therefore below is the commit id of the git version of MuPDF that this version of llpp is known to work with: -67ebe59a41f8b2deaf78dc916c5cd203d3fcc3a3 +7aa2806dc5c74d56929e2f2bafeaeed20e364609 llpp also depends on OCaml[2], lablGL[3] having a C compiler wouldn't hurt either. (mupdf depends on libcrypto[4] part of openssl) diff --git a/buildall.sh b/buildall.sh index 9d53335..ba79fda 100644 --- a/buildall.sh +++ b/buildall.sh @@ -20,7 +20,7 @@ root=$(pwd) lablgl=http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgl-1.05.tar.gz baseurl="http://git.ghostscript.com/" -mupdfrev=67ebe59a41f8b2deaf78dc916c5cd203d3fcc3a3 +mupdfrev=7aa2806dc5c74d56929e2f2bafeaeed20e364609 mudir=mupdf-$(printf "%.7s" $mupdfrev) mutgz=mupdf-$mupdfrev.tgz muurl="${baseurl}?p=mupdf.git;a=snapshot;h=$mupdfrev;sf=tgz" -- 2.11.4.GIT