Update baresip to 7.1.2 (58)

This commit is contained in:
F-Droid Builder 2019-04-29 17:07:50 +01:00 committed by Ciaran Gultnieks
parent 801eef2b82
commit fd396671f9

View file

@ -461,6 +461,23 @@ Builds:
- popd
ndk: r19c
- versionName: 7.1.2
versionCode: 58
commit: 7.1.2
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@1.0.5
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/usr/local/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
-e 's/baresip.git/baresip.git --branch v0.6.2/' Makefile
- make download-sources
- make install-all
- popd
ndk: r19c
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.