nova video player update

This commit is contained in:
Software Courville 2023-11-12 20:11:06 +00:00 committed by linsui
parent 1b60fa6482
commit 0f7810d23c

View file

@ -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&currency_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