Update Kodi to 18.3 (1803000)

Closes fdroid/fdroiddata#1748.
This commit is contained in:
relan 2019-08-16 18:58:36 +03:00
parent d4eaa04f86
commit a82b8301dc

View file

@ -88,6 +88,43 @@ Builds:
- make apk-unsigned - make apk-unsigned
ndk: r17c ndk: r17c
- versionName: '18.3'
versionCode: 1803000
commit: 18.3-Leia
timeout: 10800
sudo:
- apt-get update || apt-get update
- apt-get install -y build-essential default-jdk gawk lib32stdc++6 lib32z1 lib32z1-dev
libcurl4-openssl-dev zlib1g-dev groovy libcommons-lang-java python-dev
patch:
- groovy.patch
output: build/tools/android/packaging/images/*.apk
rm:
- tools/codegenerator/groovy/
prebuild:
- sed -i -e '/gradlew/d' -e '/gradle-wrapper.jar/d' cmake/scripts/android/Install.cmake
- sed -i -e 's#./gradlew#gradle#' tools/android/packaging/Makefile.in
scandelete:
- lib/
- project/
- tools/
build:
- DIR=$PWD
- $$NDK$$/build/tools/make_standalone_toolchain.py --install-dir=toolchain/
--api 21 --arch arm
- pushd tools/depends/
- ./bootstrap
- ./configure --host=arm-linux-androideabi --with-sdk-path=$$SDK$$ --with-ndk-path=$$NDK$$
--prefix=$DIR/prefix/ --with-toolchain=$DIR/toolchain/ --disable-debug
- make -j`nproc`
- popd
- make -C tools/depends/target/binary-addons -j`nproc`
- make -C tools/depends/target/cmakebuildsys
- pushd build/
- make -j`nproc`
- make apk-unsigned
ndk: r17c
MaintainerNotes: |- MaintainerNotes: |-
groovy.patch was [https://github.com/xbmc/xbmc/issues/6860#issuecomment-461122155 provided by upstream]; it makes the build use the Debian groovy package instead of a prebuilt JAR. groovy.patch was [https://github.com/xbmc/xbmc/issues/6860#issuecomment-461122155 provided by upstream]; it makes the build use the Debian groovy package instead of a prebuilt JAR.
@ -95,5 +132,5 @@ MaintainerNotes: |-
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None
CurrentVersion: '18.2' CurrentVersion: '18.3'
CurrentVersionCode: 1802000 CurrentVersionCode: 1803000