summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b75cdb9e05..4fd5cb04d6e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.0.2
+# Thu Nov 9 07:19:40 UTC 2017
pkgbase = mupdf-git
pkgdesc = Lightweight PDF, XPS, and E-book viewer
- pkgver = 20171025.ec07e537
+ pkgver = 20171109.721180d2
pkgrel = 1
url = http://mupdf.com/
arch = i686
@@ -8,7 +10,8 @@ pkgbase = mupdf-git
arch = armv7h
license = AGPL3
makedepends = git
- depends = glfw
+ depends = freeglut
+ depends = glu
depends = harfbuzz
depends = jbig2dec
depends = libjpeg-turbo
diff --git a/PKGBUILD b/PKGBUILD
index 5683374fa511..ca93a0c04212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20171025.ec07e537
+pkgver=20171109.721180d2
pkgrel=1
pkgdesc='Lightweight PDF, XPS, and E-book viewer'
arch=('i686' 'x86_64' 'armv7h')
url='http://mupdf.com/'
license=('AGPL3')
makedepends=('git')
-depends=('glfw' 'harfbuzz' 'jbig2dec' 'libjpeg-turbo' 'openjpeg2')
+depends=('freeglut' 'glu' 'harfbuzz' 'jbig2dec' 'libjpeg-turbo' 'openjpeg2')
source=('git://git.ghostscript.com/mupdf.git'
'git://git.ghostscript.com/mujs.git'
'cmm_ctx_gone.patch'
@@ -49,10 +49,6 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}"
- export HAVE_GLFW='yes'
- export SYS_GLFW_CFLAGS="$(pkg-config --cflags glfw3)"
- export SYS_GLFW_LIBS="$(pkg-config --libs glfw3) -lGL"
-
make release XCFLAGS="$CFLAGS -fPIC" XLIBS="$LDFLAGS"
}