From c693a8eef8999c758ae004d1450e882fa492d8ab Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 9 Aug 2014 15:23:10 +0200 Subject: [PATCH] Update MuPDF to 1.5 (60) (WIP) --- metadata/com.artifex.mupdfdemo.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.artifex.mupdfdemo.txt b/metadata/com.artifex.mupdfdemo.txt index 9078fabfcb..1bef1871b8 100644 --- a/metadata/com.artifex.mupdfdemo.txt +++ b/metadata/com.artifex.mupdfdemo.txt @@ -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.