Update baresip+ to 19.3.0 (54)

This commit is contained in:
Jochen Sprickerhof 2021-09-03 09:57:04 +02:00
parent eaa9dccee4
commit bb706d96fe

View file

@ -856,10 +856,30 @@ Builds:
- popd
ndk: r21e
- versionName: 19.3.0
versionCode: 54
commit: 710c09eca0e55f55a096f2f808234dfbdf15ca53
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t testing nasm
gradle:
- yes
srclibs:
- libbaresip-android@v13.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: r21e
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 19.2.0
CurrentVersionCode: 53
CurrentVersion: 19.3.0
CurrentVersionCode: 54