mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 03:52:13 +00:00
Update baresip+ to 23.3.0 (66)
This commit is contained in:
parent
7fc837840c
commit
54bfcdf076
1 changed files with 24 additions and 2 deletions
|
|
@ -988,10 +988,32 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r23
|
ndk: r23
|
||||||
|
|
||||||
|
- versionName: 23.3.0
|
||||||
|
versionCode: 66
|
||||||
|
commit: 35d5cb6b236dfa8b3b60959d00ee5bd61807f92c
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends -t testing nasm
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libbaresip-android@v15.0
|
||||||
|
build:
|
||||||
|
- pushd $$libbaresip-android$$
|
||||||
|
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
|
||||||
|
's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile
|
||||||
|
- make download-sources
|
||||||
|
- make install-all
|
||||||
|
- popd
|
||||||
|
ndk: r23
|
||||||
|
|
||||||
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: 23.2.1
|
CurrentVersion: 23.3.0
|
||||||
CurrentVersionCode: 65
|
CurrentVersionCode: 66
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue