pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/streamlink
Module Name: pkgsrc
Committed By: maya
Date: Sun Jul 22 19:22:16 UTC 2018
Modified Files:
pkgsrc/multimedia/streamlink: Makefile PLIST distinfo
Log Message:
streamlink: update to 0.14.2, add test depends, take maintainership again
0.14.2:
Fixed Twitch OAuth request flow (#1856)
Fix the tv3cat and vk plugins (#1851, #1874)
VOD supported added to atresplayer plugin (#1852, #1853)
Removed tv8cati and nineanime plugins (#1860, #1863)
Added mjunoon.tv plugin (#1857)
0.14.0:
Multiple plugin fixes
Bug fixes for DASH streams (#1846)
Updated API call for api.utils hours_minutes_seconds (#1804)
Updated documentation (#1826)
Dict structures fix (#1792)
Reformated help menu (#1754)
Logger fix (#1773)
0.13.0:
Initial MPEG DASH support has been added! (#1637) Many thanks to @beardypig
As always, a ton of plugin updates
Updates to our documentation (#1673)
Updates to our logging (#1752) as well as log --quiet options (#1744) (#1720)
Our release script has been updated (#1711)
Support for livestreams when using the --hls-duration option (#1710)
Allow streamlink to exit faster when using Ctrl+C (#1658)
Added an OpenCV Face Detection example (#1689)
0.12.1:
Small release to fix a pip / Windows.exe generation bug!
0.12.0:
A ton of plugin updates (like always! see below for a list of updates)
Ignoring a bunch of useless files when developing (#1570)
A new option to limit the number of fetch retries (#1375)
YouTube has been updated to not use MuxedStream for livestreams (#1556)
Bug fix with ffmpegmux (#1502)
Removed dead plugins and deprecated options (#1546)
Full detailed commit log:
https://github.com/streamlink/streamlink/releases/
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/streamlink/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/streamlink/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/streamlink/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/streamlink/Makefile
diff -u pkgsrc/multimedia/streamlink/Makefile:1.15 pkgsrc/multimedia/streamlink/Makefile:1.16
--- pkgsrc/multimedia/streamlink/Makefile:1.15 Thu Apr 12 07:11:00 2018
+++ pkgsrc/multimedia/streamlink/Makefile Sun Jul 22 19:22:16 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2018/04/12 07:11:00 maya Exp $
+# $NetBSD: Makefile,v 1.16 2018/07/22 19:22:16 maya Exp $
-DISTNAME= streamlink-0.11.0
+DISTNAME= streamlink-0.14.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/}
GITHUB_TAG= ${PKGVERSION_NOREV}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= maya%NetBSD.org@localhost
HOMEPAGE= https://streamlink.github.io/
COMMENT= Tool that pipes video streams into a video player
LICENSE= 2-clause-bsd
@@ -17,9 +17,15 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-isodate-[0-9]*:../../time/py-isodate
DEPENDS+= ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639
DEPENDS+= ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166
DEPENDS+= ${PYPKGPREFIX}-websocket-client-[0-9]*:../../www/py-websocket-client
+DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
+DEPENDS+= ${PYPKGPREFIX}-Socks-[0-9]*:../../net/py-Socks
+TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock
+
EGG_NAME= ${PKGNAME_NOREV}
Index: pkgsrc/multimedia/streamlink/PLIST
diff -u pkgsrc/multimedia/streamlink/PLIST:1.10 pkgsrc/multimedia/streamlink/PLIST:1.11
--- pkgsrc/multimedia/streamlink/PLIST:1.10 Thu Apr 12 07:11:00 2018
+++ pkgsrc/multimedia/streamlink/PLIST Sun Jul 22 19:22:16 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/04/12 07:11:00 maya Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/07/22 19:22:16 maya Exp $
bin/streamlink
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -9,6 +9,8 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/streamlink/__init__.py
${PYSITELIB}/streamlink/__init__.pyo
${PYSITELIB}/streamlink/__init__.pyc
+${PYSITELIB}/streamlink/_version.pyo
+${PYSITELIB}/streamlink/_version.pyc
${PYSITELIB}/streamlink/api.pyo
${PYSITELIB}/streamlink/api.pyc
${PYSITELIB}/streamlink/buffers.pyo
@@ -25,6 +27,7 @@ ${PYSITELIB}/streamlink/options.pyo
${PYSITELIB}/streamlink/options.pyc
${PYSITELIB}/streamlink/session.pyo
${PYSITELIB}/streamlink/session.pyc
+${PYSITELIB}/streamlink/_version.py
${PYSITELIB}/streamlink/api.py
${PYSITELIB}/streamlink/buffers.py
${PYSITELIB}/streamlink/cache.py
@@ -104,6 +107,8 @@ ${PYSITELIB}/streamlink/plugin/plugin.py
${PYSITELIB}/streamlink/plugins/__init__.py
${PYSITELIB}/streamlink/plugins/__init__.pyo
${PYSITELIB}/streamlink/plugins/__init__.pyc
+${PYSITELIB}/streamlink/plugins/abweb.pyo
+${PYSITELIB}/streamlink/plugins/abweb.pyc
${PYSITELIB}/streamlink/plugins/adultswim.pyo
${PYSITELIB}/streamlink/plugins/adultswim.pyc
${PYSITELIB}/streamlink/plugins/afreeca.pyo
@@ -120,8 +125,6 @@ ${PYSITELIB}/streamlink/plugins/animelab
${PYSITELIB}/streamlink/plugins/animelab.pyc
${PYSITELIB}/streamlink/plugins/antenna.pyo
${PYSITELIB}/streamlink/plugins/antenna.pyc
-${PYSITELIB}/streamlink/plugins/apac.pyo
-${PYSITELIB}/streamlink/plugins/apac.pyc
${PYSITELIB}/streamlink/plugins/app17.pyo
${PYSITELIB}/streamlink/plugins/app17.pyc
${PYSITELIB}/streamlink/plugins/arconai.pyo
@@ -134,8 +137,6 @@ ${PYSITELIB}/streamlink/plugins/artetv.p
${PYSITELIB}/streamlink/plugins/artetv.pyc
${PYSITELIB}/streamlink/plugins/atresplayer.pyo
${PYSITELIB}/streamlink/plugins/atresplayer.pyc
-${PYSITELIB}/streamlink/plugins/bambuser.pyo
-${PYSITELIB}/streamlink/plugins/bambuser.pyc
${PYSITELIB}/streamlink/plugins/bbciplayer.pyo
${PYSITELIB}/streamlink/plugins/bbciplayer.pyc
${PYSITELIB}/streamlink/plugins/beattv.pyo
@@ -154,6 +155,8 @@ ${PYSITELIB}/streamlink/plugins/brightco
${PYSITELIB}/streamlink/plugins/brightcove.pyc
${PYSITELIB}/streamlink/plugins/brittv.pyo
${PYSITELIB}/streamlink/plugins/brittv.pyc
+${PYSITELIB}/streamlink/plugins/btsports.pyo
+${PYSITELIB}/streamlink/plugins/btsports.pyc
${PYSITELIB}/streamlink/plugins/btv.pyo
${PYSITELIB}/streamlink/plugins/btv.pyc
${PYSITELIB}/streamlink/plugins/cam4.pyo
@@ -172,12 +175,12 @@ ${PYSITELIB}/streamlink/plugins/chaturba
${PYSITELIB}/streamlink/plugins/chaturbate.pyc
${PYSITELIB}/streamlink/plugins/cinergroup.pyo
${PYSITELIB}/streamlink/plugins/cinergroup.pyc
+${PYSITELIB}/streamlink/plugins/cnews.pyo
+${PYSITELIB}/streamlink/plugins/cnews.pyc
${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo
${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc
${PYSITELIB}/streamlink/plugins/common_swf.pyo
${PYSITELIB}/streamlink/plugins/common_swf.pyc
-${PYSITELIB}/streamlink/plugins/connectcast.pyo
-${PYSITELIB}/streamlink/plugins/connectcast.pyc
${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
${PYSITELIB}/streamlink/plugins/cybergame.pyo
@@ -186,18 +189,14 @@ ${PYSITELIB}/streamlink/plugins/cyro.pyo
${PYSITELIB}/streamlink/plugins/cyro.pyc
${PYSITELIB}/streamlink/plugins/dailymotion.pyo
${PYSITELIB}/streamlink/plugins/dailymotion.pyc
-${PYSITELIB}/streamlink/plugins/daisuki.pyo
-${PYSITELIB}/streamlink/plugins/daisuki.pyc
+${PYSITELIB}/streamlink/plugins/dash.pyo
+${PYSITELIB}/streamlink/plugins/dash.pyc
+${PYSITELIB}/streamlink/plugins/delfi.pyo
+${PYSITELIB}/streamlink/plugins/delfi.pyc
${PYSITELIB}/streamlink/plugins/deutschewelle.pyo
${PYSITELIB}/streamlink/plugins/deutschewelle.pyc
${PYSITELIB}/streamlink/plugins/dingittv.pyo
${PYSITELIB}/streamlink/plugins/dingittv.pyc
-${PYSITELIB}/streamlink/plugins/disney_de.pyo
-${PYSITELIB}/streamlink/plugins/disney_de.pyc
-${PYSITELIB}/streamlink/plugins/dmcloud.pyo
-${PYSITELIB}/streamlink/plugins/dmcloud.pyc
-${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyo
-${PYSITELIB}/streamlink/plugins/dmcloud_embed.pyc
${PYSITELIB}/streamlink/plugins/dogan.pyo
${PYSITELIB}/streamlink/plugins/dogan.pyc
${PYSITELIB}/streamlink/plugins/dogus.pyo
@@ -220,6 +219,8 @@ ${PYSITELIB}/streamlink/plugins/eurocom.
${PYSITELIB}/streamlink/plugins/eurocom.pyc
${PYSITELIB}/streamlink/plugins/euronews.pyo
${PYSITELIB}/streamlink/plugins/euronews.pyc
+${PYSITELIB}/streamlink/plugins/europaplus.pyo
+${PYSITELIB}/streamlink/plugins/europaplus.pyc
${PYSITELIB}/streamlink/plugins/expressen.pyo
${PYSITELIB}/streamlink/plugins/expressen.pyc
${PYSITELIB}/streamlink/plugins/facebook.pyo
@@ -236,8 +237,8 @@ ${PYSITELIB}/streamlink/plugins/gardener
${PYSITELIB}/streamlink/plugins/gardenersworld.pyc
${PYSITELIB}/streamlink/plugins/garena.pyo
${PYSITELIB}/streamlink/plugins/garena.pyc
-${PYSITELIB}/streamlink/plugins/gomexp.pyo
-${PYSITELIB}/streamlink/plugins/gomexp.pyc
+${PYSITELIB}/streamlink/plugins/goltelevision.pyo
+${PYSITELIB}/streamlink/plugins/goltelevision.pyc
${PYSITELIB}/streamlink/plugins/goodgame.pyo
${PYSITELIB}/streamlink/plugins/goodgame.pyc
${PYSITELIB}/streamlink/plugins/googledrive.pyo
@@ -266,6 +267,10 @@ ${PYSITELIB}/streamlink/plugins/itvplaye
${PYSITELIB}/streamlink/plugins/itvplayer.pyc
${PYSITELIB}/streamlink/plugins/kanal7.pyo
${PYSITELIB}/streamlink/plugins/kanal7.pyc
+${PYSITELIB}/streamlink/plugins/kingkong.pyo
+${PYSITELIB}/streamlink/plugins/kingkong.pyc
+${PYSITELIB}/streamlink/plugins/live_russia_tv.pyo
+${PYSITELIB}/streamlink/plugins/live_russia_tv.pyc
${PYSITELIB}/streamlink/plugins/liveedu.pyo
${PYSITELIB}/streamlink/plugins/liveedu.pyc
${PYSITELIB}/streamlink/plugins/liveme.pyo
@@ -274,6 +279,8 @@ ${PYSITELIB}/streamlink/plugins/livestre
${PYSITELIB}/streamlink/plugins/livestream.pyc
${PYSITELIB}/streamlink/plugins/looch.pyo
${PYSITELIB}/streamlink/plugins/looch.pyc
+${PYSITELIB}/streamlink/plugins/lrt.pyo
+${PYSITELIB}/streamlink/plugins/lrt.pyc
${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo
${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc
${PYSITELIB}/streamlink/plugins/mediaklikk.pyo
@@ -284,6 +291,8 @@ ${PYSITELIB}/streamlink/plugins/mitele.p
${PYSITELIB}/streamlink/plugins/mitele.pyc
${PYSITELIB}/streamlink/plugins/mixer.pyo
${PYSITELIB}/streamlink/plugins/mixer.pyc
+${PYSITELIB}/streamlink/plugins/mjunoon.pyo
+${PYSITELIB}/streamlink/plugins/mjunoon.pyc
${PYSITELIB}/streamlink/plugins/mlgtv.pyo
${PYSITELIB}/streamlink/plugins/mlgtv.pyc
${PYSITELIB}/streamlink/plugins/nbc.pyo
@@ -306,6 +315,8 @@ ${PYSITELIB}/streamlink/plugins/oldlives
${PYSITELIB}/streamlink/plugins/oldlivestream.pyc
${PYSITELIB}/streamlink/plugins/olympicchannel.pyo
${PYSITELIB}/streamlink/plugins/olympicchannel.pyc
+${PYSITELIB}/streamlink/plugins/onetv.pyo
+${PYSITELIB}/streamlink/plugins/onetv.pyc
${PYSITELIB}/streamlink/plugins/openrectv.pyo
${PYSITELIB}/streamlink/plugins/openrectv.pyc
${PYSITELIB}/streamlink/plugins/orf_tvthek.pyo
@@ -320,6 +331,8 @@ ${PYSITELIB}/streamlink/plugins/picarto.
${PYSITELIB}/streamlink/plugins/picarto.pyc
${PYSITELIB}/streamlink/plugins/piczel.pyo
${PYSITELIB}/streamlink/plugins/piczel.pyc
+${PYSITELIB}/streamlink/plugins/pixiv.pyo
+${PYSITELIB}/streamlink/plugins/pixiv.pyc
${PYSITELIB}/streamlink/plugins/playtv.pyo
${PYSITELIB}/streamlink/plugins/playtv.pyc
${PYSITELIB}/streamlink/plugins/pluzz.pyo
@@ -332,6 +345,10 @@ ${PYSITELIB}/streamlink/plugins/radionet
${PYSITELIB}/streamlink/plugins/radionet.pyc
${PYSITELIB}/streamlink/plugins/raiplay.pyo
${PYSITELIB}/streamlink/plugins/raiplay.pyc
+${PYSITELIB}/streamlink/plugins/reshet.pyo
+${PYSITELIB}/streamlink/plugins/reshet.pyc
+${PYSITELIB}/streamlink/plugins/rtbf.pyo
+${PYSITELIB}/streamlink/plugins/rtbf.pyc
${PYSITELIB}/streamlink/plugins/rte.pyo
${PYSITELIB}/streamlink/plugins/rte.pyc
${PYSITELIB}/streamlink/plugins/rtlxl.pyo
@@ -370,6 +387,8 @@ ${PYSITELIB}/streamlink/plugins/ssh101.p
${PYSITELIB}/streamlink/plugins/ssh101.pyc
${PYSITELIB}/streamlink/plugins/startv.pyo
${PYSITELIB}/streamlink/plugins/startv.pyc
+${PYSITELIB}/streamlink/plugins/steam.pyo
+${PYSITELIB}/streamlink/plugins/steam.pyc
${PYSITELIB}/streamlink/plugins/streamable.pyo
${PYSITELIB}/streamlink/plugins/streamable.pyc
${PYSITELIB}/streamlink/plugins/streamboat.pyo
@@ -380,8 +399,6 @@ ${PYSITELIB}/streamlink/plugins/streamli
${PYSITELIB}/streamlink/plugins/streamlive.pyc
${PYSITELIB}/streamlink/plugins/streamme.pyo
${PYSITELIB}/streamlink/plugins/streamme.pyc
-${PYSITELIB}/streamlink/plugins/streamupcom.pyo
-${PYSITELIB}/streamlink/plugins/streamupcom.pyc
${PYSITELIB}/streamlink/plugins/streann.pyo
${PYSITELIB}/streamlink/plugins/streann.pyc
${PYSITELIB}/streamlink/plugins/svtplay.pyo
@@ -400,6 +417,8 @@ ${PYSITELIB}/streamlink/plugins/theplatf
${PYSITELIB}/streamlink/plugins/theplatform.pyc
${PYSITELIB}/streamlink/plugins/tigerdile.pyo
${PYSITELIB}/streamlink/plugins/tigerdile.pyc
+${PYSITELIB}/streamlink/plugins/tlctr.pyo
+${PYSITELIB}/streamlink/plugins/tlctr.pyc
${PYSITELIB}/streamlink/plugins/trt.pyo
${PYSITELIB}/streamlink/plugins/trt.pyc
${PYSITELIB}/streamlink/plugins/trtspor.pyo
@@ -424,6 +443,8 @@ ${PYSITELIB}/streamlink/plugins/tvcatchu
${PYSITELIB}/streamlink/plugins/tvcatchup.pyc
${PYSITELIB}/streamlink/plugins/tvnbg.pyo
${PYSITELIB}/streamlink/plugins/tvnbg.pyc
+${PYSITELIB}/streamlink/plugins/tvp.pyo
+${PYSITELIB}/streamlink/plugins/tvp.pyc
${PYSITELIB}/streamlink/plugins/tvplayer.pyo
${PYSITELIB}/streamlink/plugins/tvplayer.pyc
${PYSITELIB}/streamlink/plugins/tvrby.pyo
@@ -434,6 +455,8 @@ ${PYSITELIB}/streamlink/plugins/twitch.p
${PYSITELIB}/streamlink/plugins/twitch.pyc
${PYSITELIB}/streamlink/plugins/ustreamtv.pyo
${PYSITELIB}/streamlink/plugins/ustreamtv.pyc
+${PYSITELIB}/streamlink/plugins/ustvnow.pyo
+${PYSITELIB}/streamlink/plugins/ustvnow.pyc
${PYSITELIB}/streamlink/plugins/vaughnlive.pyo
${PYSITELIB}/streamlink/plugins/vaughnlive.pyc
${PYSITELIB}/streamlink/plugins/vgtv.pyo
@@ -442,24 +465,28 @@ ${PYSITELIB}/streamlink/plugins/viasat.p
${PYSITELIB}/streamlink/plugins/viasat.pyc
${PYSITELIB}/streamlink/plugins/vidio.pyo
${PYSITELIB}/streamlink/plugins/vidio.pyc
+${PYSITELIB}/streamlink/plugins/vinhlongtv.pyo
+${PYSITELIB}/streamlink/plugins/vinhlongtv.pyc
${PYSITELIB}/streamlink/plugins/vk.pyo
${PYSITELIB}/streamlink/plugins/vk.pyc
${PYSITELIB}/streamlink/plugins/vrtbe.pyo
${PYSITELIB}/streamlink/plugins/vrtbe.pyc
-${PYSITELIB}/streamlink/plugins/wattv.pyo
-${PYSITELIB}/streamlink/plugins/wattv.pyc
${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyo
${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyc
${PYSITELIB}/streamlink/plugins/webtv.pyo
${PYSITELIB}/streamlink/plugins/webtv.pyc
${PYSITELIB}/streamlink/plugins/weeb.pyo
${PYSITELIB}/streamlink/plugins/weeb.pyc
+${PYSITELIB}/streamlink/plugins/welt.pyo
+${PYSITELIB}/streamlink/plugins/welt.pyc
${PYSITELIB}/streamlink/plugins/wwenetwork.pyo
${PYSITELIB}/streamlink/plugins/wwenetwork.pyc
${PYSITELIB}/streamlink/plugins/younow.pyo
${PYSITELIB}/streamlink/plugins/younow.pyc
${PYSITELIB}/streamlink/plugins/youtube.pyo
${PYSITELIB}/streamlink/plugins/youtube.pyc
+${PYSITELIB}/streamlink/plugins/yupptv.pyo
+${PYSITELIB}/streamlink/plugins/yupptv.pyc
${PYSITELIB}/streamlink/plugins/zattoo.pyo
${PYSITELIB}/streamlink/plugins/zattoo.pyc
${PYSITELIB}/streamlink/plugins/zdf_mediathek.pyo
@@ -468,6 +495,7 @@ ${PYSITELIB}/streamlink/plugins/zengatv.
${PYSITELIB}/streamlink/plugins/zengatv.pyc
${PYSITELIB}/streamlink/plugins/zhanqi.pyo
${PYSITELIB}/streamlink/plugins/zhanqi.pyc
+${PYSITELIB}/streamlink/plugins/abweb.py
${PYSITELIB}/streamlink/plugins/adultswim.py
${PYSITELIB}/streamlink/plugins/afreeca.py
${PYSITELIB}/streamlink/plugins/aftonbladet.py
@@ -476,14 +504,12 @@ ${PYSITELIB}/streamlink/plugins/aliez.py
${PYSITELIB}/streamlink/plugins/aljazeeraen.py
${PYSITELIB}/streamlink/plugins/animelab.py
${PYSITELIB}/streamlink/plugins/antenna.py
-${PYSITELIB}/streamlink/plugins/apac.py
${PYSITELIB}/streamlink/plugins/app17.py
${PYSITELIB}/streamlink/plugins/arconai.py
${PYSITELIB}/streamlink/plugins/ard_live.py
${PYSITELIB}/streamlink/plugins/ard_mediathek.py
${PYSITELIB}/streamlink/plugins/artetv.py
${PYSITELIB}/streamlink/plugins/atresplayer.py
-${PYSITELIB}/streamlink/plugins/bambuser.py
${PYSITELIB}/streamlink/plugins/bbciplayer.py
${PYSITELIB}/streamlink/plugins/beattv.py
${PYSITELIB}/streamlink/plugins/bfmtv.py
@@ -493,6 +519,7 @@ ${PYSITELIB}/streamlink/plugins/bloomber
${PYSITELIB}/streamlink/plugins/bongacams.py
${PYSITELIB}/streamlink/plugins/brightcove.py
${PYSITELIB}/streamlink/plugins/brittv.py
+${PYSITELIB}/streamlink/plugins/btsports.py
${PYSITELIB}/streamlink/plugins/btv.py
${PYSITELIB}/streamlink/plugins/cam4.py
${PYSITELIB}/streamlink/plugins/camsoda.py
@@ -502,19 +529,17 @@ ${PYSITELIB}/streamlink/plugins/cdnbg.py
${PYSITELIB}/streamlink/plugins/ceskatelevize.py
${PYSITELIB}/streamlink/plugins/chaturbate.py
${PYSITELIB}/streamlink/plugins/cinergroup.py
+${PYSITELIB}/streamlink/plugins/cnews.py
${PYSITELIB}/streamlink/plugins/common_jwplayer.py
${PYSITELIB}/streamlink/plugins/common_swf.py
-${PYSITELIB}/streamlink/plugins/connectcast.py
${PYSITELIB}/streamlink/plugins/crunchyroll.py
${PYSITELIB}/streamlink/plugins/cybergame.py
${PYSITELIB}/streamlink/plugins/cyro.py
${PYSITELIB}/streamlink/plugins/dailymotion.py
-${PYSITELIB}/streamlink/plugins/daisuki.py
+${PYSITELIB}/streamlink/plugins/dash.py
+${PYSITELIB}/streamlink/plugins/delfi.py
${PYSITELIB}/streamlink/plugins/deutschewelle.py
${PYSITELIB}/streamlink/plugins/dingittv.py
-${PYSITELIB}/streamlink/plugins/disney_de.py
-${PYSITELIB}/streamlink/plugins/dmcloud.py
-${PYSITELIB}/streamlink/plugins/dmcloud_embed.py
${PYSITELIB}/streamlink/plugins/dogan.py
${PYSITELIB}/streamlink/plugins/dogus.py
${PYSITELIB}/streamlink/plugins/dommune.py
@@ -526,6 +551,7 @@ ${PYSITELIB}/streamlink/plugins/ellobo.p
${PYSITELIB}/streamlink/plugins/eltrecetv.py
${PYSITELIB}/streamlink/plugins/eurocom.py
${PYSITELIB}/streamlink/plugins/euronews.py
+${PYSITELIB}/streamlink/plugins/europaplus.py
${PYSITELIB}/streamlink/plugins/expressen.py
${PYSITELIB}/streamlink/plugins/facebook.py
${PYSITELIB}/streamlink/plugins/filmon.py
@@ -534,7 +560,7 @@ ${PYSITELIB}/streamlink/plugins/foxtr.py
${PYSITELIB}/streamlink/plugins/funimationnow.py
${PYSITELIB}/streamlink/plugins/gardenersworld.py
${PYSITELIB}/streamlink/plugins/garena.py
-${PYSITELIB}/streamlink/plugins/gomexp.py
+${PYSITELIB}/streamlink/plugins/goltelevision.py
${PYSITELIB}/streamlink/plugins/goodgame.py
${PYSITELIB}/streamlink/plugins/googledrive.py
${PYSITELIB}/streamlink/plugins/gulli.py
@@ -549,15 +575,19 @@ ${PYSITELIB}/streamlink/plugins/idf1.py
${PYSITELIB}/streamlink/plugins/ine.py
${PYSITELIB}/streamlink/plugins/itvplayer.py
${PYSITELIB}/streamlink/plugins/kanal7.py
+${PYSITELIB}/streamlink/plugins/kingkong.py
+${PYSITELIB}/streamlink/plugins/live_russia_tv.py
${PYSITELIB}/streamlink/plugins/liveedu.py
${PYSITELIB}/streamlink/plugins/liveme.py
${PYSITELIB}/streamlink/plugins/livestream.py
${PYSITELIB}/streamlink/plugins/looch.py
+${PYSITELIB}/streamlink/plugins/lrt.py
${PYSITELIB}/streamlink/plugins/media_ccc_de.py
${PYSITELIB}/streamlink/plugins/mediaklikk.py
${PYSITELIB}/streamlink/plugins/mips.py
${PYSITELIB}/streamlink/plugins/mitele.py
${PYSITELIB}/streamlink/plugins/mixer.py
+${PYSITELIB}/streamlink/plugins/mjunoon.py
${PYSITELIB}/streamlink/plugins/mlgtv.py
${PYSITELIB}/streamlink/plugins/nbc.py
${PYSITELIB}/streamlink/plugins/nbcsports.py
@@ -569,6 +599,7 @@ ${PYSITELIB}/streamlink/plugins/nrk.py
${PYSITELIB}/streamlink/plugins/ok_live.py
${PYSITELIB}/streamlink/plugins/oldlivestream.py
${PYSITELIB}/streamlink/plugins/olympicchannel.py
+${PYSITELIB}/streamlink/plugins/onetv.py
${PYSITELIB}/streamlink/plugins/openrectv.py
${PYSITELIB}/streamlink/plugins/orf_tvthek.py
${PYSITELIB}/streamlink/plugins/ovvatv.py
@@ -576,12 +607,15 @@ ${PYSITELIB}/streamlink/plugins/pandatv.
${PYSITELIB}/streamlink/plugins/periscope.py
${PYSITELIB}/streamlink/plugins/picarto.py
${PYSITELIB}/streamlink/plugins/piczel.py
+${PYSITELIB}/streamlink/plugins/pixiv.py
${PYSITELIB}/streamlink/plugins/playtv.py
${PYSITELIB}/streamlink/plugins/pluzz.py
${PYSITELIB}/streamlink/plugins/powerapp.py
${PYSITELIB}/streamlink/plugins/qq.py
${PYSITELIB}/streamlink/plugins/radionet.py
${PYSITELIB}/streamlink/plugins/raiplay.py
+${PYSITELIB}/streamlink/plugins/reshet.py
+${PYSITELIB}/streamlink/plugins/rtbf.py
${PYSITELIB}/streamlink/plugins/rte.py
${PYSITELIB}/streamlink/plugins/rtlxl.py
${PYSITELIB}/streamlink/plugins/rtmp.py
@@ -601,12 +635,12 @@ ${PYSITELIB}/streamlink/plugins/sportsch
${PYSITELIB}/streamlink/plugins/srgssr.py
${PYSITELIB}/streamlink/plugins/ssh101.py
${PYSITELIB}/streamlink/plugins/startv.py
+${PYSITELIB}/streamlink/plugins/steam.py
${PYSITELIB}/streamlink/plugins/streamable.py
${PYSITELIB}/streamlink/plugins/streamboat.py
${PYSITELIB}/streamlink/plugins/streamingvideoprovider.py
${PYSITELIB}/streamlink/plugins/streamlive.py
${PYSITELIB}/streamlink/plugins/streamme.py
-${PYSITELIB}/streamlink/plugins/streamupcom.py
${PYSITELIB}/streamlink/plugins/streann.py
${PYSITELIB}/streamlink/plugins/svtplay.py
${PYSITELIB}/streamlink/plugins/swisstxt.py
@@ -616,6 +650,7 @@ ${PYSITELIB}/streamlink/plugins/tf1.py
${PYSITELIB}/streamlink/plugins/tga.py
${PYSITELIB}/streamlink/plugins/theplatform.py
${PYSITELIB}/streamlink/plugins/tigerdile.py
+${PYSITELIB}/streamlink/plugins/tlctr.py
${PYSITELIB}/streamlink/plugins/trt.py
${PYSITELIB}/streamlink/plugins/trtspor.py
${PYSITELIB}/streamlink/plugins/turkuvaz.py
@@ -628,24 +663,28 @@ ${PYSITELIB}/streamlink/plugins/tv8.py
${PYSITELIB}/streamlink/plugins/tv8cat.py
${PYSITELIB}/streamlink/plugins/tvcatchup.py
${PYSITELIB}/streamlink/plugins/tvnbg.py
+${PYSITELIB}/streamlink/plugins/tvp.py
${PYSITELIB}/streamlink/plugins/tvplayer.py
${PYSITELIB}/streamlink/plugins/tvrby.py
${PYSITELIB}/streamlink/plugins/tvrplus.py
${PYSITELIB}/streamlink/plugins/twitch.py
${PYSITELIB}/streamlink/plugins/ustreamtv.py
+${PYSITELIB}/streamlink/plugins/ustvnow.py
${PYSITELIB}/streamlink/plugins/vaughnlive.py
${PYSITELIB}/streamlink/plugins/vgtv.py
${PYSITELIB}/streamlink/plugins/viasat.py
${PYSITELIB}/streamlink/plugins/vidio.py
+${PYSITELIB}/streamlink/plugins/vinhlongtv.py
${PYSITELIB}/streamlink/plugins/vk.py
${PYSITELIB}/streamlink/plugins/vrtbe.py
-${PYSITELIB}/streamlink/plugins/wattv.py
${PYSITELIB}/streamlink/plugins/webcast_india_gov.py
${PYSITELIB}/streamlink/plugins/webtv.py
${PYSITELIB}/streamlink/plugins/weeb.py
+${PYSITELIB}/streamlink/plugins/welt.py
${PYSITELIB}/streamlink/plugins/wwenetwork.py
${PYSITELIB}/streamlink/plugins/younow.py
${PYSITELIB}/streamlink/plugins/youtube.py
+${PYSITELIB}/streamlink/plugins/yupptv.py
${PYSITELIB}/streamlink/plugins/zattoo.py
${PYSITELIB}/streamlink/plugins/zdf_mediathek.py
${PYSITELIB}/streamlink/plugins/zengatv.py
@@ -656,6 +695,10 @@ ${PYSITELIB}/streamlink/stream/__init__.
${PYSITELIB}/streamlink/stream/__init__.pyc
${PYSITELIB}/streamlink/stream/akamaihd.pyo
${PYSITELIB}/streamlink/stream/akamaihd.pyc
+${PYSITELIB}/streamlink/stream/dash.pyo
+${PYSITELIB}/streamlink/stream/dash.pyc
+${PYSITELIB}/streamlink/stream/dash_manifest.pyo
+${PYSITELIB}/streamlink/stream/dash_manifest.pyc
${PYSITELIB}/streamlink/stream/ffmpegmux.pyo
${PYSITELIB}/streamlink/stream/ffmpegmux.pyc
${PYSITELIB}/streamlink/stream/file.pyo
@@ -683,6 +726,8 @@ ${PYSITELIB}/streamlink/stream/streampro
${PYSITELIB}/streamlink/stream/wrappers.pyo
${PYSITELIB}/streamlink/stream/wrappers.pyc
${PYSITELIB}/streamlink/stream/akamaihd.py
+${PYSITELIB}/streamlink/stream/dash.py
+${PYSITELIB}/streamlink/stream/dash_manifest.py
${PYSITELIB}/streamlink/stream/ffmpegmux.py
${PYSITELIB}/streamlink/stream/file.py
${PYSITELIB}/streamlink/stream/flvconcat.py
@@ -705,9 +750,12 @@ ${PYSITELIB}/streamlink/utils/l10n.pyo
${PYSITELIB}/streamlink/utils/l10n.pyc
${PYSITELIB}/streamlink/utils/named_pipe.pyo
${PYSITELIB}/streamlink/utils/named_pipe.pyc
+${PYSITELIB}/streamlink/utils/times.pyo
+${PYSITELIB}/streamlink/utils/times.pyc
${PYSITELIB}/streamlink/utils/crypto.py
${PYSITELIB}/streamlink/utils/l10n.py
${PYSITELIB}/streamlink/utils/named_pipe.py
+${PYSITELIB}/streamlink/utils/times.py
${PYSITELIB}/streamlink_cli/__init__.py
${PYSITELIB}/streamlink_cli/__init__.pyo
${PYSITELIB}/streamlink_cli/__init__.pyc
Index: pkgsrc/multimedia/streamlink/distinfo
diff -u pkgsrc/multimedia/streamlink/distinfo:1.11 pkgsrc/multimedia/streamlink/distinfo:1.12
--- pkgsrc/multimedia/streamlink/distinfo:1.11 Thu Apr 12 07:11:00 2018
+++ pkgsrc/multimedia/streamlink/distinfo Sun Jul 22 19:22:16 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/04/12 07:11:00 maya Exp $
+$NetBSD: distinfo,v 1.12 2018/07/22 19:22:16 maya Exp $
-SHA1 (streamlink-0.11.0.tar.gz) = a3b5e7ba63848bea28b9302341894ecc996cdc92
-RMD160 (streamlink-0.11.0.tar.gz) = 454405ff084cce2524d38f7be13f9f28bbcd8818
-SHA512 (streamlink-0.11.0.tar.gz) = a62e906f7b37c9cd33ce5e7d5d84bfee9fa8ca5ddd4699e4985ed932147a346188026fd868b30e6b26ce6b5806217f838bbf8191074f9b0271dd87aaee501f7f
-Size (streamlink-0.11.0.tar.gz) = 30718822 bytes
+SHA1 (streamlink-0.14.2.tar.gz) = d2b740066eb7fa210891148cfb111acb9986b722
+RMD160 (streamlink-0.14.2.tar.gz) = df8baa35c94784afbe52431a573e71d4dac24da6
+SHA512 (streamlink-0.14.2.tar.gz) = c89ffc72c88139c50d77f166d469f64593a98b290cbbb64e1feee5b147f4e4f9fc32f08afe313cad6179be4540a4bf1519af87328ec5e69652c46c3ef6a2d0f8
+Size (streamlink-0.14.2.tar.gz) = 30792461 bytes
Home |
Main Index |
Thread Index |
Old Index