diff --git a/office/misc/mupdf/actions.py b/office/misc/mupdf/actions.py index 0a77985549..0167aa5211 100644 --- a/office/misc/mupdf/actions.py +++ b/office/misc/mupdf/actions.py @@ -14,10 +14,10 @@ def build(): autotools.make("prefix=/usr") # remove bundled packages, use our system libraries - shelltools.system("rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}") + shelltools.system("rm -rf thirdparty/{curl,freeglut,freetype,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}") def install(): autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR()) pisitools.remove("/usr/lib/*.a") - pisitools.dodoc("README", "COPYING") \ No newline at end of file + pisitools.dodoc("README", "COPYING") diff --git a/office/misc/mupdf/pspec.xml b/office/misc/mupdf/pspec.xml index fe5301fd1e..9360d82243 100644 --- a/office/misc/mupdf/pspec.xml +++ b/office/misc/mupdf/pspec.xml @@ -12,14 +12,16 @@ app:gui Lightweight PDF and XPS viewer MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents. - https://mupdf.com/downloads/mupdf-1.11-source.tar.gz + https://mupdf.com/downloads/mupdf-1.12.0-source.tar.gz mesa-devel curl-devel zlib-devel libX11-devel + libXi-devel libXext-devel harfbuzz-devel + mesa-glu-devel openjpeg-devel libXrandr-devel libXcursor-devel @@ -33,6 +35,7 @@ mesa libX11 libXext + libXrandr /usr/bin @@ -55,6 +58,13 @@ + + 2018-02-11 + 1.12.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + 2017-07-13 1.11 @@ -63,4 +73,4 @@ suvari@pisilinux.org - \ No newline at end of file +