Received: by mail.netbsd.org (Postfix, from userid 605) id C8E6584DA2; Mon, 29 Jun 2020 15:06:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D4BF84D9E for ; Mon, 29 Jun 2020 15:06:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IGs9kdanOuMF for ; Mon, 29 Jun 2020 15:06:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D81884D9D for ; Mon, 29 Jun 2020 15:06:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77B81FB28; Mon, 29 Jun 2020 15:06:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593443198123130" MIME-Version: 1.0 Date: Mon, 29 Jun 2020 15:06:38 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/get_iplayer To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200629150638.77B81FB28@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. --_----------=_1593443198123130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Jun 29 15:06:38 UTC 2020 Modified Files: pkgsrc/net/get_iplayer: Makefile distinfo Log Message: get_iplayer: Update to 3.26 get_iplayer 3.26 Release Notes Changes in 3.26 * Restored download of programme credits - broken by BBC changes. * Restored channel names to --pid-recursive-list output - broken by BBC changes. * Restored subtitle colours - broken by BBC changes. * Media streams mislabelled as belonging to the defunct BBC Store are no longer ignored - a few may contain valid content. * Fixed hash initialisation in Pvr class (@praxilian) * Added new --cuesheet-offset option (synonym: --tracklist-offset) that can be used to apply a positive or negative offset to track times in cue sheet or track list. If you find track times off by a consistent amount after download, use --cuesheet-only with --cuesheet-offset= or --tracklist-only with --tracklist-offset= (where n = offset in seconds) to generate a new cue sheet or track list with adjusted track times. * The default value of the --thumbnail-size option is now 1920, which downloads a 1920x1080 image. The previous default was 192, which downloaded a 192x108 image. This larger default size should work better on TVs and larger devices, but it will still scale down for smaller devices and media manager software. * If you have added --thumbnail-size to your preferences, it will continue to be used. * This change will add ~200KB to the size of tagged output files, compared to the previous default. * If you wish to restore the previous default thumbnail size: get_iplayer --prefs-add --thumbnail-size=192 * Thumbnail size is now automatically limited to 1280 when --thumbnail-square is used, in order to avoid distorted images. * The @wrt atom in metadata tags (iTunes: Composer field) is now set to "BBC Sounds" for radio programmes. The value is still set to "BBC iPlayer" for TV programmes. * The --tag-utf8 option is now ignored and will be removed in the next release. It hasn't served any useful purpose for some time. To remove it from your preferences if necessary: get_iplayer --prefs-del --tag-utf8 * The minimum version of Perl nominally required for get_iplayer is now 5.16, in line with recent changes in requirements for the Mojolicious module. This requirement is not yet enforced in get_iplayer code since some combinations of older Perl and Mojolicious versions will still work. This only concerns Linux users doing manual installations, and who for some reason attempt to install new versions of Mojolicious with obsolete versions of Perl, so it is unlikely to apply to you. * get_iplayer previously allowed a PVR run to continue even if the previous run might still be active, as long as 12 hours had elapsed since the previous run was launched, on the presumption that after 12 hours the previous run must be hung. That is no longer the case. * If an invalid (e.g., due to disk write error) PVR lockfile is found, get_iplayer deletes the lockfile and exits with an error and an instruction for you to check if get_iplayer PVR is already running before restarting. * If a valid PVR lockfile is found and the previous run is still active, get_iplayer will now always exit with an error regardless of whether or not 12 hours has elapsed. It now prints the process ID associated with the running PVR so that you can check the process status if necessary. * get_iplayer is not prone to hanging as it sometimes was when it relied on rtmpdump and ffmpeg for downloading, so this change should have little effect on you. One possible exception is if you try to use get_iplayer in Windows Subsystem for Linux v1 (WSL 1), where AtomicParsley always hangs and thus hangs every PVR run. Don't use get_iplayer on WSL 1. AtomicParsley does work with WSL 2. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/get_iplayer/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/get_iplayer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593443198123130 Content-Disposition: inline Content-Length: 1921 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/get_iplayer/Makefile diff -u pkgsrc/net/get_iplayer/Makefile:1.19 pkgsrc/net/get_iplayer/Makefile:1.20 --- pkgsrc/net/get_iplayer/Makefile:1.19 Sun Apr 12 23:59:42 2020 +++ pkgsrc/net/get_iplayer/Makefile Mon Jun 29 15:06:38 2020 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.19 2020/04/12 23:59:42 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2020/06/29 15:06:38 nia Exp $ -DISTNAME= get_iplayer-3.25 +DISTNAME= get_iplayer-3.26 CATEGORIES= net multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=get-iplayer/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/get-iplayer/${GITHUB_PROJECT} +HOMEPAGE= https://github.com/get-iplayer/get_iplayer COMMENT= Search, index, record or stream BBC iPlayer broadcasts LICENSE= gnu-gpl-v3 Index: pkgsrc/net/get_iplayer/distinfo diff -u pkgsrc/net/get_iplayer/distinfo:1.16 pkgsrc/net/get_iplayer/distinfo:1.17 --- pkgsrc/net/get_iplayer/distinfo:1.16 Sun Feb 2 20:03:04 2020 +++ pkgsrc/net/get_iplayer/distinfo Mon Jun 29 15:06:38 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/02/02 20:03:04 nia Exp $ +$NetBSD: distinfo,v 1.17 2020/06/29 15:06:38 nia Exp $ -SHA1 (get_iplayer-3.25.tar.gz) = 324332cdf3504c1edd92425727e63d14f62cd58d -RMD160 (get_iplayer-3.25.tar.gz) = 1d5b149abd3209a67b2dd870d473609e91caf5d6 -SHA512 (get_iplayer-3.25.tar.gz) = a66b97aa6ba9e22769b2d634ce5a1feabc33304a54fc79eeca9aa2aa7a56ec82923023f2fb1a844e32fbcba23f47f9dfb9cfdf0a63f9fc8b037e4e3c5371e314 -Size (get_iplayer-3.25.tar.gz) = 146625 bytes +SHA1 (get_iplayer-3.26.tar.gz) = c31ab48f1e6d5c792c94175abb3dfb639869f72e +RMD160 (get_iplayer-3.26.tar.gz) = 313a06b2550ea7b438d96b0f352b0e7548affc12 +SHA512 (get_iplayer-3.26.tar.gz) = ae961ea02c7fe3ea3974817b5b4c7bd2ad4e0d78a927afaf72b519138200f4dcde91b5f59afb4d36ecaaa5cccc8e1ad5925bea3c7cbb303dbea0afc85cfee68d +Size (get_iplayer-3.26.tar.gz) = 148415 bytes --_----------=_1593443198123130--