forked from moneytoo/Player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,6 +266,7 @@ Builds: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
prebuild: sed -i -e '/android {/a ndkVersion = "21.4.7075529"' $$ExoPlayer$$/common_library_config.gradle | ||
scandelete: | ||
- app/libs/ | ||
build: | ||
|
@@ -291,46 +292,9 @@ Builds: | |
- cp $$ExoPlayer$$/extensions/{ffmpeg,av1}/buildout/outputs/aar/*.aar libs/ | ||
ndk: r21e | ||
|
||
- versionName: '0.49' | ||
versionCode: 49 | ||
commit: v0.49 | ||
subdir: app | ||
gradle: | ||
- exoMaven | ||
srclibs: | ||
- [email protected] | ||
- FFmpeg@release/4.2 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
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: r21e | ||
|
||
- versionName: '0.62' | ||
versionCode: 62 | ||
commit: v0.62 | ||
- versionName: '0.64' | ||
versionCode: 64 | ||
commit: v0.64 | ||
subdir: app | ||
gradle: | ||
- latest | ||
|
@@ -339,7 +303,8 @@ Builds: | |
- FFmpeg@release/4.2 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- libgav1@5d2111493aad97bd4642a0009ad5a3c3558847ba | ||
prebuild: sed -i -e 's/android {/&\n ndkVersion "21.4.7075529"/' $$ExoPlayer-moneytoo$$/common_library_config.gradle | ||
scandelete: | ||
- app/libs/ | ||
build: | ||
|
@@ -365,12 +330,12 @@ Builds: | |
- popd | ||
- cp $$ExoPlayer-moneytoo$$/extensions/{ffmpeg,av1}/buildout/outputs/aar/*.aar libs/ | ||
- cp $$ExoPlayer-moneytoo$$/library/{core,extractor,ui}/buildout/outputs/aar/*.aar libs/ | ||
ndk: r23 | ||
ndk: r21e | ||
|
||
MaintainerNotes: 'Extensions build instructions: https://github.com/google/ExoPlayer/blob/r2.15.1/extensions/ffmpeg/README.md | ||
https://github.com/google/ExoPlayer/blob/r2.15.1/extensions/av1/README.md' | ||
|
||
AutoUpdateMode: None | ||
UpdateCheckMode: None | ||
CurrentVersion: '0.62' | ||
CurrentVersionCode: 62 | ||
CurrentVersion: '0.64' | ||
CurrentVersionCode: 64 |