mpv: make docutils optional

This commit is contained in:
Danny Rawlins 2019-12-01 12:39:02 +11:00
parent 07936f2cd3
commit 3d01a03486
3 changed files with 16453 additions and 5 deletions

View File

@ -1,6 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+jD1Ec1EpaiWa99Tuoo47gNJMKFvEtO/QAXIzOWdpCKw8Zqlbh/hwryhH7OPvtZ92/6Y3ZGJQEj2pIqqp9OJwQ=
SHA256 (Pkgfile) = 3cb8c54bfa8e8a52cf694291e994b6f3e134dbaf31674a0bc1443059e502d1fc
RWSagIOpLGJF32sQuXRp4wgz/vwI5E/PTpukSBmJHMluyhl2x3Ec6NxHL3EfR8pKvTOLuRgQT62N+qupvphTYxetMJ8u3Yez5Ac=
SHA256 (Pkgfile) = 5af956bbf47cee573ec7f8d7fd4abb62399e73dd9ddc920263edfb95c3c2e017
SHA256 (.footprint) = eb826b2c48e4c78958a593e46f99dbeb1f0dd3faf963b8c16a5209ef4bc0939c
SHA256 (mpv-v0.30.0.tar.gz) = 33a1bcb7e74ff17f070e754c15c52228cf44f2cefbfd8f34886ae81df214ca35
SHA256 (waf-2.0.9) = 2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48
SHA256 (mpv.1) = e2c8c722447909b9ab08725a0dc479330caaab51f5058912bebbef9688ef241d

View File

@ -1,14 +1,15 @@
# Description: General Purpose video player based on MPlayer and mplayer2
# URL: https://mpv.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: docutils ffmpeg libass libplacebo util-linux xorg-libxscrnsaver
# Optional: youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau rubberband
# Depends on: ffmpeg libass libplacebo util-linux xorg-libxscrnsaver
# Optional: docutils youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau rubberband
name=mpv
version=0.30.0
release=2
source=(https://github.com/$name-player/$name/archive/v$version/$name-v$version.tar.gz
https://waf.io/waf-2.0.9)
https://waf.io/waf-2.0.9
mpv.1)
build() {
cd $name-$version
@ -27,4 +28,6 @@ build() {
./waf build
./waf install --destdir=$PKG
rm -r $PKG/usr/share/doc
[ -e '/usr/bin/rst2man.py' ] || install -D -m 0644 -t $PKG/usr/share/man/man1 $SRC/mpv.1
}

16444
mpv/mpv.1 Normal file

File diff suppressed because it is too large Load Diff