fdroiddata/metadata/com.tutpro.baresip.yml
2018-11-13 22:11:21 +00:00

100 lines
2.8 KiB
YAML

Categories:
- Internet
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.
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.1.1
versionCode: 28
commit: 3.1.1
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@1.0.1
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
- versionName: 3.2.0
versionCode: 29
commit: 3.2.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@1.0.1
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
- versionName: 3.2.2
versionCode: 31
commit: 3.2.2
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@1.0.1
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
- versionName: 3.2.3
versionCode: 32
commit: 3.2.3
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@1.0.1
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
UpdateCheckMode: Tags
CurrentVersion: 3.2.3
CurrentVersionCode: 32