mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update baresip+ to 29.3.0 (84)
This commit is contained in:
parent
7be6eb5a3a
commit
9a1dc33c31
1 changed files with 24 additions and 2 deletions
|
|
@ -1318,10 +1318,32 @@ Builds:
|
|||
- popd
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 29.3.0
|
||||
versionCode: 84
|
||||
commit: ca6ace4f7821630ebb6c3468b3283166fe47660a
|
||||
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@v16.0
|
||||
build:
|
||||
- pushd $$libbaresip-android$$
|
||||
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
|
||||
Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r23b
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v.*[0-9]$
|
||||
CurrentVersion: 29.2.0
|
||||
CurrentVersionCode: 83
|
||||
CurrentVersion: 29.3.0
|
||||
CurrentVersionCode: 84
|
||||
|
|
|
|||
Loading…
Reference in a new issue