1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup chrippa livestreamer 1.12.2 v |
---|
9 | |
---|
10 | maintainers nomaintainer |
---|
11 | categories multimedia |
---|
12 | description Command-line utility that extracts streams from various services \ |
---|
13 | and pipes them into a video player of choice. |
---|
14 | long_description Livestreamer is a command-line utility that pipes video streams \ |
---|
15 | from various services into a video player such as VLC. \ |
---|
16 | The main purpose of Livestreamer is to allow the user to avoid buggy \ |
---|
17 | and CPU heavy flash plugins but still be able to enjoy various \ |
---|
18 | streamed content. There is also an API available for developers \ |
---|
19 | who want access to the video stream data. |
---|
20 | platforms darwin |
---|
21 | license MIT |
---|
22 | homepage http://docs.livestreamer.io// |
---|
23 | |
---|
24 | python.default_version 34 |
---|
25 | |
---|
26 | depends_lib-append port:py${python.version}-readline \ |
---|
27 | port:py${python.version}-setuptools \ |
---|
28 | port:py${python.version}-requests \ |
---|
29 | |
---|
30 | checksums rmd160 51b79cff3a59ccc20f360176f857a969ab5e050e \ |
---|
31 | sha256 a16a91122c4ccae92b8bfca7be65dbe08caa2c2460a160d73cda51d62c69281d |
---|
32 | |
---|
33 | python.link_binaries_suffix |
---|