Update baresip to 3.1.1 (28)

This commit is contained in:
F-Droid Builder 2018-10-24 17:34:39 +01:00 committed by Ciaran Gultnieks
parent 09dab31c68
commit b6768cd5a3

View file

@ -4,6 +4,7 @@ License: BSD-3-Clause
SourceCode: https://github.com/juha-h/baresip-studio
IssueTracker: https://github.com/juha-h/baresip-studio/issues
AutoName: baresip
Summary: baresip SIP client
Description: |-
This is very basic project implementing baresip [https://github.com/alfredh/baresip baresip] based SIP User Agent.
@ -35,7 +36,26 @@ Builds:
popd
ndk: r18b
- versionName: 3.1.1
versionCode: 28
commit: v3.1.1
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@v1.0.0
rm:
- distribution/*/lib/armeabi-v7a/*.a
build: |-
pushd $$libbaresip-android$$ && \
sed -i -e 's!\/usr\/local\/android-ndk-r18b!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile && \
make download-sources && \
make all && \
make install-all && \
popd
ndk: r18b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 3.0.5
CurrentVersionCode: 26
CurrentVersion: 3.1.1
CurrentVersionCode: 28