mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
nova video player update
This commit is contained in:
parent
1b60fa6482
commit
0f7810d23c
1 changed files with 32 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
AntiFeatures:
|
AntiFeatures:
|
||||||
- NonFreeNet
|
NonFreeNet:
|
||||||
|
en-US: The metadata (posters/banners/descriptions) are fetched from themoviedb
|
||||||
|
(https://www.themoviedb.org/) non-free source
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: Apache-2.0
|
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
|
IssueTracker: https://github.com/nova-video-player/aos-AVP/issues
|
||||||
Translation: https://crowdin.com/project/nova-video-player
|
Translation: https://crowdin.com/project/nova-video-player
|
||||||
Changelog: https://github.com/nova-video-player/aos-AVP/raw/nova/CHANGELOG.md
|
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
|
Liberapay: NovaVideoPlayer
|
||||||
OpenCollective: novavideoplayer
|
OpenCollective: novavideoplayer
|
||||||
|
|
||||||
|
|
@ -961,13 +964,37 @@ Builds:
|
||||||
- sponsor
|
- sponsor
|
||||||
- adultScrape
|
- 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: |-
|
MaintainerNotes: |-
|
||||||
aos-fdroid git is dedicated to F-Droid builds and is updated from upstream repos.
|
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.
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 6.2.33
|
CurrentVersion: 6.2.34
|
||||||
CurrentVersionCode: 602033
|
CurrentVersionCode: 602034
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue