Update baresip to 49.4.0 (243)

This commit is contained in:
F-Droid checkupdates bot 2023-01-06 10:24:42 +00:00
parent e5df9c0299
commit 58e5d7a8d7

View file

@ -2842,10 +2842,30 @@ Builds:
- popd
ndk: r25b
- versionName: 49.4.0
versionCode: 243
commit: 80435bc3fbb9ea295a49926f0aaf129aa64d3917
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y wget make libtool m4 automake pkg-config
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 49.3.1
CurrentVersionCode: 242
CurrentVersion: 49.4.0
CurrentVersionCode: 243