From 81e538ba11a9148ea27cdc7543ff6e8219924059 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 1 Aug 2020 04:20:45 +0000 Subject: [PATCH] Update Nova Video to 4.49.6 (404906) --- metadata/org.courville.nova.yml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index 9d026d7ad7..48007f1cee 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -190,6 +190,30 @@ Builds: gradleprops: - universal + - versionName: 4.49.6 + versionCode: 404906 + commit: v4.49.6_c404906 + subdir: Video + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y -t testing nasm + - apt-get install -y ninja-build maven build-essential + - pip3 install meson==0.53.2 + gradle: + - noamazon + output: build/outputs/apk/noamazon/release/Video-universal-release-unsigned.apk + rm: + - native/libtorrent/bin* + - native/torrentd/libs + - native/dav1d-android-builder/build-* + - native/ffmpeg-android-builder/dist-full-* + - MediaLib/libs/*jar + prebuild: rm -f FileCoreLibrary/libs/*jar + ndk: r21d + gradleprops: + - universal + MaintainerNotes: |- aos-fdroid git is dedicated to F-Droid builds and is updated from upstream repos. meson version is forced to 0.53.2 because 0.54.0 breaks dav1d's build. @@ -197,5 +221,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v_c%c UpdateCheckMode: Tags -CurrentVersion: 4.49.5 -CurrentVersionCode: 404905 +CurrentVersion: 4.49.6 +CurrentVersionCode: 404906