From 5b5bcc8fc7e282777400f633f528b1c93be86963 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 30 Aug 2022 14:47:36 +0300 Subject: [PATCH] baresip+ version 36.0.0 --- metadata/com.tutpro.baresip.plus.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index ec46695f35..d636518851 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1693,10 +1693,32 @@ Builds: - popd ndk: r23b + - versionName: 36.0.0 + versionCode: 108 + commit: 174b470bea1bb8c2fefade8c91eeb2eeed6816df + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + - apt-get install -y openjdk-11-jdk-headless wget + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@v17.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r23b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 34.2.0 -CurrentVersionCode: 105 +CurrentVersion: 36.0.0 +CurrentVersionCode: 108