2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

testing: added mpv at 0.29.1

This commit is contained in:
Dylan Araps 2019-08-05 00:07:28 +03:00
parent fc9527e05c
commit 91b00a4de3
4 changed files with 25 additions and 0 deletions

14
testing/mpv/build Executable file
View 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
View File

@ -0,0 +1,9 @@
alsa-lib
ffmpeg
freetype-harfbuzz
libass
libXScrnSaver
libXinerama
libXrandr
mesa
python make

1
testing/mpv/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/mpv-player/mpv/archive/v0.29.1.tar.gz

1
testing/mpv/version Normal file
View File

@ -0,0 +1 @@
0.29.1 1