summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e66f92d567ec..5c508d4d2a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
- pkgver = 0.2.0.r14.gb145d24
+ pkgver = 0.2.0.r71.g8b710ba
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -13,6 +13,7 @@ pkgbase = streamlink-git
depends = python-requests
depends = python-setuptools
depends = rtmpdump
+ optdepends = ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+
optdepends = python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.
provides = streamlink
conflicts = streamlink
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')