network/livestreamer: Updated for version 1.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
947130b358
commit
1d29877398
|
@ -5,3 +5,14 @@ but still be able to enjoy various streamed content.
|
|||
|
||||
There is also an API available for developers who want access to the video
|
||||
stream data.
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
For RTMP based plugins:
|
||||
RTMPDump
|
||||
|
||||
For decrypting encrypted HLS streams:
|
||||
PyCrypto
|
||||
|
||||
For full UStream.tv support:
|
||||
python-librtmp
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=livestreamer
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,9 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp '-a' \
|
||||
README.rst PKG-INFO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="livestreamer"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.7.3"
|
||||
HOMEPAGE="http://livestreamer.tanuki.se/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/livestreamer/livestreamer-1.7.2.tar.gz"
|
||||
MD5SUM="8d0b57f9de6c4f829f4adfe867507324"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/livestreamer/livestreamer-1.7.3.tar.gz"
|
||||
MD5SUM="578d97eedf40d904a18b1cc08eb9a040"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-requests rtmpdump pycrypto python-librtmp"
|
||||
REQUIRES="pysetuptools python-requests %README%"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue