From f7c12f9aaa841c163fbcd20582a24fffc29ee3d6 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 7 Jul 2022 20:27:12 +0000 Subject: [PATCH] Update baresip+ to 34.0.0 (102) --- metadata/com.tutpro.baresip.plus.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index f2c74c1337..1e3931f7c1 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1627,10 +1627,32 @@ Builds: - popd ndk: r23b + - versionName: 34.0.0 + versionCode: 102 + commit: d28d5f82180a4813bfac946e250dc63e780dc9e4 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@v16.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r23b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 33.2.0 -CurrentVersionCode: 101 +CurrentVersion: 34.0.0 +CurrentVersionCode: 102