From ab6f1da0e20ab361fb1ae752cee81ce9549653ae Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 21 Jun 2020 02:15:04 +0000 Subject: [PATCH] Update Nova Video to 4.48.13 (404813) --- metadata/org.courville.nova.yml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index 7e5b4d2f9a..235e02cc56 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -97,6 +97,33 @@ Builds: gradleprops: - universal + - versionName: 4.48.13 + versionCode: 404813 + commit: v4.48.13_c404813 + 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: + - sed -i -e 's/^\(\s*versionName\).*/\1 "$$VERSION$$"/g' build.gradle + - sed -i -e 's/^\(\s*\)2108380 .*/\1$$VERCODE$$/g' build.gradle + - rm -f FileCoreLibrary/libs/*jar + ndk: r21b + 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. @@ -104,5 +131,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v_c%c UpdateCheckMode: Tags -CurrentVersion: $vName -CurrentVersionCode: 404812 +CurrentVersion: 4.48.13 +CurrentVersionCode: 404813