mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update MuPDF to 1.5 (60) (WIP)
This commit is contained in:
parent
1cfb0a72e3
commit
c693a8eef8
1 changed files with 15 additions and 2 deletions
|
|
@ -43,9 +43,9 @@ Build:1.2-x86,51
|
|||
commit=0516026e
|
||||
subdir=platform/android
|
||||
submodules=yes
|
||||
patch=x86.patch
|
||||
forceversion=yes
|
||||
forcevercode=yes
|
||||
patch=x86.patch
|
||||
prebuild=cd ../.. && \
|
||||
make generate
|
||||
buildjni=yes
|
||||
|
|
@ -54,9 +54,9 @@ Build:1.2-MIPS,52
|
|||
commit=0516026e
|
||||
subdir=platform/android
|
||||
submodules=yes
|
||||
patch=mips.patch
|
||||
forceversion=yes
|
||||
forcevercode=yes
|
||||
patch=mips.patch
|
||||
prebuild=cd ../.. && \
|
||||
make generate
|
||||
buildjni=yes
|
||||
|
|
@ -72,6 +72,19 @@ Build:1.4,53
|
|||
make generate
|
||||
buildjni=yes
|
||||
|
||||
Build:1.5,60
|
||||
disable=wip
|
||||
commit=1.5-ios-appstore
|
||||
forcevercode=yes
|
||||
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
|
||||
scandelete=build/debug/
|
||||
|
||||
Maintainer Notes:
|
||||
Source code is not up to date as far as android versioning goes. Our version
|
||||
codes probably differ from the official ones.
|
||||
|
|
|
|||
Loading…
Reference in a new issue