summaryrefslogtreecommitdiff
path: root/net/get_iplayer
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-12-06 00:11:47 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-12-06 00:11:47 +0000
commit1ad7f8f4c5dbfcacfb3a46897eaad0496cab749c (patch)
tree1d639a5594191d16a1b96b09b482d4143bffc4ec /net/get_iplayer
parentc455a8dad68c47673985eb035911a1cf4b6f3895 (diff)
downloadpkgsrc-1ad7f8f4c5dbfcacfb3a46897eaad0496cab749c.tar.gz
Update get_iplayer to 3.07
Highlights: * get_iplayer no longer lists all programmes when invoked without a search argument. If you wish to list all programmes, you must now explicitly specify a wildcard search: get_iplayer ".*" - note the quotes. The Web PVR Manager does that by default. Also remember to use --refresh for ad hoc cache updates. * get_iplayer no longer automatically attempts to add higher-quality audio to "hls" mode downloads (functionality introduced in v3.03). Some output files were being produced with audio and video out of sync. get_iplayer should never produce output worse that what is offered by iPlayer, so that functionality is now optional. Use the new --hls-hq-audio option to enable it, and heed the warning that you may need to edit your output files to sync audio and video. The --no-hq-audio option is now ignored and will be removed in the next release. If you added it to your preferences, remove it now with get_iplayer --prefs-del --no-hq-audio. (@notnac) * Added --audio-only option to download only the audio stream for a TV programme. It is intended to enable users with visual impairments to skip downloading the video stream for programmes with audio description, but it can be used for any programme. It does not work with "hls" modes, however, so do not try to use it with --tvmode=hlshd, for example. Use of --audio-only also enables --force so that you can re-download a different audio track for a previously-downloaded TV programme. That will also produce an additional entry in your download history for the audio file. Audio-only downloads produce .m4a files. * Web PVR: Updated to support HTTPS URLs for Quick URL recording. The BBC has begun redirecting iPlayer episode pages to secure equivalents, and Web PVR limitations have required changing "https:" to "http:" for pages used in the Quick URL box. This did not affect the CLI or recording from search results in Web PVR. * Added support for World Service programme PIDs beginning with "w". These WS programmes released since 11 Aug could not be downloaded because their PIDs were not recognised by get_iplayer. https://github.com/get-iplayer/get_iplayer/wiki/releasenotes
Diffstat (limited to 'net/get_iplayer')
-rw-r--r--net/get_iplayer/Makefile5
-rw-r--r--net/get_iplayer/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/net/get_iplayer/Makefile b/net/get_iplayer/Makefile
index 9fb5a9105cb..7dfa6d51893 100644
--- a/net/get_iplayer/Makefile
+++ b/net/get_iplayer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/05/17 14:39:38 prlw1 Exp $
+# $NetBSD: Makefile,v 1.10 2017/12/06 00:11:47 prlw1 Exp $
-DISTNAME= get_iplayer-3.01
+DISTNAME= get_iplayer-3.07
CATEGORIES= net multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=get-iplayer/}
@@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v3
GITHUB_TAG= v${PKGVERSION_NOREV}
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+= p5-Mojolicious>=6.0:../../www/p5-Mojolicious
diff --git a/net/get_iplayer/distinfo b/net/get_iplayer/distinfo
index 4a5c7d12f43..97cacf4beb6 100644
--- a/net/get_iplayer/distinfo
+++ b/net/get_iplayer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/05/17 14:39:38 prlw1 Exp $
+$NetBSD: distinfo,v 1.8 2017/12/06 00:11:47 prlw1 Exp $
-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
+SHA1 (get_iplayer-3.07.tar.gz) = 389b6607f09a3085f6b14883fa6276ddb954fcf5
+RMD160 (get_iplayer-3.07.tar.gz) = 268b46c8348d77d5dddcf50d8c159787d849d747
+SHA512 (get_iplayer-3.07.tar.gz) = 1952726a18ea016c08719627de5c30d8be134ee61ea4b04ec935d753d54ef29ca4e9a29d02baa59148c9def8952d1dcfb86a18d059145b4d8365ccedc370b3eb
+Size (get_iplayer-3.07.tar.gz) = 135556 bytes