Update Nova Video to 4.48.14 (404814)

This commit is contained in:
F-Droid checkupdates bot 2020-06-23 14:15:27 +00:00
parent 3d6fd76c35
commit 09295434c0

View file

@ -94,6 +94,30 @@ Builds:
gradleprops:
- universal
- versionName: 4.48.14
versionCode: 404814
commit: v4.48.14_c404814
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.
@ -101,5 +125,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v_c%c
UpdateCheckMode: Tags
CurrentVersion: 4.48.13
CurrentVersionCode: 404813
CurrentVersion: 4.48.14
CurrentVersionCode: 404814