diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index bed70620ae..8f22cb1b3e 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -3551,10 +3551,31 @@ Builds: - make install-all ndk: r26 + - versionName: 59.0.4 + versionCode: 297 + commit: f10785cd0b2daf1772bbac9be684c2038f4aea7f + 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.3 -CurrentVersionCode: 296 +CurrentVersion: 59.0.4 +CurrentVersionCode: 297