mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 20:34:05 +00:00
Update mpv to 2021-03-10-release (24)
This commit is contained in:
parent
6b5ceed85e
commit
278d3c378c
8 changed files with 60 additions and 15 deletions
|
|
@ -7,28 +7,59 @@ SourceCode: https://github.com/mpv-android/mpv-android
|
||||||
IssueTracker: https://github.com/mpv-android/mpv-android/issues
|
IssueTracker: https://github.com/mpv-android/mpv-android/issues
|
||||||
Changelog: https://github.com/mpv-android/mpv-android/releases
|
Changelog: https://github.com/mpv-android/mpv-android/releases
|
||||||
|
|
||||||
Name: mpv-android(pre-release)
|
|
||||||
AutoName: mpv
|
|
||||||
Description: |-
|
|
||||||
A simple wrapper around the libmpv library provided by mpv that lets you listen
|
|
||||||
to music and watch videos.
|
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/mpv-android/mpv-android.git
|
Repo: https://github.com/mpv-android/mpv-android.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 2017-02-20-alpha
|
- versionName: 2021-03-10-release
|
||||||
versionCode: 4
|
versionCode: 24
|
||||||
disable: missing libs
|
commit: mpv-android-2021-03-10-fastlane
|
||||||
commit: mpv-android-2017-02-20
|
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y ninja-build
|
||||||
|
- pip3 install wheel
|
||||||
|
- pip3 install meson
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
srclibs:
|
||||||
MaintainerNotes: Lower CVC by 1 to mark current build as pre-release
|
- mbedtls@v2.25.0
|
||||||
|
- dav1d@2479973
|
||||||
|
- FFmpeg@a7425f7
|
||||||
|
- freetype2@VER-2-10-4
|
||||||
|
- fribidi@v1.0.10
|
||||||
|
- harfbuzz@2.7.4
|
||||||
|
- libass@0a3b14a
|
||||||
|
- mpv@d7f6eba
|
||||||
|
prebuild:
|
||||||
|
- cd ../buildscripts/
|
||||||
|
- mkdir -p sdk
|
||||||
|
- ln -s $$NDK$$ sdk/android-ndk-r22
|
||||||
|
- mkdir -p deps
|
||||||
|
- pushd deps/
|
||||||
|
- cp -r $$mbedtls$$ mbedtls
|
||||||
|
- cp -r $$dav1d$$ dav1d
|
||||||
|
- cp -r $$FFmpeg$$ ffmpeg
|
||||||
|
- cp -r $$freetype2$$ freetype2
|
||||||
|
- cp -r $$fribidi$$ fribidi
|
||||||
|
- cp -r $$harfbuzz$$ harfbuzz
|
||||||
|
- cp -r $$libass$$ libass
|
||||||
|
- mkdir lua
|
||||||
|
- wget https://www.lua.org/ftp/lua-5.2.4.tar.gz -O - | tar -xz --strip-components=1
|
||||||
|
-C lua
|
||||||
|
- cp -r $$mpv$$ mpv
|
||||||
|
- popd
|
||||||
|
- sed -i -e '/.\/gradlew assembleDebug assembleRelease/d' scripts/mpv-android.sh
|
||||||
|
- sed -i -e '/"$target" == "mpv-android"/,/ls -lh/d' buildall.sh
|
||||||
|
scandelete:
|
||||||
|
- buildscripts/deps/mbedtls/
|
||||||
|
build:
|
||||||
|
- cd ../buildscripts/
|
||||||
|
- ./buildall.sh --arch arm64 mpv
|
||||||
|
- ./buildall.sh
|
||||||
|
ndk: r22
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: None
|
||||||
VercodeOperation: '%c - 1'
|
|
||||||
CurrentVersion: 2021-03-10-release
|
CurrentVersion: 2021-03-10-release
|
||||||
CurrentVersionCode: 23
|
CurrentVersionCode: 24
|
||||||
|
|
|
||||||
2
srclibs/dav1d.yml
Normal file
2
srclibs/dav1d.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://code.videolan.org/videolan/dav1d.git
|
||||||
2
srclibs/freetype2.yml
Normal file
2
srclibs/freetype2.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: git://git.sv.nongnu.org/freetype/freetype2.git
|
||||||
2
srclibs/fribidi.yml
Normal file
2
srclibs/fribidi.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/fribidi/fribidi.git
|
||||||
2
srclibs/harfbuzz.yml
Normal file
2
srclibs/harfbuzz.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/harfbuzz/harfbuzz.git
|
||||||
2
srclibs/libass.yml
Normal file
2
srclibs/libass.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/libass/libass.git
|
||||||
2
srclibs/mbedtls.yml
Normal file
2
srclibs/mbedtls.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ARMmbed/mbedtls.git
|
||||||
2
srclibs/mpv.yml
Normal file
2
srclibs/mpv.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/mpv-player/mpv.git
|
||||||
Loading…
Reference in a new issue