mupdf: update to 1.8

This commit is contained in:
Juergen Daubert 2015-11-15 17:01:41 +01:00
parent 1cc45ad279
commit 63d831f216
3 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mudraw
-rwxr-xr-x root/root usr/bin/mujstest
lrwxrwxrwx root/root usr/bin/mupdf -> mupdf-x11-curl
-rwxr-xr-x root/root usr/bin/mupdf-gl
-rwxr-xr-x root/root usr/bin/mupdf-x11
-rwxr-xr-x root/root usr/bin/mupdf-x11-curl
-rwxr-xr-x root/root usr/bin/mutool
drwxr-xr-x root/root usr/include/
@ -39,6 +40,7 @@ drwxr-xr-x root/root usr/include/mupdf/fitz/
-rwxr-xr-x root/root usr/include/mupdf/fitz/output.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/path.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/pixmap.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/separation.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/shade.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/store.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/stream.h
@ -48,7 +50,9 @@ drwxr-xr-x root/root usr/include/mupdf/fitz/
-rwxr-xr-x root/root usr/include/mupdf/fitz/text.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/transition.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/tree.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/ucdn.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/unzip.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/util.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/version.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/write-document.h
-rwxr-xr-x root/root usr/include/mupdf/fitz/xml.h
@ -81,6 +85,5 @@ drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libmupdf.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/mudraw.1.gz
-rwxr-xr-x root/root usr/man/man1/mupdf.1.gz
-rwxr-xr-x root/root usr/man/man1/mutool.1.gz

View File

@ -1 +1 @@
319fda2cc5301bb3ec2e1d82c3329986 mupdf-1.7a-source.tar.gz
3205256d78d8524d67dd2a47c7a345fa mupdf-1.8-source.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: curl freetype libjpeg-turbo xorg-libxext
name=mupdf
version=1.7a
version=1.8
release=1
source=(http://mupdf.com/download/$name-$version-source.tar.gz)
@ -16,6 +16,5 @@ build() {
make prefix=$PKG/usr mandir=$PKG/usr/man install
ln -s mupdf-x11-curl $PKG/usr/bin/mupdf
rm $PKG/usr/bin/mupdf-x11
rm -r $PKG/usr/share
}