From 9979299b7f9c431d8a8ffa71cc3e0c9397a421ea Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 26 Feb 2024 09:07:34 +0000 Subject: [PATCH] Update baresip to 59.5.0 (393) --- metadata/com.tutpro.baresip.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index d2b98307f7..d5b3cb352f 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -3719,10 +3719,31 @@ Builds: - make install-all ndk: r26b + - versionName: 59.5.0 + versionCode: 393 + commit: 2dc2489bca3009f27937afcd5558d213975dc8dd + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake libre-dev libtool make pkg-config wget + - apt-get install -t bullseye-backports cmake + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + 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 install-all + ndk: r26b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 59.4.3 -CurrentVersionCode: 392 +CurrentVersion: 59.5.0 +CurrentVersionCode: 393