From b43eb1924e9b0850378528d38f9cd7737a5837a2 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 24 Apr 2012 21:45:08 +0400 Subject: [PATCH] Sync with upstream --- BUILDING | 6 +++--- buildall.sh | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BUILDING b/BUILDING index 67661d5..16c58a9 100644 --- a/BUILDING +++ b/BUILDING @@ -6,7 +6,7 @@ be found here[3], dependencies here[4] 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: -22bbb6e6d3bcd01b164e91ecf500dc9d7305269e +af5a6088a3c3e4d61f84d2c93a8968c04069864d llpp also depends on OCaml[5], lablGL[6], having a C compiler wouldn't hurt either. @@ -36,6 +36,6 @@ $ ./llpp -p password /path/to/some.password.protected.pdf [4] http://mupdf.com/download/source/mupdf-thirdparty.zip [5] http://caml.inria.fr/ [6] http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html -[7] mupdf-22bbb6e6d3bcd01b164e91ecf500dc9d7305269e.tgz (4149397 bytes) - mupdf-thirdparty-2012-03-07.zip (7176886 bytes) +[7] mupdf-af5a6088a3c3e4d61f84d2c93a8968c04069864d.tgz (4227465 bytes) + mupdf-thirdparty-2012-04-23.zip (6890659 bytes) lablgl-1.04.tar.gz (410525 bytes) diff --git a/buildall.sh b/buildall.sh index ff9fb47..69d53a6 100644 --- a/buildall.sh +++ b/buildall.sh @@ -17,9 +17,9 @@ cd 3rdp root=$(pwd) lablgl=http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgl-1.04.tar.gz -mupdf3p=http://mupdf.com/download/mupdf-thirdparty-2012-03-07.zip -mupdfrev=22bbb6e6d3bcd01b164e91ecf500dc9d7305269e -mudir=mupdf-22bbb6e +mupdf3p=http://mupdf.com/download/mupdf-thirdparty-2012-04-23.zip +mupdfrev=af5a6088a3c3e4d61f84d2c93a8968c04069864d +mudir=mupdf-af5a608 test -d lablGL-1.04 || (wget -nc $lablgl && tar -xzf lablgl-1.04.tar.gz) @@ -60,13 +60,13 @@ tp=$root/$mudir/thirdparty ccopt="-O" ccopt="$ccopt -I $tp/jbig2dec" ccopt="$ccopt -I $tp/jpeg-8d" -ccopt="$ccopt -I $tp/freetype-2.4.8/include" +ccopt="$ccopt -I $tp/freetype-2.4.9/include" ccopt="$ccopt -I $tp/openjpeg-1.4/libopenjpeg" ccopt="$ccopt -I $tp/zlib-1.2.5" ccopt="$ccopt -I $root/$mudir/fitz -I $root/$mudir/pdf -I $root/$mudir/xps" ccopt="$ccopt -I $root/$mudir/cbz" -ccopt="$ccopt -include $tp/freetype-2.4.8/include/ft2build.h -D_GNU_SOURCE" +ccopt="$ccopt -include $tp/freetype-2.4.9/include/ft2build.h -D_GNU_SOURCE" cclib="$cclib -L$root/$mudir/build/release" cclib="$cclib -lfitz" -- 2.11.4.GIT