2013-11-02 00:16:14 +00:00
|
|
|
Categories:Reading
|
2013-04-07 19:09:50 +00:00
|
|
|
License:AGPLv3+
|
2014-01-20 10:34:11 +00:00
|
|
|
Web Site:http://mupdf.com
|
2013-04-07 19:09:50 +00:00
|
|
|
Source Code:http://git.ghostscript.com/?p=mupdf.git;a=summary
|
2014-01-20 10:34:11 +00:00
|
|
|
Issue Tracker:http://bugs.ghostscript.com
|
2013-04-07 19:09:50 +00:00
|
|
|
|
2013-06-14 06:16:22 +00:00
|
|
|
Auto Name:MuPDF
|
2013-06-29 13:11:04 +00:00
|
|
|
Summary:Lightweight document viewer
|
2013-04-07 19:09:50 +00:00
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
'''N.B''' The names of the versions correspond to the chip architectures that
|
|
|
|
the apk is designed to run on.
|
|
|
|
This is the only PDF viewer we have that is designed for MIPS; the ARM apk
|
2013-06-29 13:48:08 +00:00
|
|
|
contains libraries for both ARM and ARMv7a.
|
2013-04-07 19:09:50 +00:00
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
|
|
|
|
searching, form editing and more.
|
|
|
|
It also reads OpenXPS and CBZ (comic book) documents.
|
2013-04-07 19:09:50 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:http://git.ghostscript.com/mupdf.git
|
|
|
|
|
2014-04-26 10:15:00 +00:00
|
|
|
Build:1.2,2
|
|
|
|
commit=1.2
|
|
|
|
subdir=android
|
|
|
|
submodules=yes
|
|
|
|
prebuild=cd .. && \
|
|
|
|
make generate && \
|
|
|
|
cd android
|
|
|
|
buildjni=yes
|
|
|
|
|
|
|
|
Build:1.2-ARM,50
|
|
|
|
commit=0516026e
|
|
|
|
subdir=platform/android
|
|
|
|
submodules=yes
|
|
|
|
forceversion=yes
|
|
|
|
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
|
|
cd ../.. && \
|
|
|
|
make generate
|
|
|
|
buildjni=yes
|
|
|
|
|
|
|
|
Build:1.2-x86,51
|
|
|
|
commit=0516026e
|
|
|
|
subdir=platform/android
|
|
|
|
submodules=yes
|
|
|
|
forceversion=yes
|
|
|
|
forcevercode=yes
|
|
|
|
patch=x86.patch
|
|
|
|
prebuild=cd ../.. && \
|
|
|
|
make generate
|
|
|
|
buildjni=yes
|
|
|
|
|
|
|
|
Build:1.2-MIPS,52
|
|
|
|
commit=0516026e
|
|
|
|
subdir=platform/android
|
|
|
|
submodules=yes
|
|
|
|
forceversion=yes
|
|
|
|
forcevercode=yes
|
|
|
|
patch=mips.patch
|
|
|
|
prebuild=cd ../.. && \
|
|
|
|
make generate
|
|
|
|
buildjni=yes
|
2013-06-29 13:11:04 +00:00
|
|
|
|
2013-04-07 19:09:50 +00:00
|
|
|
Auto Update Mode:None
|
2013-06-29 13:11:04 +00:00
|
|
|
# Tags would wipe out submodules
|
|
|
|
# Don't build ARMv7a until we can support more than 3 apks
|
2013-04-24 10:58:18 +00:00
|
|
|
Update Check Mode:RepoManifest
|
2013-08-19 08:58:08 +00:00
|
|
|
Current Version:1.3 (git build)
|
2013-05-31 00:51:35 +00:00
|
|
|
Current Version Code:50
|
2013-04-07 19:09:50 +00:00
|
|
|
|