aboutsummaryrefslogtreecommitdiff
path: root/extra/mpv
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/mpv
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'extra/mpv')
-rwxr-xr-xextra/mpv/build13
-rw-r--r--extra/mpv/checksums2
-rw-r--r--extra/mpv/depends9
-rw-r--r--extra/mpv/sources2
-rw-r--r--extra/mpv/version1
5 files changed, 27 insertions, 0 deletions
diff --git a/extra/mpv/build b/extra/mpv/build
new file mode 100755
index 00000000..9d61d973
--- /dev/null
+++ b/extra/mpv/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+ln -s waf-2.0.18 waf
+
+python waf configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --confdir=/etc/mpv \
+ --enable-alsa \
+ --enable-libass
+
+python waf build
+python waf install --destdir="$1"
diff --git a/extra/mpv/checksums b/extra/mpv/checksums
new file mode 100644
index 00000000..a8fab458
--- /dev/null
+++ b/extra/mpv/checksums
@@ -0,0 +1,2 @@
+33a1bcb7e74ff17f070e754c15c52228cf44f2cefbfd8f34886ae81df214ca35 v0.30.0.tar.gz
+2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf waf-2.0.18
diff --git a/extra/mpv/depends b/extra/mpv/depends
new file mode 100644
index 00000000..334650cf
--- /dev/null
+++ b/extra/mpv/depends
@@ -0,0 +1,9 @@
+alsa-lib
+ffmpeg
+freetype-harfbuzz
+libass
+libXScrnSaver
+libXinerama
+libXrandr
+mesa
+python make
diff --git a/extra/mpv/sources b/extra/mpv/sources
new file mode 100644
index 00000000..7355aa8e
--- /dev/null
+++ b/extra/mpv/sources
@@ -0,0 +1,2 @@
+https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz
+https://waf.io/waf-2.0.18
diff --git a/extra/mpv/version b/extra/mpv/version
new file mode 100644
index 00000000..b05fc3ac
--- /dev/null
+++ b/extra/mpv/version
@@ -0,0 +1 @@
+0.30.0 1