summaryrefslogtreecommitdiff
path: root/mupdf
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-10-09 13:21:45 +0200
committerJuergen Daubert <jue@jue.li>2018-10-09 13:22:22 +0200
commitba2631d7860c6293520b3bf1790888dfcd0406b3 (patch)
treef8bee530855c4410984f9347c08870d6dff7eea3 /mupdf
parent6b48af27bea4feead428cbae24b7aa0cddf3b4c5 (diff)
downloadopt-ba2631d7860c6293520b3bf1790888dfcd0406b3.tar.gz
opt-ba2631d7860c6293520b3bf1790888dfcd0406b3.tar.xz
mupdf: update to 1.14.0
Diffstat (limited to 'mupdf')
-rw-r--r--mupdf/.footprint3
-rw-r--r--mupdf/.signature8
-rw-r--r--mupdf/Pkgfile14
3 files changed, 11 insertions, 14 deletions
diff --git a/mupdf/.footprint b/mupdf/.footprint
index b61ba0528..9b97f17e6 100644
--- a/mupdf/.footprint
+++ b/mupdf/.footprint
@@ -67,7 +67,6 @@ drwxr-xr-x root/root usr/include/mupdf/fitz/
-rwxr-xr-x root/root usr/include/mupdf/pdf.h
drwxr-xr-x root/root usr/include/mupdf/pdf/
-rwxr-xr-x root/root usr/include/mupdf/pdf/annot.h
--rwxr-xr-x root/root usr/include/mupdf/pdf/appearance.h
-rwxr-xr-x root/root usr/include/mupdf/pdf/clean.h
-rwxr-xr-x root/root usr/include/mupdf/pdf/cmap.h
-rwxr-xr-x root/root usr/include/mupdf/pdf/crypt.h
@@ -87,8 +86,8 @@ drwxr-xr-x root/root usr/include/mupdf/pdf/
-rwxr-xr-x root/root usr/include/mupdf/pdf/xref.h
-rwxr-xr-x root/root usr/include/mupdf/ucdn.h
drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libmupdf-third.a
-rwxr-xr-x root/root usr/lib/libmupdf.a
--rwxr-xr-x root/root usr/lib/libmupdfthird.a
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
diff --git a/mupdf/.signature b/mupdf/.signature
index 76da43403..b1b5fd8db 100644
--- a/mupdf/.signature
+++ b/mupdf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/R6UnGne7LYCMmOpxp6sEwomUTQUOYpc8K/pl5EAlc/fIFGiYB8TwUOwxAojiaBmHtev7PF+Zry7/bMjeTlgeA0=
-SHA256 (Pkgfile) = 13fde3e7a3f53476a8857bb2e1a7a53ffdfb50032ae2c12ddf2b1836205d2e36
-SHA256 (.footprint) = e6ead7e20c1e576f4034512037bb1569c2514d55dc6d638e14d92d73c7b1413b
-SHA256 (mupdf-1.13.0-source.tar.xz) = 746698e0d5cd113bdcb8f65d096772029edea8cf20704f0d15c96cb5449a4904
+RWSE3ohX2g5d/ZyVfbLH7u9l1u16D/rVVeCJiOWIhUnnQwv1rsy02JXCSJ12bz7kjAqo/1FP7bwU7iriDxKlJvWpY5cUzpHQnA8=
+SHA256 (Pkgfile) = 5aabd778f9a96167d101e1b4ded52114505302d5056af092960cadbf855b2374
+SHA256 (.footprint) = 487129b93bc7f9145a3dedc9d36dd88c8bb2eea77325bee73de013d005edfb82
+SHA256 (mupdf-1.14.0-source.tar.xz) = 603e69a96b04cdf9b19a3e41bd7b20c63b39abdcfba81a7460fcdcc205f856df
diff --git a/mupdf/Pkgfile b/mupdf/Pkgfile
index f6921d2a1..fb30245ae 100644
--- a/mupdf/Pkgfile
+++ b/mupdf/Pkgfile
@@ -1,23 +1,21 @@
# Description: Lightweight PDF and XPS viewer
# URL: http://www.mupdf.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: glu harfbuzz libjpeg-turbo xorg-libxi xorg-libxrandr
+# Depends on: libglvnd xorg-libxrandr
name=mupdf
-version=1.13.0
+version=1.14.0
release=1
-source=(https://mupdf.com/downloads/$name-$version-source.tar.xz)
+source=(https://mupdf.com/downloads/archive/$name-$version-source.tar.xz)
build() {
cd $name-$version-source
- # System lcms2 doesn't work, see
- # http://git.ghostscript.com/?p=mupdf.git;a=commit;h=74a8100804c8f18e1e2a71435b1e191df49e81fd
- rm -r thirdparty/{freetype,libjpeg,zlib,curl,harfbuzz}
+ export USE_SYSTEM_LIBS='no'
- make XCFLAGS="-fpic" build=release
+ make XCFLAGS="-fpic"
make prefix=$PKG/usr mandir=$PKG/usr/share/man install
ln -s mupdf-gl $PKG/usr/bin/mupdf
rm -r $PKG/usr/share/doc
-}
+}

Generated by cgit