From f5dcbbd74b6769907cfe6b4f5334634d3678767c Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Sat, 23 May 2020 23:54:39 +0000 Subject: [PATCH] Newapp: baresip plus --- metadata/com.tutpro.baresip.plus.yml | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.tutpro.baresip.plus.yml diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml new file mode 100644 index 0000000000..2fec9fa6c4 --- /dev/null +++ b/metadata/com.tutpro.baresip.plus.yml @@ -0,0 +1,40 @@ +Categories: + - Internet +License: GPL-2.0-only +SourceCode: https://github.com/juha-h/baresip-studio +IssueTracker: https://github.com/juha-h/baresip-studio/issues +Translation: https://hosted.weblate.org/projects/baresip/ + +AutoName: baresip+ + +RepoType: git +Repo: https://github.com/juha-h/baresip-studio.git + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: v1.0.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + gradle: + - yes + srclibs: + - libbaresip-android@v1.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r21b + +MaintainerNotes: make download-sources checks out master branches of several libraries; + this can cause build failures. + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags v.*[0-9]$ +CurrentVersion: 1.0.0 +CurrentVersionCode: 1