From c08bfbdf8c223971ce4745fe193a43b85876c016 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sat, 30 May 2020 12:46:08 +0200 Subject: [PATCH] Update baresip+ to 1.1.0 (2) --- 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 2fec9fa6c4..c5d75103c1 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -31,10 +31,30 @@ Builds: - popd ndk: r21b + - versionName: 1.1.0 + versionCode: 2 + commit: v1.1.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@v1.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: r21b + 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: 1.0.0 -CurrentVersionCode: 1 +CurrentVersion: 1.1.0 +CurrentVersionCode: 2