From 5f8cab665fd190af5e40e486cb19ebbcbcce6b4c Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 19 Apr 2016 14:10:52 +0000 Subject: testing/livestreamer: added dependencies for encrypted streaming --- testing/livestreamer/APKBUILD | 5 +++-- 1 file 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 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="" -- cgit v1.2.3