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

mpv: unbundle python-docutils

This commit is contained in:
git-bruh 2022-09-30 14:52:10 +05:30
parent 7e91590c8e
commit 063b998360
No known key found for this signature in database
4 changed files with 1 additions and 20 deletions

View File

@ -1,22 +1,5 @@
#!/bin/sh -e
# Setup docutils to generate manual pages.
{
cd docutils
python3 setup.py build
python3 setup.py install \
--root="$PWD/../dist"
cd ../dist/usr/lib/python*/site-packages
PYTHONPATH=$PWD:$(python -c "import sys;print(':'.join(sys.path))")
cd -; cd ..
export PATH="$PWD/dist/usr/bin:$PATH"
export PYTHONPATH
}
meson \
--prefix=/usr \
-Dalsa=enabled \

View File

@ -1,2 +1 @@
dbc8fdb6d341f9054c60cf4bd2810bf47da2cf6a522da531024ed56dd9ea0f2c
33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6

View File

@ -6,6 +6,6 @@ linux-headers make
mesa
meson make
pkgconf make
python make
python-docutils make
wayland
wayland-protocols make

View File

@ -1,2 +1 @@
https://github.com/mpv-player/mpv/archive/VERSION.tar.gz
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils