mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update baresip to 64.1.0 (418)
This commit is contained in:
parent
cd524111b0
commit
a4f3b70c79
1 changed files with 20 additions and 2 deletions
|
|
@ -4096,10 +4096,28 @@ Builds:
|
||||||
- make all
|
- make all
|
||||||
ndk: 27.2.12479018
|
ndk: 27.2.12479018
|
||||||
|
|
||||||
|
- versionName: 64.1.0
|
||||||
|
versionCode: 418
|
||||||
|
commit: 4906d37f43fe9f99ab13dd272cf3ed7714e6ce18
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget
|
||||||
|
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: 27.2.12479018
|
||||||
|
|
||||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||||
this can cause build failures.
|
this can cause build failures.
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
CurrentVersion: 64.0.0
|
CurrentVersion: 64.1.0
|
||||||
CurrentVersionCode: 417
|
CurrentVersionCode: 418
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue