mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update baresip to 59.0.2 (295)
This commit is contained in:
parent
80a36d6530
commit
1909e1ee4f
1 changed files with 23 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue