mpv: remove dependency on youtube-dl
Let the users decide which flavor of youtube-dl they want (youtube-dl or python3-youtube-dl).
This commit is contained in:
parent
f2dd908127
commit
2a4a269899
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mpv'
|
||||
pkgname=mpv
|
||||
version=0.23.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_options="vapoursynth"
|
||||
short_desc="Video player based on MPlayer/mplayer2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -19,7 +19,7 @@ makedepends="
|
|||
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
|
||||
wayland-devel libuuid-devel libguess-devel libXrandr-devel samba-devel
|
||||
rubberband-devel $(vopt_if vapoursynth 'vapoursynth-devel zimg-devel python3-devel')"
|
||||
depends="desktop-file-utils hicolor-icon-theme youtube-dl $(vopt_if vapoursynth vapoursynth-mvtools)"
|
||||
depends="desktop-file-utils hicolor-icon-theme $(vopt_if vapoursynth vapoursynth-mvtools)"
|
||||
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998
|
||||
|
||||
|
|
Loading…
Reference in New Issue