2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-01 05:51:05 -06:00

mpv: switch to meson (#60)

This commit is contained in:
Owen Rafferty 2022-04-20 02:44:40 -07:00 committed by GitHub
parent 2959fd6e1f
commit 077cfc7697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 14 deletions

View File

@ -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

View File

@ -1,2 +1 @@
28a96115a5b5be47cf65e62c5416d988159d03f062f978e6462024ca93111503
679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06

View File

@ -5,6 +5,7 @@ libass
libxkbcommon
linux-headers make
mesa
meson make
pkgconf make
python make
wayland

View File

@ -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