mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
baresip+ 56.0.0
This commit is contained in:
parent
b60ece444f
commit
a9f0ce6602
1 changed files with 23 additions and 2 deletions
|
|
@ -3284,10 +3284,31 @@ Builds:
|
||||||
- make all
|
- make all
|
||||||
ndk: 28.2.13676358
|
ndk: 28.2.13676358
|
||||||
|
|
||||||
|
- versionName: 56.0.0
|
||||||
|
versionCode: 217
|
||||||
|
commit: 55a754df5807116cfb6abb1c207a75b69d5f0240
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget lbzip2
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e "s|/usr/src/baresip-studio|$(realpath
|
||||||
|
..)|" ../libbaresip-android.video/Makefile
|
||||||
|
- sed -i -e '/foojay/d' ../settings.gradle.kts
|
||||||
|
- sed -i -e '/gradleVersion/s/8.13.0/8.11.1/' ../gradle/libs.versions.toml
|
||||||
|
build:
|
||||||
|
- cd ../libbaresip-android.video
|
||||||
|
- make download-sources
|
||||||
|
- make all
|
||||||
|
ndk: 28.2.13676358
|
||||||
|
|
||||||
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 v.*[0-9]$
|
UpdateCheckMode: Tags v.*[0-9]$
|
||||||
CurrentVersion: 55.2.0
|
CurrentVersion: 56.0.0
|
||||||
CurrentVersionCode: 216
|
CurrentVersionCode: 217
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue