From a4f3b70c7959684c6f9124a502b4dc40f0585591 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 6 Apr 2025 04:05:32 +0000 Subject: [PATCH] Update baresip to 64.1.0 (418) --- metadata/com.tutpro.baresip.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index ac3cb9f1b3..a98741a128 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -4096,10 +4096,28 @@ Builds: - make all ndk: 27.2.12479018 + - versionName: 64.1.0 + versionCode: 418 + commit: 4906d37f43fe9f99ab13dd272cf3ed7714e6ce18 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake cmake libre-dev libtool make pkg-config wget + gradle: + - yes + prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|' + ../libbaresip-android/Makefile + build: + - cd ../libbaresip-android + - make download-sources + - make all + ndk: 27.2.12479018 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 64.0.0 -CurrentVersionCode: 417 +CurrentVersion: 64.1.0 +CurrentVersionCode: 418