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:   abs
Date:           Mon Oct 13 12:14:46 UTC 2025

Modified Files:
        pkgsrc/net/get_iplayer: Makefile distinfo

Log Message:
Updated net/get_iplayer to 3.36

Changes in 3.36

- Fix: BBC One national schedule no longer exists on bbc.co.uk
  (thanks @JohnVeness)
- Fix: Using 'episode' as part of --fields omits Doctor Who episode
  "Rogue" from search results
- Fix: Thumbnails are 192x108 if download via search term, 1920x1080
  if download via pid
- Fix: Get_iplayer Throws Minor Error Due to BBC Discontinuing
  Radio 4 LW Schedules (thanks @nowster)
- Enh: Added --pid-recursive-channel, --pid-recursive-exclude-channel,
  --pid-recursive-exclude, --pid-recursive-search options for additional
  filtering of --pid-recursive episode lists. These may prove useful
  in winnowing episode lists for anthology series. Check filtering
  before download with --pid-recursive-list.

Notes

The BBC announced that from Spring 2025, non-UK listenters will no
longer be able to access BBC Sounds:

https://www.bbc.co.uk/sounds/help/questions/listening-outside-the-uk/outside-uk-changes

They will instead be directed to a new site (https://www.bbc.com/audio)
that will only provide audio-on-demand streams for BBC podcasts,
rather than the (nearly) full complement of AOD BBC radio programmes
currently available as 96k and 48k streams from outside the UK.

It is not yet known if get_iplayer will be able to access the
podcast streams on the new site once the switchover is complete.
It is also not yet known if get_iplayer will be able to index or
access radio programmes not packaged as podcasts from outside the
UK after the switchover.
Installation


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/get_iplayer/Makefile
cvs rdiff -u -r1.24 -r1.25 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.26 pkgsrc/net/get_iplayer/Makefile:1.27
--- pkgsrc/net/get_iplayer/Makefile:1.26        Thu Jul 18 08:43:32 2024
+++ pkgsrc/net/get_iplayer/Makefile     Mon Oct 13 12:14:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/07/18 08:43:32 prlw1 Exp $
+# $NetBSD: Makefile,v 1.27 2025/10/13 12:14:46 abs Exp $
 
-DISTNAME=      get_iplayer-3.35
+DISTNAME=      get_iplayer-3.36
 CATEGORIES=    net multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=get-iplayer/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/get_iplayer/distinfo
diff -u pkgsrc/net/get_iplayer/distinfo:1.24 pkgsrc/net/get_iplayer/distinfo:1.25
--- pkgsrc/net/get_iplayer/distinfo:1.24        Thu Jul 18 08:43:32 2024
+++ pkgsrc/net/get_iplayer/distinfo     Mon Oct 13 12:14:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/07/18 08:43:32 prlw1 Exp $
+$NetBSD: distinfo,v 1.25 2025/10/13 12:14:46 abs Exp $
 
-BLAKE2s (get_iplayer-3.35.tar.gz) = 82f0105d6de5ec5c774df06eb3b799b498cf9fe6b74a3eece542ef46e0712676
-SHA512 (get_iplayer-3.35.tar.gz) = a7f85dfbb372fd23877cafd77cb582fa1096b30ff62fd7ea35228d02aed4c4068350a6873445d3df0637bddfd8175e8130fcf8c8e518f4515f88cbbc57968203
-Size (get_iplayer-3.35.tar.gz) = 149783 bytes
+BLAKE2s (get_iplayer-3.36.tar.gz) = bb3f39ee1a6dcaca4852b0a75d8618a31d7f5c7cecc795d7875c5205728896ba
+SHA512 (get_iplayer-3.36.tar.gz) = 960db114a2c2edfff16765ef62a45eb18e55732f7ad8f8bbf1ea9d132eb5f39c784faa6ef818fd0bfc953ffa961b5fbb7b0c18af982de9564309cb4e0edb35f7
+Size (get_iplayer-3.36.tar.gz) = 150345 bytes



Home | Main Index | Thread Index | Old Index