mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update baresip to 50.1.4 (249)
This commit is contained in:
parent
d6538dfd35
commit
431cdc4e89
1 changed files with 22 additions and 2 deletions
|
|
@ -2902,10 +2902,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 50.1.4
|
||||
versionCode: 249
|
||||
commit: d572556f87dfcb79169edf73f001699bb87722f2
|
||||
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: 50.1.3
|
||||
CurrentVersionCode: 248
|
||||
CurrentVersion: 50.1.4
|
||||
CurrentVersionCode: 249
|
||||
|
|
|
|||
Loading…
Reference in a new issue