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.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5a53ece457e
branches: trunk
changeset: 355237:d5a53ece457e
user: maya <maya%pkgsrc.org@localhost>
date: Sat Nov 26 14:15:57 2016 +0000
description:
streamlink: update to 0.1.0
A major update to Streamlink.
With this release, we include a Windows binary as well as numerous plugin changes and fixes.
The main features are:
Windows binary (and generation!) thanks to the fabulous work by @beardypig
Multiple plugin fixes
Remove unneeded run-as-root (no more warning you when you run as root, we trust that you know what you're doing)
Fix stream quality naming issue
Beardypig <beardypig%users.noreply.github.com@localhost> (13):
fix stream quality naming issue with py2 vs. py3, fixing #89 (#96)
updated connectcast plugin to support the new rtmp streams; fixes #93 (#95)
Fix for erroneous escape coding the livecoding plugin. Fixes #106 (#121)
TVPlayer.com: fix for 400 error, correctly set the platform parameter (#123)
Added a method to automatically determine the encoding when parsing JSON, if no encoding is provided. (#122)
when retry-streams and twitch-disable-hosting arguments are used the stream is retried until a non-hosted stream is found (#125)
plugins.goodgame: Update for API change (#130)
plugins.adultswim: added a new adultswim.com plugin (#139)
plugins.goodgame: restored DDOS protection cookie support (#136)
plugins.younow: update API url (#135)
plugins.euronew: update to support the new site (#141)
plugins.webtv: added a new plugin to support web.tv (#144)
plugins.connectcast: fix regex issue with python 3 (#152)
Brainzyy <Brainzyy%users.noreply.github.com@localhost> (1):
Add piczel.tv plugin (courtesy of @intact) (#114)
Charlie Drage <charlie%charliedrage.com@localhost> (1):
Update release scripts
Erk- <Erk-%users.noreply.github.com@localhost> (1):
Changed the twitch plugin to use https instead of http as discussed in #103 (#104)
Forrest <gravyboat%users.noreply.github.com@localhost> (2):
Modify the changelog link (#107)
Update cli to note a few windows issues (#108)
Simon Bernier St-Pierre <sbernierstpierre%gmail.com@localhost> (1):
change icon
Simon Bernier St-Pierre <sbstp%users.noreply.github.com@localhost> (1):
finish the installer (#98)
Stefan <stefan-github%yrden.de@localhost> (1):
Debian packaging base (#80)
Stefan <stefanhani%gmail.com@localhost> (1):
remove run-as-root option, reworded warning #85 (#109)
Weslly <weslly.honorato%gmail.com@localhost> (1):
Fixed afreecatv.com url matching (#90)
bastimeyer <mail%bastimeyer.de@localhost> (2):
Improve NSIS installer script
Remove shortcut from previous releases on Windows
beardypig <beardypig%users.noreply.github.com@localhost> (8):
plugins.cybergame: update to support changes to the live streams on the cybergame.tv website
Use pycryptodome inplace of pyCrypto
Automated build of the Windows NSIS installer
support for relative paths for rtmpdump
makeinstaller: install the streamlinkrc file in to the users %APPDATA% directory
remove references to livestreamer in the win32 config template
stream.rtmpdump: fixed the rtmpdump path issue, introduced in 6bf7fd7
pin requests to <2.12.0 to avoid the strict IDNA2008 validation
ethanhlc <ethanhlc%users.noreply.github.com@localhost> (1):
fixed instance of livestreamer (#99)
intact <intact.devel%gmail.com@localhost> (1):
plugins.livestream: Support old player urls
mmetak <mmetak%users.noreply.github.com@localhost> (2):
fix vaughnlive.tv info_url (#88)
fix vaughnlive.tv info_url (yet again...) (#143)
skulblakka <pascal.romahn%mailbox.org@localhost> (1):
Overworked Plugin for ZDF Mediathek (#154)
sqrt2 <sqrt2%users.noreply.github.com@localhost> (1):
Fix ORF TVthek plugin (#113)
tam1m <tam1m%users.noreply.github.com@localhost> (1):
Fix zdf_mediathek TypeError (#156)
diffstat:
multimedia/streamlink/Makefile | 4 ++--
multimedia/streamlink/PLIST | 14 +++++++++++++-
multimedia/streamlink/distinfo | 10 +++++-----
3 files changed, 20 insertions(+), 8 deletions(-)
diffs (76 lines):
diff -r 2d4d00c7d597 -r d5a53ece457e multimedia/streamlink/Makefile
--- a/multimedia/streamlink/Makefile Sat Nov 26 12:52:24 2016 +0000
+++ b/multimedia/streamlink/Makefile Sat Nov 26 14:15:57 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/10/19 09:07:25 maya Exp $
+# $NetBSD: Makefile,v 1.3 2016/11/26 14:15:57 maya Exp $
-DISTNAME= streamlink-0.0.2
+DISTNAME= streamlink-0.1.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/}
GITHUB_TAG= ${PKGVERSION_NOREV}
diff -r 2d4d00c7d597 -r d5a53ece457e multimedia/streamlink/PLIST
--- a/multimedia/streamlink/PLIST Sat Nov 26 12:52:24 2016 +0000
+++ b/multimedia/streamlink/PLIST Sat Nov 26 14:15:57 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/18 16:39:43 maya Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/11/26 14:15:57 maya Exp $
bin/streamlink
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -72,6 +72,9 @@
${PYSITELIB}/streamlink/packages/pbs.py
${PYSITELIB}/streamlink/packages/pbs.pyc
${PYSITELIB}/streamlink/packages/pbs.pyo
+${PYSITELIB}/streamlink/packages/shutil_which.py
+${PYSITELIB}/streamlink/packages/shutil_which.pyc
+${PYSITELIB}/streamlink/packages/shutil_which.pyo
${PYSITELIB}/streamlink/plugin/__init__.py
${PYSITELIB}/streamlink/plugin/__init__.pyc
${PYSITELIB}/streamlink/plugin/__init__.pyo
@@ -99,6 +102,9 @@
${PYSITELIB}/streamlink/plugins/__init__.py
${PYSITELIB}/streamlink/plugins/__init__.pyc
${PYSITELIB}/streamlink/plugins/__init__.pyo
+${PYSITELIB}/streamlink/plugins/adultswim.py
+${PYSITELIB}/streamlink/plugins/adultswim.pyc
+${PYSITELIB}/streamlink/plugins/adultswim.pyo
${PYSITELIB}/streamlink/plugins/afreeca.py
${PYSITELIB}/streamlink/plugins/afreeca.pyc
${PYSITELIB}/streamlink/plugins/afreeca.pyo
@@ -270,6 +276,9 @@
${PYSITELIB}/streamlink/plugins/picarto.py
${PYSITELIB}/streamlink/plugins/picarto.pyc
${PYSITELIB}/streamlink/plugins/picarto.pyo
+${PYSITELIB}/streamlink/plugins/piczel.py
+${PYSITELIB}/streamlink/plugins/piczel.pyc
+${PYSITELIB}/streamlink/plugins/piczel.pyo
${PYSITELIB}/streamlink/plugins/rtlxl.py
${PYSITELIB}/streamlink/plugins/rtlxl.pyc
${PYSITELIB}/streamlink/plugins/rtlxl.pyo
@@ -360,6 +369,9 @@
${PYSITELIB}/streamlink/plugins/wattv.py
${PYSITELIB}/streamlink/plugins/wattv.pyc
${PYSITELIB}/streamlink/plugins/wattv.pyo
+${PYSITELIB}/streamlink/plugins/webtv.py
+${PYSITELIB}/streamlink/plugins/webtv.pyc
+${PYSITELIB}/streamlink/plugins/webtv.pyo
${PYSITELIB}/streamlink/plugins/weeb.py
${PYSITELIB}/streamlink/plugins/weeb.pyc
${PYSITELIB}/streamlink/plugins/weeb.pyo
diff -r 2d4d00c7d597 -r d5a53ece457e multimedia/streamlink/distinfo
--- a/multimedia/streamlink/distinfo Sat Nov 26 12:52:24 2016 +0000
+++ b/multimedia/streamlink/distinfo Sat Nov 26 14:15:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/10/18 16:39:43 maya Exp $
+$NetBSD: distinfo,v 1.2 2016/11/26 14:15:57 maya Exp $
-SHA1 (streamlink-0.0.2.tar.gz) = 9c81a9cd03916ec1d4078466e51eb39233973b69
-RMD160 (streamlink-0.0.2.tar.gz) = 4ff562845ae0f72216aa4ae264fb3fbeec9c7a09
-SHA512 (streamlink-0.0.2.tar.gz) = 83da863aeedf7afcd5ba6bac9502200e4feaa39401ba894e1c8f9473f77da436363c576572bf714e2448972fbb92b890c2a144af0a52b4ab74cba8b74df50139
-Size (streamlink-0.0.2.tar.gz) = 880242 bytes
+SHA1 (streamlink-0.1.0.tar.gz) = 5b1594afc096feab1d37ad11c1e9284b7bd7f34e
+RMD160 (streamlink-0.1.0.tar.gz) = e843fed3b00a20114e3a9fe38e53c7ea1484c1a8
+SHA512 (streamlink-0.1.0.tar.gz) = 78b5bd9d35c2fc9c1d9fe3954b439e56cfee48f2b73a95a2c08a53c3a66143938ba162f2d2ba29c8af989565c920756cab605ae772d73828a3dd5a41fc6d30c2
+Size (streamlink-0.1.0.tar.gz) = 960622 bytes
Home |
Main Index |
Thread Index |
Old Index