diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index 8f22cb1b3e..2ceb8d68dc 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -3572,10 +3572,31 @@ Builds: - make install-all ndk: r26 + - versionName: 59.1.0 + versionCode: 298 + commit: d2667e17c23bf6de6e243291d555899fe33a0fbd + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake libre-dev libtool make pkg-config wget + - apt-get install -t bullseye-backports cmake + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|' + ../libbaresip-android/Makefile + build: + - cd ../libbaresip-android + - make download-sources + - make install-all + ndk: r26 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 59.0.4 -CurrentVersionCode: 297 +CurrentVersion: 59.1.0 +CurrentVersionCode: 298