mpv: Use rst2man package instead of pip install

This commit is contained in:
Fredrik Fornwall 2016-09-22 20:56:09 +02:00
parent 5c36f4e054
commit 39d7cdd7f1
2 changed files with 1 additions and 4 deletions

View File

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

View File

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