From b8376bd3b54a29b9fde22511d35c64e4b4b6dfde Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 24 Oct 2025 04:25:49 +0000 Subject: [PATCH] Update baresip+ to 58.0.2 (225) --- metadata/com.tutpro.baresip.plus.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index ac1b798556..3fa5825c7f 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -3410,10 +3410,31 @@ Builds: - make all ndk: 28.2.13676358 + - versionName: 58.0.2 + versionCode: 225 + commit: c2091abc95607dbaeee38260e9948a5335d16eae + 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/ndk/.*|$$NDK$$|' -e "s|/usr/src/baresip-studio|$(realpath + ..)|" ../libbaresip-android.video/Makefile + - sed -i -e '/foojay/d' ../settings.gradle.kts + - sed -i -e '/gradleVersion/s/8.13.0/8.11.1/' ../gradle/libs.versions.toml + build: + - cd ../libbaresip-android.video + - make download-sources + - make all + ndk: 28.2.13676358 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 58.0.0 -CurrentVersionCode: 223 +CurrentVersion: 58.0.2 +CurrentVersionCode: 225