summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2017-01-13 10:13:57 +0100
committerJosip Ponjavic2017-01-13 10:13:57 +0100
commit680125318b9774e0ae03cf17843701bcefa01df3 (patch)
treea4a911537b311d99d7a6884bcf7be0e843dcc2ca /PKGBUILD
parenta2a35f2b1a7b33486a0a996880a103618b8696eb (diff)
downloadaur-680125318b9774e0ae03cf17843701bcefa01df3.tar.gz
add ffmpeg to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8885525373d2..442e8481fa21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=0.2.0.r14.gb145d24
+pkgver=0.2.0.r71.g8b710ba
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
@@ -10,7 +10,8 @@ license=('BSD')
depends=('python-pycryptodome' 'python-requests' 'python-setuptools' 'rtmpdump')
checkdepends=('python-mock' 'python-pytest')
makedepends=('git' 'python-sphinx')
-optdepends=('python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
+optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+'
+ 'python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
provides=('streamlink')
conflicts=('streamlink')
source=('git+https://github.com/streamlink/streamlink.git')