mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Just (Video) Player to 0.168 (168)
This commit is contained in:
parent
82c776a166
commit
1d0d9548a3
1 changed files with 48 additions and 2 deletions
|
|
@ -756,10 +756,56 @@ Builds:
|
||||||
libs/
|
libs/
|
||||||
ndk: 26.1.10909125
|
ndk: 26.1.10909125
|
||||||
|
|
||||||
|
- versionName: '0.168'
|
||||||
|
versionCode: 168
|
||||||
|
commit: v0.168
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make ninja-build cmake
|
||||||
|
gradle:
|
||||||
|
- latestUniversalFull
|
||||||
|
srclibs:
|
||||||
|
- media-moneytoo@1.4.0
|
||||||
|
- FFmpeg@release/6.0
|
||||||
|
- cpu_features@v0.9.0
|
||||||
|
- abseil-cpp@20230802.1
|
||||||
|
- libgav1@v0.19.0
|
||||||
|
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 ANDROID_ABI=21
|
||||||
|
- 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}" "${ANDROID_ABI}"
|
||||||
|
"${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: 26.1.10909125
|
||||||
|
|
||||||
MaintainerNotes: 'Extensions build instructions: https://github.com/androidx/media/blob/1.3.1/libraries/decoder_ffmpeg/README.md
|
MaintainerNotes: 'Extensions build instructions: https://github.com/androidx/media/blob/1.3.1/libraries/decoder_ffmpeg/README.md
|
||||||
https://github.com/androidx/media/blob/1.3.1/libraries/decoder_av1/README.md'
|
https://github.com/androidx/media/blob/1.3.1/libraries/decoder_av1/README.md'
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '0.161'
|
CurrentVersion: '0.168'
|
||||||
CurrentVersionCode: 161
|
CurrentVersionCode: 168
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue