Update baresip to 59.0.2 (295)

This commit is contained in:
F-Droid checkupdates bot 2023-10-20 10:52:12 +00:00
parent 80a36d6530
commit 1909e1ee4f

View file

@ -3509,10 +3509,31 @@ Builds:
- make install-all
ndk: r26
- versionName: 59.0.2
versionCode: 295
commit: f60011bb221f731d73291b0ee767da6d1009ef1b
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: r26
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 59.0.0
CurrentVersionCode: 293
CurrentVersion: 59.0.2
CurrentVersionCode: 295