Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3F22C7A1C0 for ; Thu, 27 Apr 2017 16:02:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A395F84DB9; Thu, 27 Apr 2017 16:02:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3455884DA2 for ; Thu, 27 Apr 2017 16:02:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id E_Tc3CcsZQPs for ; Thu, 27 Apr 2017 16:02:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2A1C484CE2 for ; Thu, 27 Apr 2017 16:02:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 253ADFBE4; Thu, 27 Apr 2017 16:02:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493308950260640" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 16:02:30 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/multimedia/streamlink To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170427160230.253ADFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493308950260640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu Apr 27 16:02:30 UTC 2017 Modified Files: pkgsrc/multimedia/streamlink: Makefile PLIST distinfo Log Message: streamlink: update to 0.5.0 note about release notes: py-crypto can be used as an alternative to py-cryptodome, it isn't a missing dependency. Lot's of contributions since the last release. As always, lot's of updating to plugins! One of the new features is the addition of Google Drive / Google Docs, you can now stream videos stored on Google Docs. We've also gone ahead and removed dead plugins (sites which have gone down) as well as added pycrypto as a dependency for future plugins. Again, many thanks for those who have contributed! If you think that this application is helpful, please consider supporting the maintainers by donating. Thank you very much! :: CallMeJuf (2): Aliez plugin now accepts any TLD (#696) New Periscope URL #748 Daniel Draper (2): More robust url regex for bigo plugin. More robust url regex for bigo plugin, added unittest Josip Ponjavic (4): fix vaugnlive info_url Update archlinux installation instructions and maintainer info setup: choose pycrypto as a dependency using an environment variable Add info about pycrypto and pycountry variables to install doc Mohamed El Morabity (1): plugins.pluzz: fix SWF player URL search to bring back HDS stream support (#679) back-to (5): plugins.camsoda Added support for camsoda.com plugins.canlitv - Added new plugin canlitv Removed dead plugins (#702) plugins.camsoda - Added tests and small update for the plugin plugins.garena - Added new plugin garena beardypig (11): plugins.bbciplayer: add support for BBC iPlayer live and VOD plugins.vaughnlive: updated player version and info URL plugins.vaughnlive: search for player version, etc in the swf file plugins.beam: add support for VOD and HLS streams for live (#694) plugins.bbciplayer: add support for HLS streams utils.l10n: use default locale if the system returns an invalid locale plugins.dailymotion: play the featured video from channel pages plugins.rtve: support for avi/mov VOD streams plugins.googledocs: plugin to support playing videos stored on google docs plugins.googledocs: updated the url regex and added a status check plugins.googledrive: add googledrive support steven7851 (3): plugins.17media: Add support for HTTP stream plugins.17media: fix rtmp stream plugins.douyutv: support vod (#706) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/streamlink/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/streamlink/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/streamlink/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493308950260640 Content-Disposition: inline Content-Length: 10578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/streamlink/Makefile diff -u pkgsrc/multimedia/streamlink/Makefile:1.8 pkgsrc/multimedia/streamlink/Makefile:1.9 --- pkgsrc/multimedia/streamlink/Makefile:1.8 Tue Mar 21 14:46:33 2017 +++ pkgsrc/multimedia/streamlink/Makefile Thu Apr 27 16:02:29 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/03/21 14:46:33 maya Exp $ +# $NetBSD: Makefile,v 1.9 2017/04/27 16:02:29 maya Exp $ -DISTNAME= streamlink-0.4.0 +DISTNAME= streamlink-0.5.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/multimedia/streamlink/PLIST diff -u pkgsrc/multimedia/streamlink/PLIST:1.6 pkgsrc/multimedia/streamlink/PLIST:1.7 --- pkgsrc/multimedia/streamlink/PLIST:1.6 Tue Mar 21 14:46:33 2017 +++ pkgsrc/multimedia/streamlink/PLIST Thu Apr 27 16:02:29 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2017/03/21 14:46:33 maya Exp $ +@comment $NetBSD: PLIST,v 1.7 2017/04/27 16:02:29 maya Exp $ bin/streamlink ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -112,8 +112,10 @@ ${PYSITELIB}/streamlink/plugins/afreecat ${PYSITELIB}/streamlink/plugins/afreecatv.pyc ${PYSITELIB}/streamlink/plugins/aftonbladet.pyo ${PYSITELIB}/streamlink/plugins/aftonbladet.pyc -${PYSITELIB}/streamlink/plugins/alieztv.pyo -${PYSITELIB}/streamlink/plugins/alieztv.pyc +${PYSITELIB}/streamlink/plugins/aliez.pyo +${PYSITELIB}/streamlink/plugins/aliez.pyc +${PYSITELIB}/streamlink/plugins/aljazeeraen.pyo +${PYSITELIB}/streamlink/plugins/aljazeeraen.pyc ${PYSITELIB}/streamlink/plugins/animelab.pyo ${PYSITELIB}/streamlink/plugins/animelab.pyc ${PYSITELIB}/streamlink/plugins/antenna.pyo @@ -132,6 +134,8 @@ ${PYSITELIB}/streamlink/plugins/azubutv. ${PYSITELIB}/streamlink/plugins/azubutv.pyc ${PYSITELIB}/streamlink/plugins/bambuser.pyo ${PYSITELIB}/streamlink/plugins/bambuser.pyc +${PYSITELIB}/streamlink/plugins/bbciplayer.pyo +${PYSITELIB}/streamlink/plugins/bbciplayer.pyc ${PYSITELIB}/streamlink/plugins/beam.pyo ${PYSITELIB}/streamlink/plugins/beam.pyc ${PYSITELIB}/streamlink/plugins/beattv.pyo @@ -140,14 +144,18 @@ ${PYSITELIB}/streamlink/plugins/bigo.pyo ${PYSITELIB}/streamlink/plugins/bigo.pyc ${PYSITELIB}/streamlink/plugins/bilibili.pyo ${PYSITELIB}/streamlink/plugins/bilibili.pyc -${PYSITELIB}/streamlink/plugins/bliptv.pyo -${PYSITELIB}/streamlink/plugins/bliptv.pyc ${PYSITELIB}/streamlink/plugins/bongacams.pyo ${PYSITELIB}/streamlink/plugins/bongacams.pyc +${PYSITELIB}/streamlink/plugins/brightcove.pyo +${PYSITELIB}/streamlink/plugins/brightcove.pyc ${PYSITELIB}/streamlink/plugins/btv.pyo ${PYSITELIB}/streamlink/plugins/btv.pyc +${PYSITELIB}/streamlink/plugins/camsoda.pyo +${PYSITELIB}/streamlink/plugins/camsoda.pyc ${PYSITELIB}/streamlink/plugins/canalplus.pyo ${PYSITELIB}/streamlink/plugins/canalplus.pyc +${PYSITELIB}/streamlink/plugins/canlitv.pyo +${PYSITELIB}/streamlink/plugins/canlitv.pyc ${PYSITELIB}/streamlink/plugins/cdnbg.pyo ${PYSITELIB}/streamlink/plugins/cdnbg.pyc ${PYSITELIB}/streamlink/plugins/ceskatelevize.pyo @@ -170,6 +178,8 @@ ${PYSITELIB}/streamlink/plugins/dailymot ${PYSITELIB}/streamlink/plugins/dailymotion.pyc ${PYSITELIB}/streamlink/plugins/daisuki.pyo ${PYSITELIB}/streamlink/plugins/daisuki.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 @@ -208,12 +218,14 @@ ${PYSITELIB}/streamlink/plugins/funimati ${PYSITELIB}/streamlink/plugins/funimationnow.pyc ${PYSITELIB}/streamlink/plugins/furstream.pyo ${PYSITELIB}/streamlink/plugins/furstream.pyc -${PYSITELIB}/streamlink/plugins/gaminglive.pyo -${PYSITELIB}/streamlink/plugins/gaminglive.pyc +${PYSITELIB}/streamlink/plugins/garena.pyo +${PYSITELIB}/streamlink/plugins/garena.pyc ${PYSITELIB}/streamlink/plugins/gomexp.pyo ${PYSITELIB}/streamlink/plugins/gomexp.pyc ${PYSITELIB}/streamlink/plugins/goodgame.pyo ${PYSITELIB}/streamlink/plugins/goodgame.pyc +${PYSITELIB}/streamlink/plugins/googledrive.pyo +${PYSITELIB}/streamlink/plugins/googledrive.pyc ${PYSITELIB}/streamlink/plugins/gulli.pyo ${PYSITELIB}/streamlink/plugins/gulli.pyc ${PYSITELIB}/streamlink/plugins/hitbox.pyo @@ -230,22 +242,16 @@ ${PYSITELIB}/streamlink/plugins/itvplaye ${PYSITELIB}/streamlink/plugins/itvplayer.pyc ${PYSITELIB}/streamlink/plugins/kanal7.pyo ${PYSITELIB}/streamlink/plugins/kanal7.pyc -${PYSITELIB}/streamlink/plugins/letontv.pyo -${PYSITELIB}/streamlink/plugins/letontv.pyc ${PYSITELIB}/streamlink/plugins/livecodingtv.pyo ${PYSITELIB}/streamlink/plugins/livecodingtv.pyc ${PYSITELIB}/streamlink/plugins/liveme.pyo ${PYSITELIB}/streamlink/plugins/liveme.pyc -${PYSITELIB}/streamlink/plugins/livestation.pyo -${PYSITELIB}/streamlink/plugins/livestation.pyc ${PYSITELIB}/streamlink/plugins/livestream.pyo ${PYSITELIB}/streamlink/plugins/livestream.pyc ${PYSITELIB}/streamlink/plugins/media_ccc_de.pyo ${PYSITELIB}/streamlink/plugins/media_ccc_de.pyc ${PYSITELIB}/streamlink/plugins/mediaklikk.pyo ${PYSITELIB}/streamlink/plugins/mediaklikk.pyc -${PYSITELIB}/streamlink/plugins/meerkat.pyo -${PYSITELIB}/streamlink/plugins/meerkat.pyc ${PYSITELIB}/streamlink/plugins/mips.pyo ${PYSITELIB}/streamlink/plugins/mips.pyc ${PYSITELIB}/streamlink/plugins/mitele.pyo @@ -366,12 +372,8 @@ ${PYSITELIB}/streamlink/plugins/ustreamt ${PYSITELIB}/streamlink/plugins/ustreamtv.pyc ${PYSITELIB}/streamlink/plugins/vaughnlive.pyo ${PYSITELIB}/streamlink/plugins/vaughnlive.pyc -${PYSITELIB}/streamlink/plugins/veetle.pyo -${PYSITELIB}/streamlink/plugins/veetle.pyc ${PYSITELIB}/streamlink/plugins/vgtv.pyo ${PYSITELIB}/streamlink/plugins/vgtv.pyc -${PYSITELIB}/streamlink/plugins/viagame.pyo -${PYSITELIB}/streamlink/plugins/viagame.pyc ${PYSITELIB}/streamlink/plugins/viasat.pyo ${PYSITELIB}/streamlink/plugins/viasat.pyc ${PYSITELIB}/streamlink/plugins/viasat_embed.pyo @@ -398,7 +400,8 @@ ${PYSITELIB}/streamlink/plugins/adultswi ${PYSITELIB}/streamlink/plugins/afreeca.py ${PYSITELIB}/streamlink/plugins/afreecatv.py ${PYSITELIB}/streamlink/plugins/aftonbladet.py -${PYSITELIB}/streamlink/plugins/alieztv.py +${PYSITELIB}/streamlink/plugins/aliez.py +${PYSITELIB}/streamlink/plugins/aljazeeraen.py ${PYSITELIB}/streamlink/plugins/animelab.py ${PYSITELIB}/streamlink/plugins/antenna.py ${PYSITELIB}/streamlink/plugins/app17.py @@ -408,14 +411,17 @@ ${PYSITELIB}/streamlink/plugins/artetv.p ${PYSITELIB}/streamlink/plugins/atresplayer.py ${PYSITELIB}/streamlink/plugins/azubutv.py ${PYSITELIB}/streamlink/plugins/bambuser.py +${PYSITELIB}/streamlink/plugins/bbciplayer.py ${PYSITELIB}/streamlink/plugins/beam.py ${PYSITELIB}/streamlink/plugins/beattv.py ${PYSITELIB}/streamlink/plugins/bigo.py ${PYSITELIB}/streamlink/plugins/bilibili.py -${PYSITELIB}/streamlink/plugins/bliptv.py ${PYSITELIB}/streamlink/plugins/bongacams.py +${PYSITELIB}/streamlink/plugins/brightcove.py ${PYSITELIB}/streamlink/plugins/btv.py +${PYSITELIB}/streamlink/plugins/camsoda.py ${PYSITELIB}/streamlink/plugins/canalplus.py +${PYSITELIB}/streamlink/plugins/canlitv.py ${PYSITELIB}/streamlink/plugins/cdnbg.py ${PYSITELIB}/streamlink/plugins/ceskatelevize.py ${PYSITELIB}/streamlink/plugins/chaturbate.py @@ -427,6 +433,7 @@ ${PYSITELIB}/streamlink/plugins/crunchyr ${PYSITELIB}/streamlink/plugins/cybergame.py ${PYSITELIB}/streamlink/plugins/dailymotion.py ${PYSITELIB}/streamlink/plugins/daisuki.py +${PYSITELIB}/streamlink/plugins/deutschewelle.py ${PYSITELIB}/streamlink/plugins/dingittv.py ${PYSITELIB}/streamlink/plugins/disney_de.py ${PYSITELIB}/streamlink/plugins/dmcloud.py @@ -446,9 +453,10 @@ ${PYSITELIB}/streamlink/plugins/filmon_u ${PYSITELIB}/streamlink/plugins/foxtr.py ${PYSITELIB}/streamlink/plugins/funimationnow.py ${PYSITELIB}/streamlink/plugins/furstream.py -${PYSITELIB}/streamlink/plugins/gaminglive.py +${PYSITELIB}/streamlink/plugins/garena.py ${PYSITELIB}/streamlink/plugins/gomexp.py ${PYSITELIB}/streamlink/plugins/goodgame.py +${PYSITELIB}/streamlink/plugins/googledrive.py ${PYSITELIB}/streamlink/plugins/gulli.py ${PYSITELIB}/streamlink/plugins/hitbox.py ${PYSITELIB}/streamlink/plugins/huajiao.py @@ -457,14 +465,11 @@ ${PYSITELIB}/streamlink/plugins/huya.py ${PYSITELIB}/streamlink/plugins/ine.py ${PYSITELIB}/streamlink/plugins/itvplayer.py ${PYSITELIB}/streamlink/plugins/kanal7.py -${PYSITELIB}/streamlink/plugins/letontv.py ${PYSITELIB}/streamlink/plugins/livecodingtv.py ${PYSITELIB}/streamlink/plugins/liveme.py -${PYSITELIB}/streamlink/plugins/livestation.py ${PYSITELIB}/streamlink/plugins/livestream.py ${PYSITELIB}/streamlink/plugins/media_ccc_de.py ${PYSITELIB}/streamlink/plugins/mediaklikk.py -${PYSITELIB}/streamlink/plugins/meerkat.py ${PYSITELIB}/streamlink/plugins/mips.py ${PYSITELIB}/streamlink/plugins/mitele.py ${PYSITELIB}/streamlink/plugins/mlgtv.py @@ -525,9 +530,7 @@ ${PYSITELIB}/streamlink/plugins/tvrplus. ${PYSITELIB}/streamlink/plugins/twitch.py ${PYSITELIB}/streamlink/plugins/ustreamtv.py ${PYSITELIB}/streamlink/plugins/vaughnlive.py -${PYSITELIB}/streamlink/plugins/veetle.py ${PYSITELIB}/streamlink/plugins/vgtv.py -${PYSITELIB}/streamlink/plugins/viagame.py ${PYSITELIB}/streamlink/plugins/viasat.py ${PYSITELIB}/streamlink/plugins/viasat_embed.py ${PYSITELIB}/streamlink/plugins/vidio.py Index: pkgsrc/multimedia/streamlink/distinfo diff -u pkgsrc/multimedia/streamlink/distinfo:1.7 pkgsrc/multimedia/streamlink/distinfo:1.8 --- pkgsrc/multimedia/streamlink/distinfo:1.7 Tue Mar 21 14:46:33 2017 +++ pkgsrc/multimedia/streamlink/distinfo Thu Apr 27 16:02:29 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/03/21 14:46:33 maya Exp $ +$NetBSD: distinfo,v 1.8 2017/04/27 16:02:29 maya Exp $ -SHA1 (streamlink-0.4.0.tar.gz) = 21b180ec8694799b2a11ba7741fd87efa4229df3 -RMD160 (streamlink-0.4.0.tar.gz) = bff28fbd58819a0e1178a406fa50fdcd45f473ff -SHA512 (streamlink-0.4.0.tar.gz) = 58a4110b1e6b20f0b05842ee8450a93d646d523a284cf60ad878b460b8e80081d78658f5abb67744609cfdd0a88ebbf97faf6453b2b53709f259e4f9cc093eed -Size (streamlink-0.4.0.tar.gz) = 30674625 bytes +SHA1 (streamlink-0.5.0.tar.gz) = f8990afb12f21f131523c843935ec85e3018cb8d +RMD160 (streamlink-0.5.0.tar.gz) = 7199aa20445137d3b4f68c9e69475d8761d84ca8 +SHA512 (streamlink-0.5.0.tar.gz) = f0589d59f2eadb638c3227b99ecada946d086261f4b0171ca2f9913fef3e39b21f9512b20ff554709812c6a2c975530b05a0b67b45cc00c4a80a82cbf12d2398 +Size (streamlink-0.5.0.tar.gz) = 30682948 bytes --_----------=_1493308950260640--