Baresip 59.6.0

This commit is contained in:
Juha Heinanen 2024-03-06 05:40:34 +00:00 committed by linsui
parent 9e694f3d54
commit d7d4a81e96

View file

@ -3694,10 +3694,31 @@ Builds:
- make install-all
ndk: r26b
- versionName: 59.6.0
versionCode: 394
commit: 2e02c0fbaa8d4870998c6b124d116009c2514ef7
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 all
ndk: r26c
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 59.5.0
CurrentVersionCode: 393
CurrentVersion: 59.6.0
CurrentVersionCode: 394