diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-29 13:16:54 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:07:36 +0200 |
commit | 08e3107f8932e4121fa508a7facc83e745f06cb2 (patch) | |
tree | a5a14eabbf767a245b5f86af1031281e86329e84 /PKGBUILD | |
parent | 14b3da18555f65fd237286c16dcbe12632f530fc (diff) | |
download | pkgbuilds-08e3107f8932e4121fa508a7facc83e745f06cb2.tar.xz |
mps-youtube-git: Add new optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ license=('GPL3') depends=('python' 'python-setuptools' 'python-pafy') optdepends=('mpv: Alternative to mplayer for playback' - 'mplayer: Alternative to mpv for playback') + 'mplayer: Alternative to mpv for playback' + 'ffmpeg: for transcoding downloaded content' + 'xclip: for copying content to the clipboard') conflicts=('mps-youtube') |