From 0f7810d23c4c81c87dce9d3cee55b1d828b1f31b Mon Sep 17 00:00:00 2001 From: Software Courville Date: Sun, 12 Nov 2023 20:11:06 +0000 Subject: [PATCH] nova video player update --- metadata/org.courville.nova.yml | 37 ++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index c3b746e0fb..7eec28332c 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -1,5 +1,7 @@ AntiFeatures: - - NonFreeNet + NonFreeNet: + en-US: The metadata (posters/banners/descriptions) are fetched from themoviedb + (https://www.themoviedb.org/) non-free source Categories: - Multimedia License: Apache-2.0 @@ -8,6 +10,7 @@ SourceCode: https://github.com/nova-video-player/aos-AVP IssueTracker: https://github.com/nova-video-player/aos-AVP/issues Translation: https://crowdin.com/project/nova-video-player Changelog: https://github.com/nova-video-player/aos-AVP/raw/nova/CHANGELOG.md +Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=software%40courville.org&lc=US&item_name=Nova+Video+Player+Donation&no_note=0&no_shipping=1¤cy_code=EUR Liberapay: NovaVideoPlayer OpenCollective: novavideoplayer @@ -961,13 +964,37 @@ Builds: - sponsor - adultScrape + - versionName: 6.2.34 + versionCode: 602034 + commit: 0becffbd6342777d98f47ba1e94817146a6cd11c + subdir: Video + submodules: true + sudo: + - apt-get update + - apt-get install -y build-essential file maven nasm ninja-build pkg-config + python3-pip wget meson + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - noamazon + rm: + - native/torrentd/libs + - native/dav1d-android-builder/build-* + - native/ffmpeg-android-builder/dist-full-* + - native/opus-android-builder/lib + - native/openssl-android-builder/dist-* + prebuild: sdkmanager 'cmake;3.22.1' + ndk: r26b + gradleprops: + - universal + - sponsor + - adultScrape + 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. MediaLibs/libs/*.jar and FileCoreLibrary/libs/*.jar are built in prebuild gradle phase, generating a warning about jar blobs at end of the build. - NonFreeNet: are metadata fetched from non-free sources? AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 6.2.33 -CurrentVersionCode: 602033 +CurrentVersion: 6.2.34 +CurrentVersionCode: 602034