ports/opt (3.2): mupdf: update to 1.8
commit 63d831f2162b8fbe5d410dd43fa7847e9dec1da0 Author: Juergen Daubert <jue@jue.li> Date: Sun Nov 15 17:01:41 2015 +0100 mupdf: update to 1.8 diff --git a/mupdf/.footprint b/mupdf/.footprint index 43e399f..7eab1cf 100644 --- a/mupdf/.footprint +++ b/mupdf/.footprint @@ -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 diff --git a/mupdf/.md5sum b/mupdf/.md5sum index 8ef0f9d..22fcb2a 100644 --- a/mupdf/.md5sum +++ b/mupdf/.md5sum @@ -1 +1 @@ -319fda2cc5301bb3ec2e1d82c3329986 mupdf-1.7a-source.tar.gz +3205256d78d8524d67dd2a47c7a345fa mupdf-1.8-source.tar.gz diff --git a/mupdf/Pkgfile b/mupdf/Pkgfile index bc8b4f6..836e796 100644 --- a/mupdf/Pkgfile +++ b/mupdf/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu