diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-19 14:10:52 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-19 14:10:52 +0000 |
commit | 5f8cab665fd190af5e40e486cb19ebbcbcce6b4c (patch) | |
tree | 2fead5b0546706725744aeb0cb0174fde805ff1d /testing/livestreamer/APKBUILD | |
parent | 51ca2418aab99284e66f9ab15f5fd96657197fd4 (diff) | |
download | aports-5f8cab665fd190af5e40e486cb19ebbcbcce6b4c.tar.bz2 aports-5f8cab665fd190af5e40e486cb19ebbcbcce6b4c.tar.xz |
testing/livestreamer: added dependencies for encrypted streaming
Diffstat (limited to 'testing/livestreamer/APKBUILD')
-rw-r--r-- | testing/livestreamer/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index b3dd056bef..36f4576c40 100644 --- a/testing/livestreamer/APKBUILD +++ b/testing/livestreamer/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=livestreamer pkgver=1.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="ommand-line utility that extracts streams from various services and pipes them into a video player of choice" url=" http://livestreamer.io/" arch="noarch" license="BSD" -depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures py-six" +depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures + py-six py-crypto py-librtmp" depends_dev="" makedepends="$depends_dev py-sphinx" install="" |