fdroiddata/metadata/com.tutpro.baresip.yml

100 lines
2.8 KiB
YAML
Raw Normal View History

2018-10-22 23:31:11 +00:00
Categories:
- Internet
License: BSD-3-Clause
SourceCode: https://github.com/juha-h/baresip-studio
IssueTracker: https://github.com/juha-h/baresip-studio/issues
2018-10-24 16:34:39 +00:00
AutoName: baresip
2018-10-22 23:31:11 +00:00
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:
2018-10-24 16:34:39 +00:00
- versionName: 3.1.1
versionCode: 28
2018-10-26 10:19:41 +00:00
commit: 3.1.1
2018-10-24 16:34:39 +00:00
subdir: app
gradle:
- yes
srclibs:
2018-10-27 12:01:29 +00:00
- libbaresip-android@1.0.1
2018-10-24 16:34:39 +00:00
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
2018-10-27 15:09:23 +00:00
- 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
2018-11-06 18:42:07 +00:00
- 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
2018-11-13 17:16:00 +00:00
- 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
2018-10-26 10:19:41 +00:00
AutoUpdateMode: Version %v
2018-10-22 23:31:11 +00:00
UpdateCheckMode: Tags
2018-11-13 17:16:00 +00:00
CurrentVersion: 3.2.3
CurrentVersionCode: 32