From 522886bd138d80df0362789036831dee8c6779ba Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 5 May 2025 04:11:03 +0000 Subject: [PATCH] Update baresip+ to 53.0.1 (203) --- metadata/com.tutpro.baresip.plus.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index 044f58e705..6638fc0005 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -3100,10 +3100,28 @@ Builds: - make all ndk: 28.0.13004108 + - versionName: 53.0.1 + versionCode: 203 + commit: 420dbf34e34858e60a58cbb2e7285135eaeec834 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake cmake libre-dev libtool make pkg-config wget lbzip2 + gradle: + - yes + prebuild: sed -i -e 's|/opt/Android|$$SDK$$|' -e 's|/usr/src/baresip-studio|..|' + ../libbaresip-android.video/Makefile + build: + - cd ../libbaresip-android.video + - make download-sources + - make all + ndk: 28.0.13004108 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 53.0.0 -CurrentVersionCode: 202 +CurrentVersion: 53.0.1 +CurrentVersionCode: 203