mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Just (Video) Player to 0.180
This commit is contained in:
parent
6120228b31
commit
0a40fb7479
2 changed files with 213 additions and 2 deletions
|
|
@ -994,10 +994,219 @@ Builds:
|
||||||
gradleprops:
|
gradleprops:
|
||||||
- abiFilter=arm64-v8a
|
- abiFilter=arm64-v8a
|
||||||
|
|
||||||
|
- versionName: '0.180'
|
||||||
|
versionCode: 1801
|
||||||
|
commit: v0.180
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make ninja-build cmake
|
||||||
|
gradle:
|
||||||
|
- latestUniversalFull
|
||||||
|
srclibs:
|
||||||
|
- media-moneytoo@1.5.0
|
||||||
|
- FFmpeg@release/6.0
|
||||||
|
- libiamf@v1.1.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$$/libraries/decoder_iamf/src/main/jni"
|
||||||
|
- ln -s "$$libiamf$$" libiamf
|
||||||
|
- cd "$$media-moneytoo$$"
|
||||||
|
- ./gradlew :lib-decoder-{ffmpeg,av1,iamf}:bundleReleaseAar
|
||||||
|
- ./gradlew :lib-{exoplayer,extractor,ui}:bundleReleaseAar
|
||||||
|
- popd
|
||||||
|
- cp $$media-moneytoo$$/libraries/decoder_{ffmpeg,av1,iamf}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
- cp $$media-moneytoo$$/libraries/{exoplayer,extractor,ui}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
ndk: 26.1.10909125
|
||||||
|
gradleprops:
|
||||||
|
- abiFilter=x86
|
||||||
|
|
||||||
|
- versionName: '0.180'
|
||||||
|
versionCode: 1802
|
||||||
|
commit: v0.180
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make ninja-build cmake
|
||||||
|
gradle:
|
||||||
|
- latestUniversalFull
|
||||||
|
srclibs:
|
||||||
|
- media-moneytoo@1.5.0
|
||||||
|
- FFmpeg@release/6.0
|
||||||
|
- libiamf@v1.1.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$$/libraries/decoder_iamf/src/main/jni"
|
||||||
|
- ln -s "$$libiamf$$" libiamf
|
||||||
|
- cd "$$media-moneytoo$$"
|
||||||
|
- ./gradlew :lib-decoder-{ffmpeg,av1,iamf}:bundleReleaseAar
|
||||||
|
- ./gradlew :lib-{exoplayer,extractor,ui}:bundleReleaseAar
|
||||||
|
- popd
|
||||||
|
- cp $$media-moneytoo$$/libraries/decoder_{ffmpeg,av1,iamf}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
- cp $$media-moneytoo$$/libraries/{exoplayer,extractor,ui}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
ndk: 26.1.10909125
|
||||||
|
gradleprops:
|
||||||
|
- abiFilter=x86_64
|
||||||
|
|
||||||
|
- versionName: '0.180'
|
||||||
|
versionCode: 1803
|
||||||
|
commit: v0.180
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make ninja-build cmake
|
||||||
|
gradle:
|
||||||
|
- latestUniversalFull
|
||||||
|
srclibs:
|
||||||
|
- media-moneytoo@1.5.0
|
||||||
|
- FFmpeg@release/6.0
|
||||||
|
- libiamf@v1.1.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$$/libraries/decoder_iamf/src/main/jni"
|
||||||
|
- ln -s "$$libiamf$$" libiamf
|
||||||
|
- cd "$$media-moneytoo$$"
|
||||||
|
- ./gradlew :lib-decoder-{ffmpeg,av1,iamf}:bundleReleaseAar
|
||||||
|
- ./gradlew :lib-{exoplayer,extractor,ui}:bundleReleaseAar
|
||||||
|
- popd
|
||||||
|
- cp $$media-moneytoo$$/libraries/decoder_{ffmpeg,av1,iamf}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
- cp $$media-moneytoo$$/libraries/{exoplayer,extractor,ui}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
ndk: 26.1.10909125
|
||||||
|
gradleprops:
|
||||||
|
- abiFilter=armeabi-v7a
|
||||||
|
|
||||||
|
- versionName: '0.180'
|
||||||
|
versionCode: 1804
|
||||||
|
commit: v0.180
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make ninja-build cmake
|
||||||
|
gradle:
|
||||||
|
- latestUniversalFull
|
||||||
|
srclibs:
|
||||||
|
- media-moneytoo@1.5.0
|
||||||
|
- FFmpeg@release/6.0
|
||||||
|
- libiamf@v1.1.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$$/libraries/decoder_iamf/src/main/jni"
|
||||||
|
- ln -s "$$libiamf$$" libiamf
|
||||||
|
- cd "$$media-moneytoo$$"
|
||||||
|
- ./gradlew :lib-decoder-{ffmpeg,av1,iamf}:bundleReleaseAar
|
||||||
|
- ./gradlew :lib-{exoplayer,extractor,ui}:bundleReleaseAar
|
||||||
|
- popd
|
||||||
|
- cp $$media-moneytoo$$/libraries/decoder_{ffmpeg,av1,iamf}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
- cp $$media-moneytoo$$/libraries/{exoplayer,extractor,ui}/buildout/outputs/aar/*.aar
|
||||||
|
libs/
|
||||||
|
ndk: 26.1.10909125
|
||||||
|
gradleprops:
|
||||||
|
- abiFilter=arm64-v8a
|
||||||
|
|
||||||
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.178'
|
VercodeOperation:
|
||||||
CurrentVersionCode: 1784
|
- 10 * %c + 1
|
||||||
|
- 10 * %c + 2
|
||||||
|
- 10 * %c + 3
|
||||||
|
- 10 * %c + 4
|
||||||
|
CurrentVersion: '0.180'
|
||||||
|
CurrentVersionCode: 1804
|
||||||
|
|
|
||||||
2
srclibs/libiamf.yml
Normal file
2
srclibs/libiamf.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AOMediaCodec/libiamf.git
|
||||||
Loading…
Reference in a new issue