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 export PYTHONPATH
} }
python waf/waf configure \ meson \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/share/man \ -Dalsa=enabled \
--confdir=/etc/mpv \ -Dwayland=enabled \
--enable-alsa \ -Dx11=disabled \
--enable-wayland \ . output
--disable-x11
python waf/waf build ninja -C output
python waf/waf install --destdir="$1" ninja -C output install
rm -rf \
"$1/usr/share/zsh" \
"$1/usr/share/bash-completion"

View File

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

View File

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

View File

@ -1,3 +1,2 @@
git+https://github.com/mpv-player/mpv 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 https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.18.1.tar.gz docutils