mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
mpv: unbundle python-docutils
This commit is contained in:
parent
7e91590c8e
commit
063b998360
@ -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 \
|
||||
|
@ -1,2 +1 @@
|
||||
dbc8fdb6d341f9054c60cf4bd2810bf47da2cf6a522da531024ed56dd9ea0f2c
|
||||
33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6
|
||||
|
@ -6,6 +6,6 @@ linux-headers make
|
||||
mesa
|
||||
meson make
|
||||
pkgconf make
|
||||
python make
|
||||
python-docutils make
|
||||
wayland
|
||||
wayland-protocols make
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user