mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
Update Just (Video) Player to v0.12
This commit is contained in:
parent
552f9279ce
commit
9c007e08a5
4 changed files with 45 additions and 1 deletions
|
|
@ -69,7 +69,45 @@ Builds:
|
|||
- cp $$ExoPlayer$$/extensions/ffmpeg/buildout/outputs/aar/*.aar libs/
|
||||
ndk: r20b
|
||||
|
||||
MaintainerNotes: 'FFmpeg extension build instructions: https://github.com/google/ExoPlayer/blob/r2.12.2/extensions/ffmpeg/README.md'
|
||||
- versionName: '0.12'
|
||||
versionCode: 12
|
||||
commit: v0.12
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- ExoPlayer@r2.12.2
|
||||
- FFmpeg@release/4.2
|
||||
- cpu_features@v0.6.0
|
||||
- abseil-cpp@20200923.2
|
||||
- libgav1@b712ad2a3b7a6a3db34d9f2820b4768931093d1c
|
||||
scandelete:
|
||||
- app/libs/
|
||||
build:
|
||||
- export FFMPEG_EXT_PATH="$$ExoPlayer$$/extensions/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="$$ExoPlayer$$/extensions/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 "$$ExoPlayer$$"
|
||||
- ./gradlew :extension-{ffmpeg,av1}:bundleReleaseAar
|
||||
- popd
|
||||
- cp $$ExoPlayer$$/extensions/{ffmpeg,av1}/buildout/outputs/aar/*.aar libs/
|
||||
ndk: r20b
|
||||
|
||||
MaintainerNotes: 'Extensions build instructions: https://github.com/google/ExoPlayer/blob/r2.12.2/extensions/ffmpeg/README.md
|
||||
https://github.com/google/ExoPlayer/blob/r2.12.2/extensions/av1/README.md'
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^v[0-9.]*$
|
||||
|
|
|
|||
2
srclibs/abseil-cpp.yml
Normal file
2
srclibs/abseil-cpp.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/abseil/abseil-cpp.git
|
||||
2
srclibs/cpu_features.yml
Normal file
2
srclibs/cpu_features.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/google/cpu_features.git
|
||||
2
srclibs/libgav1.yml
Normal file
2
srclibs/libgav1.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RepoType: git
|
||||
Repo: https://chromium.googlesource.com/codecs/libgav1
|
||||
Loading…
Reference in a new issue