MuPDF: Prepare for 1.11
This commit is contained in:
parent
598f428b42
commit
c58505342d
|
@ -14,7 +14,7 @@ documents.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:http://git.ghostscript.com/mupdf.git
|
Repo:http://git.ghostscript.com/mupdf-android-viewer-old.git
|
||||||
|
|
||||||
Build:1.2,2
|
Build:1.2,2
|
||||||
commit=1.2
|
commit=1.2
|
||||||
|
@ -312,6 +312,44 @@ Build:1.10,103
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
ndk=r11c
|
ndk=r11c
|
||||||
|
|
||||||
|
Build:1.11,111
|
||||||
|
disable=wait for x86
|
||||||
|
commit=1.11
|
||||||
|
submodules=yes
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
prebuild=pushd libmupdf && \
|
||||||
|
make generate && \
|
||||||
|
popd && \
|
||||||
|
make release APP_ABI=armeabi-v7a
|
||||||
|
buildjni=yes
|
||||||
|
ndk=r11c
|
||||||
|
|
||||||
|
Build:1.11,112
|
||||||
|
commit=1.11
|
||||||
|
submodules=yes
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
prebuild=pushd libmupdf && \
|
||||||
|
make generate && \
|
||||||
|
popd && \
|
||||||
|
make release APP_ABI=x86
|
||||||
|
buildjni=yes
|
||||||
|
ndk=r11c
|
||||||
|
|
||||||
|
Build:1.11,113
|
||||||
|
disable=wait for x86
|
||||||
|
commit=1.11
|
||||||
|
submodules=yes
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
prebuild=pushd libmupdf && \
|
||||||
|
make generate && \
|
||||||
|
popd && \
|
||||||
|
make release APP_ABI=mips
|
||||||
|
buildjni=yes
|
||||||
|
ndk=r11c
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
armeabi = baseversion + 0, e.g. mupdf-1.5-android-50-armeabi.apk
|
armeabi = baseversion + 0, e.g. mupdf-1.5-android-50-armeabi.apk
|
||||||
armv7 = baseversion + 1, e.g. mupdf-1.5-android-51-armv7a.apk
|
armv7 = baseversion + 1, e.g. mupdf-1.5-android-51-armv7a.apk
|
||||||
|
|
Loading…
Reference in a new issue