Update baresip to 3.1.1 (28)
This commit is contained in:
parent
09dab31c68
commit
b6768cd5a3
|
|
@ -4,6 +4,7 @@ License: BSD-3-Clause
|
||||||
SourceCode: https://github.com/juha-h/baresip-studio
|
SourceCode: https://github.com/juha-h/baresip-studio
|
||||||
IssueTracker: https://github.com/juha-h/baresip-studio/issues
|
IssueTracker: https://github.com/juha-h/baresip-studio/issues
|
||||||
|
|
||||||
|
AutoName: baresip
|
||||||
Summary: baresip SIP client
|
Summary: baresip SIP client
|
||||||
Description: |-
|
Description: |-
|
||||||
This is very basic project implementing baresip [https://github.com/alfredh/baresip baresip] based SIP User Agent.
|
This is very basic project implementing baresip [https://github.com/alfredh/baresip baresip] based SIP User Agent.
|
||||||
|
|
@ -35,7 +36,26 @@ Builds:
|
||||||
popd
|
popd
|
||||||
ndk: r18b
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.0.5
|
CurrentVersion: 3.1.1
|
||||||
CurrentVersionCode: 26
|
CurrentVersionCode: 28
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue