blob: 67aaaadda643c71a05a669af804855f128140ce2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = streamlink-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
pkgver = 0.3.0.r18.g6400e04
pkgrel = 2
url = https://streamlink.github.io/
arch = any
license = BSD
checkdepends = python-mock
checkdepends = python-pytest
makedepends = git
makedepends = python-setuptools
makedepends = python-sphinx
depends = python-iso3166
depends = python-iso639
depends = python-crypto
depends = python-requests
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
source = git+https://github.com/streamlink/streamlink.git
source = https://src.fedoraproject.org/cgit/rpms/python-streamlink.git/plain/python-streamlink-0.3.0-pycrypto.patch
sha512sums = SKIP
sha512sums = 1c25435d71555f3e077a36ff203e1259d8a9921a6ec1b4c4c152a0330bf69f4961eeece15a968819967d6acdc6365736620a6a3d69348cf9f06d38efbe6fdcb3
pkgname = streamlink-git
|