mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
Update Just (Video) Player to 0.161 (161)
This commit is contained in:
parent
297e41d0e1
commit
0a3069f9c9
1 changed files with 49 additions and 4 deletions
|
|
@ -710,10 +710,55 @@ Builds:
|
|||
libs/
|
||||
ndk: 21.4.7075529
|
||||
|
||||
MaintainerNotes: 'Extensions build instructions: https://github.com/androidx/media/blob/1.2.0/libraries/decoder_ffmpeg/README.md
|
||||
https://github.com/androidx/media/blob/1.2.0/libraries/decoder_av1/README.md'
|
||||
- versionName: '0.161'
|
||||
versionCode: 161
|
||||
commit: v0.161
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make ninja-build cmake
|
||||
gradle:
|
||||
- latestUniversalFull
|
||||
srclibs:
|
||||
- media-moneytoo@1.3.1
|
||||
- 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
|
||||
https://github.com/androidx/media/blob/1.3.1/libraries/decoder_av1/README.md'
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '0.154'
|
||||
CurrentVersionCode: 154
|
||||
CurrentVersion: '0.161'
|
||||
CurrentVersionCode: 161
|
||||
|
|
|
|||
Loading…
Reference in a new issue