From de8115f43b8553d3dd0411f5ef9835b7b00c64a0 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 9 Jul 2020 03:22:30 +0000 Subject: [PATCH] Update baresip+ to 3.0.0 (7) --- metadata/com.tutpro.baresip.plus.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index f5edff6730..3cd9a13be7 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -131,10 +131,30 @@ Builds: - popd ndk: r21d + - versionName: 3.0.0 + versionCode: 7 + commit: v3.0.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + gradle: + - yes + srclibs: + - libbaresip-android@v3.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r21d + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version v%v UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 2.0.0 -CurrentVersionCode: 6 +CurrentVersion: 3.0.0 +CurrentVersionCode: 7