[152539] trunk/dports/multimedia

ryandesign at macports.org ryandesign at macports.org
Sun Sep 11 23:30:03 PDT 2016


Revision: 152539
          https://trac.macports.org/changeset/152539
Author:   ryandesign at macports.org
Date:     2016-09-11 23:30:03 -0700 (Sun, 11 Sep 2016)
Log Message:
-----------
livestreamer: new port, version 1.12.2

Resolves #51614

Added Paths:
-----------
    trunk/dports/multimedia/livestreamer/
    trunk/dports/multimedia/livestreamer/Portfile

Added: trunk/dports/multimedia/livestreamer/Portfile
===================================================================
--- trunk/dports/multimedia/livestreamer/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/livestreamer/Portfile	2016-09-12 06:30:03 UTC (rev 152539)
@@ -0,0 +1,34 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        chrippa livestreamer 1.12.2 v
+categories          multimedia
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
+supported_archs     noarch
+
+description         Command-line utility that extracts streams from various services \
+                    and pipes them into a video player of choice.
+
+long_description    Livestreamer is a command-line utility that pipes video streams \
+                    from various services into a video player such as VLC. \
+                    The main purpose of Livestreamer is to allow the user to avoid buggy \
+                    and CPU heavy flash plugins 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.
+
+homepage            http://docs.livestreamer.io/
+
+checksums           rmd160  51b79cff3a59ccc20f360176f857a969ab5e050e \
+                    sha256  a16a91122c4ccae92b8bfca7be65dbe08caa2c2460a160d73cda51d62c69281d
+
+python.default_version  34
+
+depends_lib-append  port:py${python.version}-readline \
+                    port:py${python.version}-setuptools \
+                    port:py${python.version}-requests


Property changes on: trunk/dports/multimedia/livestreamer/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160911/e6281ef9/attachment.html>


More information about the macports-changes mailing list