mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Just (Video) Player to 0.137 (137)
This commit is contained in:
parent
6632c91bd9
commit
fe4766c924
2 changed files with 52 additions and 4 deletions
|
|
@ -568,10 +568,56 @@ Builds:
|
||||||
libs/
|
libs/
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
MaintainerNotes: 'Extensions build instructions: https://github.com/google/ExoPlayer/blob/r2.18.1/extensions/ffmpeg/README.md
|
- versionName: '0.137'
|
||||||
https://github.com/google/ExoPlayer/blob/r2.18.1/extensions/av1/README.md'
|
versionCode: 137
|
||||||
|
commit: v0.137
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make ninja-build
|
||||||
|
- apt-get install -y -t bullseye-backports cmake
|
||||||
|
gradle:
|
||||||
|
- latestUniversal
|
||||||
|
srclibs:
|
||||||
|
- media-moneytoo@v1.0.0-beta03
|
||||||
|
- FFmpeg@release/4.2
|
||||||
|
- cpu_features@v0.7.0
|
||||||
|
- abseil-cpp@20220623.0
|
||||||
|
- libgav1@v0.18.0
|
||||||
|
prebuild: sed -i -e 's/android {/&\n ndkVersion "21.4.7075529"/' $$media-moneytoo$$/common_library_config.gradle
|
||||||
|
scandelete:
|
||||||
|
- app/libs/
|
||||||
|
build:
|
||||||
|
- export FFMPEG_EXT_PATH="$$media-moneytoo$$/libraries/decoder_ffmpeg/src/main"
|
||||||
|
- export HOST_PLATFORM="$(uname -s | tr '[:upper:]' '[:lower:]')-x86_64"
|
||||||
|
- export ENABLED_DECODERS=(vorbis opus flac alac pcm_mulaw pcm_alaw mp3 amrnb
|
||||||
|
amrwb aac ac3 eac3 dca mlp truehd)
|
||||||
|
- pushd "${FFMPEG_EXT_PATH}/jni"
|
||||||
|
- ln -s "$$FFmpeg$$" ffmpeg
|
||||||
|
- cd "${FFMPEG_EXT_PATH}/jni"
|
||||||
|
- ./build_ffmpeg.sh "${FFMPEG_EXT_PATH}" "$$NDK$$" "${HOST_PLATFORM}" "${ENABLED_DECODERS[@]}"
|
||||||
|
- export AV1_EXT_PATH="$$media-moneytoo$$/libraries/decoder_av1/src/main"
|
||||||
|
- cd "${AV1_EXT_PATH}/jni"
|
||||||
|
- ln -s "$$cpu_features$$" cpu_features
|
||||||
|
- ln -s "$$libgav1$$" libgav1
|
||||||
|
- cd "${AV1_EXT_PATH}/jni/libgav1"
|
||||||
|
- mkdir "${AV1_EXT_PATH}/jni/libgav1/third_party"
|
||||||
|
- cd "${AV1_EXT_PATH}/jni/libgav1/third_party"
|
||||||
|
- ln -s "$$abseil-cpp$$" abseil-cpp
|
||||||
|
- cd "$$media-moneytoo$$"
|
||||||
|
- ./gradlew :lib-decoder-{ffmpeg,av1}:bundleReleaseAar
|
||||||
|
- ./gradlew :lib-{exoplayer,extractor,ui}:bundleReleaseAar
|
||||||
|
- popd
|
||||||
|
- cp $$media-moneytoo$$/libraries/decoder_{ffmpeg,av1}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
- cp $$media-moneytoo$$/libraries/{exoplayer,extractor,ui}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
|
MaintainerNotes: 'Extensions build instructions: https://github.com/androidx/media/blob/1.0.0-beta03/libraries/decoder_ffmpeg/README.md
|
||||||
|
https://github.com/androidx/media/blob/1.0.0-beta03/libraries/decoder_av1/README.md'
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '0.123'
|
CurrentVersion: '0.137'
|
||||||
CurrentVersionCode: 123
|
CurrentVersionCode: 137
|
||||||
|
|
|
||||||
2
srclibs/media-moneytoo.yml
Normal file
2
srclibs/media-moneytoo.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/moneytoo/media.git
|
||||||
Loading…
Reference in a new issue