mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
mpv: switch to meson (#60)
This commit is contained in:
parent
2959fd6e1f
commit
077cfc7697
@ -17,17 +17,12 @@
|
||||
export PYTHONPATH
|
||||
}
|
||||
|
||||
python waf/waf configure \
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--confdir=/etc/mpv \
|
||||
--enable-alsa \
|
||||
--enable-wayland \
|
||||
--disable-x11
|
||||
-Dalsa=enabled \
|
||||
-Dwayland=enabled \
|
||||
-Dx11=disabled \
|
||||
. output
|
||||
|
||||
python waf/waf build
|
||||
python waf/waf install --destdir="$1"
|
||||
|
||||
rm -rf \
|
||||
"$1/usr/share/zsh" \
|
||||
"$1/usr/share/bash-completion"
|
||||
ninja -C output
|
||||
ninja -C output install
|
||||
|
@ -1,2 +1 @@
|
||||
28a96115a5b5be47cf65e62c5416d988159d03f062f978e6462024ca93111503
|
||||
679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06
|
||||
|
@ -5,6 +5,7 @@ libass
|
||||
libxkbcommon
|
||||
linux-headers make
|
||||
mesa
|
||||
meson make
|
||||
pkgconf make
|
||||
python make
|
||||
wayland
|
||||
|
@ -1,3 +1,2 @@
|
||||
git+https://github.com/mpv-player/mpv
|
||||
https://waf.io/waf-2.0.23.tar.bz2 waf
|
||||
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.18.1.tar.gz docutils
|
||||
|
Loading…
Reference in New Issue
Block a user