Update Jami to 20221222-01 (355)

This commit is contained in:
F-Droid checkupdates bot 2022-12-23 10:34:57 +00:00
parent 74f89a9358
commit 6f5554bf2d

View file

@ -2015,6 +2015,40 @@ Builds:
- ./compile.sh --release --daemon
ndk: r25b
- versionName: 20221222-01
versionCode: 355
commit: a0e0ab9a6ac39fb44519325f21d793db5948df63
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y cmake g++ swig autoconf automake m4 libtool pkg-config
yasm tar gettext autopoint xz-utils bzip2 make python-is-python3
gradle:
- noPush
rm:
- client-ios
- client-macosx
- client-qt
- plugins
- docker
- docs
- guix
- packaging
- scripts
prebuild:
- platforms=$(grep compileSdk build.gradle.kts | sed -E 's/.* ([0-9]+)/\1/')
- build_tools=$(grep buildToolsVersion build.gradle.kts | sed -E 's/.*"([0-9.]+)"/\1/')
- sdkmanager "platforms;android-$platforms" "build-tools;$build_tools"
- sed -i -e '/isEnable = true/d' build.gradle.kts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86_64"
- ./compile.sh --release --daemon
ndk: r25b
MaintainerNotes: |-
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.
@ -2024,5 +2058,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 20221220-01
CurrentVersionCode: 354
CurrentVersion: 20221222-01
CurrentVersionCode: 355