mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 21:37:51 +00:00
Update baresip to 53.2.0 (272)
This commit is contained in:
parent
d4f5a1ed41
commit
dbd7f8edc1
1 changed files with 22 additions and 2 deletions
|
|
@ -3062,10 +3062,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 53.2.0
|
||||
versionCode: 272
|
||||
commit: f09a7b9b1575b7be51f5e8f73a1c25d837907fca
|
||||
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
|
||||
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: 53.1.2
|
||||
CurrentVersionCode: 271
|
||||
CurrentVersion: 53.2.0
|
||||
CurrentVersionCode: 272
|
||||
|
|
|
|||
Loading…
Reference in a new issue