From b6768cd5a37eba86ed8ec6c95a5cd6b01eef72f7 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 24 Oct 2018 17:34:39 +0100 Subject: [PATCH] Update baresip to 3.1.1 (28) --- metadata/com.tutpro.baresip.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index 665375c437..d47f5ffd7d 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -4,6 +4,7 @@ License: BSD-3-Clause SourceCode: https://github.com/juha-h/baresip-studio IssueTracker: https://github.com/juha-h/baresip-studio/issues +AutoName: baresip Summary: baresip SIP client Description: |- This is very basic project implementing baresip [https://github.com/alfredh/baresip baresip] based SIP User Agent. @@ -35,7 +36,26 @@ Builds: popd ndk: r18b + - versionName: 3.1.1 + versionCode: 28 + commit: v3.1.1 + subdir: app + gradle: + - yes + srclibs: + - libbaresip-android@v1.0.0 + rm: + - distribution/*/lib/armeabi-v7a/*.a + build: |- + pushd $$libbaresip-android$$ && \ + sed -i -e 's!\/usr\/local\/android-ndk-r18b!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile && \ + make download-sources && \ + make all && \ + make install-all && \ + popd + ndk: r18b + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 3.0.5 -CurrentVersionCode: 26 +CurrentVersion: 3.1.1 +CurrentVersionCode: 28