From 5908f6c13e6926ead96fafadf624ada702298820 Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 8 Mar 2013 18:09:24 +0400 Subject: [PATCH] Sync with upstream and fix some issue --- BUILDING | 2 +- buildall.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING b/BUILDING index 42b5745..6254f61 100644 --- a/BUILDING +++ b/BUILDING @@ -6,7 +6,7 @@ be found here[3] Note that MuPDF is a moving target therefore bellow is the commit id of the git version of MuPDF that this version of llpp is known to work with: -386c713b83f8788a80bb165431bf598b982385b3 +1b4b5fdfa6b74827631d42efd2a61226125f036b llpp also depends on OCaml[4], lablGL[5], having a C compiler wouldn't hurt either. diff --git a/buildall.sh b/buildall.sh index 3426642..16961a2 100644 --- a/buildall.sh +++ b/buildall.sh @@ -19,7 +19,7 @@ root=$(pwd) lablgl=http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgl-1.04.tar.gz baseurl="http://git.ghostscript.com/" -mupdfrev=386c713b83f8788a80bb165431bf598b982385b3 +mupdfrev=1b4b5fdfa6b74827631d42efd2a61226125f036b submodules="freetype jbig2dec jpeg openjpeg zlib" freetyperev=2ef0a19842ae1172bec153225328aaaeaf130a18 jbig2decrev=3e6c1b0670740be3b138228dcc134bf5e6c1eceb @@ -44,7 +44,7 @@ for m in $submodules; do test $m = jbig2dec || p=thirdparty/$m u="${baseurl}?p=$p.git;a=snapshot;h=$r;sf=tgz" test -e $t || wget -nc $u -O $t - test -d $mudir/thirdparty/$m || (tar -xzf $t && mv $d $mudir/thirdparty/$m) + tar -xzf $t && mv $d $mudir/thirdparty/$m done executable_p() { -- 2.11.4.GIT