pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/streamlink Add package streamlink v0.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f84ac69ca6af
branches:  trunk
changeset: 354011:f84ac69ca6af
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Oct 18 16:39:43 2016 +0000

description:
Add package streamlink v0.0.2

Streamlink is a command-line utility that pipes video streams from various
services into a video player, such as VLC. The main purpose of Streamlink
is to allow the user to avoid buggy and CPU heavy flash plugins but still
be able to enjoy various streamed content.

Streamlink is a fork of Livestreamer

diffstat:

 multimedia/streamlink/DESCR    |    6 +
 multimedia/streamlink/Makefile |   36 +++
 multimedia/streamlink/PLIST    |  464 +++++++++++++++++++++++++++++++++++++++++
 multimedia/streamlink/distinfo |    6 +
 4 files changed, 512 insertions(+), 0 deletions(-)

diffs (truncated from 528 to 300 lines):

diff -r 65f3f540abca -r f84ac69ca6af multimedia/streamlink/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/streamlink/DESCR       Tue Oct 18 16:39:43 2016 +0000
@@ -0,0 +1,6 @@
+Streamlink is a command-line utility that pipes video streams from various
+services into a video player, such as VLC. The main purpose of Streamlink
+is to allow the user to avoid buggy and CPU heavy flash plugins but still
+be able to enjoy various streamed content.
+
+Streamlink is a fork of Livestreamer
diff -r 65f3f540abca -r f84ac69ca6af multimedia/streamlink/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/streamlink/Makefile    Tue Oct 18 16:39:43 2016 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2016/10/18 16:39:43 maya Exp $
+
+DISTNAME=      streamlink-0.0.2
+CATEGORIES=    multimedia
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=streamlink/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+
+MAINTAINER=    maya%NetBSD.org@localhost
+HOMEPAGE=      http://streamlink.tanuki.se/
+COMMENT=       Tool that pipes video streams into a video player
+LICENSE=       2-clause-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+.include "../../lang/python/egg.mk"
+
+.if ${_PYTHON_VERSION} < 30
+DEPENDS+=      ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
+.endif
+
+EGG_NAME=      ${PKGNAME_NOREV}
+
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/flv.py
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/tag.py
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/__init__.py
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/packet.py
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/error.py
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/f4v.py
+REPLACE_PYTHON+=       src/streamlink/packages/flashmedia/util.py
+REPLACE_PYTHON+=       src/streamlink/plugins/tv3cat.py
+REPLACE_PYTHON+=       src/streamlink/plugins/tvplayer.py
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 65f3f540abca -r f84ac69ca6af multimedia/streamlink/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/streamlink/PLIST       Tue Oct 18 16:39:43 2016 +0000
@@ -0,0 +1,464 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/18 16:39:43 maya Exp $
+bin/streamlink
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/streamlink/__init__.py
+${PYSITELIB}/streamlink/__init__.pyc
+${PYSITELIB}/streamlink/__init__.pyo
+${PYSITELIB}/streamlink/api.py
+${PYSITELIB}/streamlink/api.pyc
+${PYSITELIB}/streamlink/api.pyo
+${PYSITELIB}/streamlink/buffers.py
+${PYSITELIB}/streamlink/buffers.pyc
+${PYSITELIB}/streamlink/buffers.pyo
+${PYSITELIB}/streamlink/cache.py
+${PYSITELIB}/streamlink/cache.pyc
+${PYSITELIB}/streamlink/cache.pyo
+${PYSITELIB}/streamlink/compat.py
+${PYSITELIB}/streamlink/compat.pyc
+${PYSITELIB}/streamlink/compat.pyo
+${PYSITELIB}/streamlink/exceptions.py
+${PYSITELIB}/streamlink/exceptions.pyc
+${PYSITELIB}/streamlink/exceptions.pyo
+${PYSITELIB}/streamlink/logger.py
+${PYSITELIB}/streamlink/logger.pyc
+${PYSITELIB}/streamlink/logger.pyo
+${PYSITELIB}/streamlink/options.py
+${PYSITELIB}/streamlink/options.pyc
+${PYSITELIB}/streamlink/options.pyo
+${PYSITELIB}/streamlink/packages/__init__.py
+${PYSITELIB}/streamlink/packages/__init__.pyc
+${PYSITELIB}/streamlink/packages/__init__.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/__init__.py
+${PYSITELIB}/streamlink/packages/flashmedia/__init__.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/__init__.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/amf.py
+${PYSITELIB}/streamlink/packages/flashmedia/amf.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/amf.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/box.py
+${PYSITELIB}/streamlink/packages/flashmedia/box.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/box.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/compat.py
+${PYSITELIB}/streamlink/packages/flashmedia/compat.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/compat.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/error.py
+${PYSITELIB}/streamlink/packages/flashmedia/error.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/error.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/f4v.py
+${PYSITELIB}/streamlink/packages/flashmedia/f4v.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/f4v.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/flv.py
+${PYSITELIB}/streamlink/packages/flashmedia/flv.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/flv.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/ordereddict.py
+${PYSITELIB}/streamlink/packages/flashmedia/ordereddict.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/ordereddict.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/packet.py
+${PYSITELIB}/streamlink/packages/flashmedia/packet.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/packet.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/tag.py
+${PYSITELIB}/streamlink/packages/flashmedia/tag.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/tag.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/types.py
+${PYSITELIB}/streamlink/packages/flashmedia/types.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/types.pyo
+${PYSITELIB}/streamlink/packages/flashmedia/util.py
+${PYSITELIB}/streamlink/packages/flashmedia/util.pyc
+${PYSITELIB}/streamlink/packages/flashmedia/util.pyo
+${PYSITELIB}/streamlink/packages/pbs.py
+${PYSITELIB}/streamlink/packages/pbs.pyc
+${PYSITELIB}/streamlink/packages/pbs.pyo
+${PYSITELIB}/streamlink/plugin/__init__.py
+${PYSITELIB}/streamlink/plugin/__init__.pyc
+${PYSITELIB}/streamlink/plugin/__init__.pyo
+${PYSITELIB}/streamlink/plugin/api/__init__.py
+${PYSITELIB}/streamlink/plugin/api/__init__.pyc
+${PYSITELIB}/streamlink/plugin/api/__init__.pyo
+${PYSITELIB}/streamlink/plugin/api/http_session.py
+${PYSITELIB}/streamlink/plugin/api/http_session.pyc
+${PYSITELIB}/streamlink/plugin/api/http_session.pyo
+${PYSITELIB}/streamlink/plugin/api/mapper.py
+${PYSITELIB}/streamlink/plugin/api/mapper.pyc
+${PYSITELIB}/streamlink/plugin/api/mapper.pyo
+${PYSITELIB}/streamlink/plugin/api/support_plugin.py
+${PYSITELIB}/streamlink/plugin/api/support_plugin.pyc
+${PYSITELIB}/streamlink/plugin/api/support_plugin.pyo
+${PYSITELIB}/streamlink/plugin/api/utils.py
+${PYSITELIB}/streamlink/plugin/api/utils.pyc
+${PYSITELIB}/streamlink/plugin/api/utils.pyo
+${PYSITELIB}/streamlink/plugin/api/validate.py
+${PYSITELIB}/streamlink/plugin/api/validate.pyc
+${PYSITELIB}/streamlink/plugin/api/validate.pyo
+${PYSITELIB}/streamlink/plugin/plugin.py
+${PYSITELIB}/streamlink/plugin/plugin.pyc
+${PYSITELIB}/streamlink/plugin/plugin.pyo
+${PYSITELIB}/streamlink/plugins/__init__.py
+${PYSITELIB}/streamlink/plugins/__init__.pyc
+${PYSITELIB}/streamlink/plugins/__init__.pyo
+${PYSITELIB}/streamlink/plugins/afreeca.py
+${PYSITELIB}/streamlink/plugins/afreeca.pyc
+${PYSITELIB}/streamlink/plugins/afreeca.pyo
+${PYSITELIB}/streamlink/plugins/afreecatv.py
+${PYSITELIB}/streamlink/plugins/afreecatv.pyc
+${PYSITELIB}/streamlink/plugins/afreecatv.pyo
+${PYSITELIB}/streamlink/plugins/aftonbladet.py
+${PYSITELIB}/streamlink/plugins/aftonbladet.pyc
+${PYSITELIB}/streamlink/plugins/aftonbladet.pyo
+${PYSITELIB}/streamlink/plugins/alieztv.py
+${PYSITELIB}/streamlink/plugins/alieztv.pyc
+${PYSITELIB}/streamlink/plugins/alieztv.pyo
+${PYSITELIB}/streamlink/plugins/antenna.py
+${PYSITELIB}/streamlink/plugins/antenna.pyc
+${PYSITELIB}/streamlink/plugins/antenna.pyo
+${PYSITELIB}/streamlink/plugins/ard_live.py
+${PYSITELIB}/streamlink/plugins/ard_live.pyc
+${PYSITELIB}/streamlink/plugins/ard_live.pyo
+${PYSITELIB}/streamlink/plugins/ard_mediathek.py
+${PYSITELIB}/streamlink/plugins/ard_mediathek.pyc
+${PYSITELIB}/streamlink/plugins/ard_mediathek.pyo
+${PYSITELIB}/streamlink/plugins/artetv.py
+${PYSITELIB}/streamlink/plugins/artetv.pyc
+${PYSITELIB}/streamlink/plugins/artetv.pyo
+${PYSITELIB}/streamlink/plugins/azubutv.py
+${PYSITELIB}/streamlink/plugins/azubutv.pyc
+${PYSITELIB}/streamlink/plugins/azubutv.pyo
+${PYSITELIB}/streamlink/plugins/bambuser.py
+${PYSITELIB}/streamlink/plugins/bambuser.pyc
+${PYSITELIB}/streamlink/plugins/bambuser.pyo
+${PYSITELIB}/streamlink/plugins/beam.py
+${PYSITELIB}/streamlink/plugins/beam.pyc
+${PYSITELIB}/streamlink/plugins/beam.pyo
+${PYSITELIB}/streamlink/plugins/beattv.py
+${PYSITELIB}/streamlink/plugins/beattv.pyc
+${PYSITELIB}/streamlink/plugins/beattv.pyo
+${PYSITELIB}/streamlink/plugins/bilibili.py
+${PYSITELIB}/streamlink/plugins/bilibili.pyc
+${PYSITELIB}/streamlink/plugins/bilibili.pyo
+${PYSITELIB}/streamlink/plugins/bliptv.py
+${PYSITELIB}/streamlink/plugins/bliptv.pyc
+${PYSITELIB}/streamlink/plugins/bliptv.pyo
+${PYSITELIB}/streamlink/plugins/chaturbate.py
+${PYSITELIB}/streamlink/plugins/chaturbate.pyc
+${PYSITELIB}/streamlink/plugins/chaturbate.pyo
+${PYSITELIB}/streamlink/plugins/common_jwplayer.py
+${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc
+${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo
+${PYSITELIB}/streamlink/plugins/common_swf.py
+${PYSITELIB}/streamlink/plugins/common_swf.pyc
+${PYSITELIB}/streamlink/plugins/common_swf.pyo
+${PYSITELIB}/streamlink/plugins/connectcast.py
+${PYSITELIB}/streamlink/plugins/connectcast.pyc
+${PYSITELIB}/streamlink/plugins/connectcast.pyo
+${PYSITELIB}/streamlink/plugins/crunchyroll.py
+${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
+${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
+${PYSITELIB}/streamlink/plugins/cybergame.py
+${PYSITELIB}/streamlink/plugins/cybergame.pyc
+${PYSITELIB}/streamlink/plugins/cybergame.pyo
+${PYSITELIB}/streamlink/plugins/dailymotion.py
+${PYSITELIB}/streamlink/plugins/dailymotion.pyc
+${PYSITELIB}/streamlink/plugins/dailymotion.pyo
+${PYSITELIB}/streamlink/plugins/disney_de.py
+${PYSITELIB}/streamlink/plugins/disney_de.pyc
+${PYSITELIB}/streamlink/plugins/disney_de.pyo
+${PYSITELIB}/streamlink/plugins/dmcloud.py
+${PYSITELIB}/streamlink/plugins/dmcloud.pyc
+${PYSITELIB}/streamlink/plugins/dmcloud.pyo
+${PYSITELIB}/streamlink/plugins/dmcloud_embed.py
+${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyc
+${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyo
+${PYSITELIB}/streamlink/plugins/dommune.py
+${PYSITELIB}/streamlink/plugins/dommune.pyc
+${PYSITELIB}/streamlink/plugins/dommune.pyo
+${PYSITELIB}/streamlink/plugins/douyutv.py
+${PYSITELIB}/streamlink/plugins/douyutv.pyc
+${PYSITELIB}/streamlink/plugins/douyutv.pyo
+${PYSITELIB}/streamlink/plugins/dplay.py
+${PYSITELIB}/streamlink/plugins/dplay.pyc
+${PYSITELIB}/streamlink/plugins/dplay.pyo
+${PYSITELIB}/streamlink/plugins/drdk.py
+${PYSITELIB}/streamlink/plugins/drdk.pyc
+${PYSITELIB}/streamlink/plugins/drdk.pyo
+${PYSITELIB}/streamlink/plugins/euronews.py
+${PYSITELIB}/streamlink/plugins/euronews.pyc
+${PYSITELIB}/streamlink/plugins/euronews.pyo
+${PYSITELIB}/streamlink/plugins/expressen.py
+${PYSITELIB}/streamlink/plugins/expressen.pyc
+${PYSITELIB}/streamlink/plugins/expressen.pyo
+${PYSITELIB}/streamlink/plugins/filmon.py
+${PYSITELIB}/streamlink/plugins/filmon.pyc
+${PYSITELIB}/streamlink/plugins/filmon.pyo
+${PYSITELIB}/streamlink/plugins/filmon_us.py
+${PYSITELIB}/streamlink/plugins/filmon_us.pyc
+${PYSITELIB}/streamlink/plugins/filmon_us.pyo
+${PYSITELIB}/streamlink/plugins/furstream.py
+${PYSITELIB}/streamlink/plugins/furstream.pyc
+${PYSITELIB}/streamlink/plugins/furstream.pyo
+${PYSITELIB}/streamlink/plugins/gaminglive.py
+${PYSITELIB}/streamlink/plugins/gaminglive.pyc
+${PYSITELIB}/streamlink/plugins/gaminglive.pyo
+${PYSITELIB}/streamlink/plugins/gomexp.py
+${PYSITELIB}/streamlink/plugins/gomexp.pyc
+${PYSITELIB}/streamlink/plugins/gomexp.pyo
+${PYSITELIB}/streamlink/plugins/goodgame.py
+${PYSITELIB}/streamlink/plugins/goodgame.pyc
+${PYSITELIB}/streamlink/plugins/goodgame.pyo
+${PYSITELIB}/streamlink/plugins/hitbox.py
+${PYSITELIB}/streamlink/plugins/hitbox.pyc
+${PYSITELIB}/streamlink/plugins/hitbox.pyo
+${PYSITELIB}/streamlink/plugins/itvplayer.py
+${PYSITELIB}/streamlink/plugins/itvplayer.pyc
+${PYSITELIB}/streamlink/plugins/itvplayer.pyo
+${PYSITELIB}/streamlink/plugins/letontv.py
+${PYSITELIB}/streamlink/plugins/letontv.pyc
+${PYSITELIB}/streamlink/plugins/letontv.pyo
+${PYSITELIB}/streamlink/plugins/livecodingtv.py
+${PYSITELIB}/streamlink/plugins/livecodingtv.pyc
+${PYSITELIB}/streamlink/plugins/livecodingtv.pyo
+${PYSITELIB}/streamlink/plugins/livestation.py
+${PYSITELIB}/streamlink/plugins/livestation.pyc
+${PYSITELIB}/streamlink/plugins/livestation.pyo
+${PYSITELIB}/streamlink/plugins/livestream.py
+${PYSITELIB}/streamlink/plugins/livestream.pyc
+${PYSITELIB}/streamlink/plugins/livestream.pyo
+${PYSITELIB}/streamlink/plugins/media_ccc_de.py
+${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc
+${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo
+${PYSITELIB}/streamlink/plugins/mediaklikk.py
+${PYSITELIB}/streamlink/plugins/mediaklikk.pyc
+${PYSITELIB}/streamlink/plugins/mediaklikk.pyo
+${PYSITELIB}/streamlink/plugins/meerkat.py
+${PYSITELIB}/streamlink/plugins/meerkat.pyc
+${PYSITELIB}/streamlink/plugins/meerkat.pyo
+${PYSITELIB}/streamlink/plugins/mips.py
+${PYSITELIB}/streamlink/plugins/mips.pyc
+${PYSITELIB}/streamlink/plugins/mips.pyo
+${PYSITELIB}/streamlink/plugins/mlgtv.py
+${PYSITELIB}/streamlink/plugins/mlgtv.pyc
+${PYSITELIB}/streamlink/plugins/mlgtv.pyo
+${PYSITELIB}/streamlink/plugins/nhkworld.py
+${PYSITELIB}/streamlink/plugins/nhkworld.pyc
+${PYSITELIB}/streamlink/plugins/nhkworld.pyo
+${PYSITELIB}/streamlink/plugins/nos.py



Home | Main Index | Thread Index | Old Index