Merge branch 'baresip' into 'master'

Baresip SIP client

Closes rfp#756

See merge request fdroid/fdroiddata!3833
This commit is contained in:
Licaon_Kter 2018-10-22 23:31:11 +00:00
commit 3a4f5679e3
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,41 @@
Categories:
- Internet
License: BSD-3-Clause
SourceCode: https://github.com/juha-h/baresip-studio
IssueTracker: https://github.com/juha-h/baresip-studio/issues
Summary: baresip SIP client
Description: |-
This is very basic project implementing baresip [https://github.com/alfredh/baresip baresip] based SIP User Agent.
Currently supports voice calls and messages with TLS transport, voicemail MWI, PCMU/PCMA and opus voice codecs, as well as ZRTP and (DTLS) SRTP media encapsulation.
Motivated by need for secure SIP user agent for Android that does not depend on third party push notification services.
RepoType: git
Repo: https://github.com/juha-h/baresip-studio
Builds:
- versionName: 3.0.5
versionCode: 26
commit: v3.0.5
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

View file

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/juha-h/libbaresip-android