pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/streamlink streamlink: update to 0.14.2, ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9895c212fe2b
branches:  trunk
changeset: 310737:9895c212fe2b
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Jul 22 19:22:16 2018 +0000

description:
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/

diffstat:

 multimedia/streamlink/Makefile |   12 +++-
 multimedia/streamlink/PLIST    |  110 +++++++++++++++++++++++++++++-----------
 multimedia/streamlink/distinfo |   10 +-
 3 files changed, 93 insertions(+), 39 deletions(-)

diffs (truncated from 503 to 300 lines):

diff -r c8cbeed96145 -r 9895c212fe2b multimedia/streamlink/Makefile
--- a/multimedia/streamlink/Makefile    Sun Jul 22 10:16:23 2018 +0000
+++ b/multimedia/streamlink/Makefile    Sun Jul 22 19:22:16 2018 +0000
@@ -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 @@
 
 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}
 
diff -r c8cbeed96145 -r 9895c212fe2b multimedia/streamlink/PLIST
--- a/multimedia/streamlink/PLIST       Sun Jul 22 10:16:23 2018 +0000
+++ b/multimedia/streamlink/PLIST       Sun Jul 22 19:22:16 2018 +0000
@@ -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}/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.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/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.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.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/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/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.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.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/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/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/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.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/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.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.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.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/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/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/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.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.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.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/aljazeeraen.py
 ${PYSITELIB}/streamlink/plugins/animelab.py
 ${PYSITELIB}/streamlink/plugins/antenna.py



Home | Main Index | Thread Index | Old Index