From d6a4445bf75e7d432df178bde6fa3f244494abed Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 11 Jul 2021 03:37:15 +0000 Subject: [PATCH] Update baresip+ to 19.0.0 (50) --- 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 8cc1c63566..0440c9d57b 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -796,10 +796,30 @@ Builds: - popd ndk: r21e + - versionName: 19.0.0 + versionCode: 50 + commit: d12148915adc9ce87669ae4eaea79b2b5629ffda + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + gradle: + - yes + srclibs: + - libbaresip-android@v13.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e + 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile + - make download-sources + - make install-all + - popd + ndk: r21e + 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: 18.2.1 -CurrentVersionCode: 49 +CurrentVersion: 19.0.0 +CurrentVersionCode: 50