MuPDF: cleanup

This commit is contained in:
Daniel Martí 2015-06-28 09:43:36 -07:00
parent d595149a96
commit 7a6683c094

View file

@ -7,18 +7,12 @@ Issue Tracker:http://bugs.ghostscript.com
Auto Name:MuPDF
Summary:Lightweight document viewer
Description:
'''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
contains libraries for both ARM and ARMv7a.
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
searching, form editing and more.
It also reads OpenXPS and CBZ (comic book) documents.
.
Repo Type:git
#Repo:https://git.ghostscript.com/mupdf.git
Repo:http://git.ghostscript.com/mupdf.git
Build:1.2,2
@ -171,10 +165,6 @@ Build:1.7,73
buildjni=yes
Maintainer Notes:
Our version codes differs until 1.5. With 1.6 we try to sync up with
upstream releases. They will try to tag android releases and update
their versionCode in the Manifest, too.
armeabi = baseversion + 0, e.g. mupdf-1.5-android-50-armeabi.apk
armv7 = baseversion + 1, e.g. mupdf-1.5-android-51-armv7a.apk
x86 = baseversion + 2, e.g. mupdf-1.5-android-52-x86.apk