Update get_iplayer to 3.01
* Fix "Segment not available from server" errors * The --cache-init option. Use --cache-rebuild instead when upgrading. * The SRT subtitles produced by get_iplayer now include <font> tags to preserve the colour information from the TTML originals. * get_iplayer now supports the BBC "bidi" CDN, so additional streams are available for TV programmes. * hvf modes (the default) for TV programmes will now produce files with 320k audio, if available. 320k audio is not available for hls or dvf modes. Full release notes available fromt: https://github.com/get-iplayer/get_iplayer/wiki/release301
This commit is contained in:
parent
b95af1d1d9
commit
508c3f9150
2 changed files with 9 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2016/11/18 09:58:53 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2017/05/17 14:39:38 prlw1 Exp $
|
||||
|
||||
DISTNAME= get_iplayer-2.97
|
||||
DISTNAME= get_iplayer-3.01
|
||||
CATEGORIES= net multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=get-iplayer/}
|
||||
|
||||
|
@ -11,13 +11,10 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
DEPENDS+= p5-HTML-Parser>=3.0:../../www/p5-HTML-Parser
|
||||
DEPENDS+= p5-HTTP-Cookies>=6.0:../../www/p5-HTTP-Cookies
|
||||
DEPENDS+= p5-HTTP-Date>=6.0:../../www/p5-HTTP-Date
|
||||
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
|
||||
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
||||
DEPENDS+= p5-libwww>=6.0:../../www/p5-libwww
|
||||
DEPENDS+= rtmpdump>=1.8:../../net/rtmpdump
|
||||
DEPENDS+= flvstreamer>=1.8:../../multimedia/flvstreamer
|
||||
DEPENDS+= p5-Mojolicious>=6.0:../../www/p5-Mojolicious
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
NO_BUILD= yes
|
||||
|
@ -31,7 +28,6 @@ SUBST_CLASSES+= paths
|
|||
SUBST_STAGE.paths= pre-configure
|
||||
SUBST_FILES.paths= get_iplayer
|
||||
SUBST_SED.paths= -e "s:/etc/get_iplayer:${PKG_SYSCONFDIR}:g"
|
||||
SUBST_SED.paths+= -e "s:/usr/share/get_iplayer:${PREFIX}/share/get_iplayer:g"
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/get_iplayer ${DESTDIR}${PREFIX}/bin/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2016/11/18 09:58:53 jperkin Exp $
|
||||
$NetBSD: distinfo,v 1.7 2017/05/17 14:39:38 prlw1 Exp $
|
||||
|
||||
SHA1 (get_iplayer-2.97.tar.gz) = 7f3518c4460da8232c178645345a1e5cbbb072eb
|
||||
RMD160 (get_iplayer-2.97.tar.gz) = 60e554d5497af382d9dbc158133e5cc69f46f46f
|
||||
SHA512 (get_iplayer-2.97.tar.gz) = 6e3da97393e5b1bda6e4e9b3d3ca57cc5ae4bce46fd6ff538248fe9ac541a1ba6c6c204a89b8e8d5902e677c1e8fc451af21364c7a2a4e1c73b11db9399b6a28
|
||||
Size (get_iplayer-2.97.tar.gz) = 173532 bytes
|
||||
SHA1 (get_iplayer-3.01.tar.gz) = 8e1a455e1aafa54d6f8400953cca607b5c2f9740
|
||||
RMD160 (get_iplayer-3.01.tar.gz) = 64e0548d04cc2bf6268ac583f80dec84937f6760
|
||||
SHA512 (get_iplayer-3.01.tar.gz) = 46886db23145590a4eaeac9ed07c2a0db447bf606e24ff26b1b80f50031a38c43612b43405a993afd97e257e4ed71440f2a430b29119572950a09cca3c6099a4
|
||||
Size (get_iplayer-3.01.tar.gz) = 141196 bytes
|
||||
|
|
Loading…
Reference in a new issue