Update MuPDF to 1.7 (73)
This commit is contained in:
parent
dad6d08cad
commit
09ba9decda
|
@ -134,6 +134,42 @@ Build:1.6,63
|
||||||
scandelete=build/debug/
|
scandelete=build/debug/
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
|
|
||||||
|
Build:1.7,71
|
||||||
|
commit=1.7
|
||||||
|
subdir=platform/android
|
||||||
|
submodules=yes
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
||||||
|
cd ../.. && \
|
||||||
|
make generate
|
||||||
|
scandelete=build/debug/
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
|
Build:1.7,72
|
||||||
|
commit=1.7
|
||||||
|
subdir=platform/android
|
||||||
|
submodules=yes
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
||||||
|
cd ../.. && \
|
||||||
|
make generate
|
||||||
|
scandelete=build/debug/
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
|
Build:1.7,73
|
||||||
|
commit=1.7
|
||||||
|
subdir=platform/android
|
||||||
|
submodules=yes
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
||||||
|
cd ../.. && \
|
||||||
|
make generate
|
||||||
|
scandelete=build/debug/
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Our version codes differs until 1.5. With 1.6 we try to sync up with
|
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
|
upstream releases. They will try to tag android releases and update
|
||||||
|
@ -157,5 +193,5 @@ http://git.ghostscript.com/?p=mupdf.git;a=blob;f=platform/android/jni/Applicatio
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:1.6
|
Current Version:1.7
|
||||||
Current Version Code:63
|
Current Version Code:73
|
||||||
|
|
Loading…
Reference in a new issue