pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/get_iplayer



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Dec  6 00:11:47 UTC 2017

Modified Files:
        pkgsrc/net/get_iplayer: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/get_iplayer/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/get_iplayer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/get_iplayer/Makefile
diff -u pkgsrc/net/get_iplayer/Makefile:1.9 pkgsrc/net/get_iplayer/Makefile:1.10
--- pkgsrc/net/get_iplayer/Makefile:1.9 Wed May 17 14:39:38 2017
+++ pkgsrc/net/get_iplayer/Makefile     Wed Dec  6 00:11:47 2017
@@ -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
 

Index: pkgsrc/net/get_iplayer/distinfo
diff -u pkgsrc/net/get_iplayer/distinfo:1.7 pkgsrc/net/get_iplayer/distinfo:1.8
--- pkgsrc/net/get_iplayer/distinfo:1.7 Wed May 17 14:39:38 2017
+++ pkgsrc/net/get_iplayer/distinfo     Wed Dec  6 00:11:47 2017
@@ -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



Home | Main Index | Thread Index | Old Index