mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update baresip to 52.2.0 (259)
This commit is contained in:
parent
93c193b180
commit
5ee9c65833
1 changed files with 22 additions and 2 deletions
|
|
@ -3063,10 +3063,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 52.2.0
|
||||
versionCode: 259
|
||||
commit: 95afdfe9cdac40f7ad435b813469612b0a1e7483
|
||||
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: 52.1.0
|
||||
CurrentVersionCode: 258
|
||||
CurrentVersion: 52.2.0
|
||||
CurrentVersionCode: 259
|
||||
|
|
|
|||
Loading…
Reference in a new issue