mpv: Use rst2man package instead of pip install
This commit is contained in:
parent
5c36f4e054
commit
39d7cdd7f1
@ -8,10 +8,6 @@ TERMUX_PKG_DEPENDS="ffmpeg, openal-soft"
|
||||
termux_step_make_install () {
|
||||
cd $TERMUX_PKG_SRCDIR
|
||||
|
||||
# Setup rst2man for man page generation of mpv.1:
|
||||
pip install docutils
|
||||
export RST2MAN=$HOME/.local/bin/rst2man.py
|
||||
|
||||
./bootstrap.py
|
||||
|
||||
./waf configure \
|
||||
|
@ -23,6 +23,7 @@ PACKAGES="$PACKAGES unzip"
|
||||
PACKAGES="$PACKAGES m4"
|
||||
PACKAGES="$PACKAGES openjdk-8-jdk" # Used for android-sdk.
|
||||
PACKAGES="$PACKAGES pkg-config"
|
||||
PACKAGES="$PACKAGES python-docutils" # For rst2man, used by mpv.
|
||||
PACKAGES="$PACKAGES scons"
|
||||
PACKAGES="$PACKAGES texinfo"
|
||||
PACKAGES="$PACKAGES xmlto"
|
||||
|
Loading…
x
Reference in New Issue
Block a user