Update MuPDF to 1.6 (63)
This commit is contained in:
parent
a2e335912e
commit
e11f0e11a0
|
@ -18,7 +18,8 @@ It also reads OpenXPS and CBZ (comic book) documents.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://git.ghostscript.com/mupdf.git
|
||||
#Repo:https://git.ghostscript.com/mupdf.git
|
||||
Repo:http://git.ghostscript.com/mupdf.git
|
||||
|
||||
Build:1.2,2
|
||||
commit=1.2
|
||||
|
@ -97,6 +98,42 @@ Build:1.5,55
|
|||
scandelete=build/debug/
|
||||
buildjni=yes
|
||||
|
||||
Build:1.6,61
|
||||
commit=android-release-60
|
||||
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.6,62
|
||||
commit=android-release-60
|
||||
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.6,63
|
||||
commit=android-release-60
|
||||
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:
|
||||
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
|
||||
|
@ -120,6 +157,5 @@ http://git.ghostscript.com/?p=mupdf.git;a=blob;f=platform/android/jni/Applicatio
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.5
|
||||
Current Version Code:55
|
||||
|
||||
Current Version:1.6
|
||||
Current Version Code:63
|
||||
|
|
Loading…
Reference in a new issue