aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpv
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-09-21 13:08:26 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-09-21 13:12:36 +0200
commit4cfb8bc129f2abbaaeff447448546aeca0296577 (patch)
tree6f4f5be38bc3e4b5678d622138f44b2c8a650fc6 /community/mpv
parent651b721dfaae6bbe72be23c24775417ba4acaab2 (diff)
downloadaports-4cfb8bc129f2abbaaeff447448546aeca0296577.tar.bz2
aports-4cfb8bc129f2abbaaeff447448546aeca0296577.tar.xz
community/mpv: fix man page generation
The python3 version of the rst2man command is called rst2man-3 and not rst2man, therefore man pages were not generated previously. While at it also fix the name for the rst2html command though it doesn't seem to be used currently.
Diffstat (limited to 'community/mpv')
-rw-r--r--community/mpv/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index d1aa7f9f8e..d1260f0336 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.29.1
-pkgrel=9
+pkgrel=10
pkgdesc="Video player based on MPlayer/mplayer2"
url="https://mpv.io/"
arch="all"
@@ -68,6 +68,7 @@ prepare() {
}
build() {
+ RST2HTML=rst2html-3 RST2MAN=rst2man-3 \
python3 waf configure --prefix=/usr \
--mandir=/usr/share/man \
--confdir=/etc/mpv \