Update baresip to 73.0.0 (460)

This commit is contained in:
checkupdates bot 2025-12-08 04:25:47 +00:00 committed by linsui
parent 88d2391ee0
commit 0a6e41d9d2

View file

@ -4677,10 +4677,31 @@ Builds:
- make all
ndk: 28.2.13676358
- versionName: 73.0.0
versionCode: 460
commit: 2804609dea1686eb51362ad823afb45bb8e91f2c
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
- sed -i -e '/foojay/d' ../settings.gradle.kts
- sdkmanager 'cmake;3.31.6'
build:
- cd ../libbaresip-android
- 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 ^[0-9.]+$
CurrentVersion: 72.0.0
CurrentVersionCode: 459
CurrentVersion: 73.0.0
CurrentVersionCode: 460