forked from kiss-community/repo
testing: added mpv at 0.29.1
This commit is contained in:
parent
fc9527e05c
commit
91b00a4de3
14
testing/mpv/build
Executable file
14
testing/mpv/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
python ./bootstrap.py
|
||||
python waf configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--confdir=/etc/mpv \
|
||||
--enable-alsa \
|
||||
--enable-libass \
|
||||
--enable-libmpv-shared \
|
||||
--enable-uchardet
|
||||
|
||||
python waf build
|
||||
python waf install --destdir="$1"
|
9
testing/mpv/depends
Normal file
9
testing/mpv/depends
Normal file
@ -0,0 +1,9 @@
|
||||
alsa-lib
|
||||
ffmpeg
|
||||
freetype-harfbuzz
|
||||
libass
|
||||
libXScrnSaver
|
||||
libXinerama
|
||||
libXrandr
|
||||
mesa
|
||||
python make
|
1
testing/mpv/sources
Normal file
1
testing/mpv/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/mpv-player/mpv/archive/v0.29.1.tar.gz
|
1
testing/mpv/version
Normal file
1
testing/mpv/version
Normal file
@ -0,0 +1 @@
|
||||
0.29.1 1
|
Loading…
Reference in New Issue
Block a user