1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

multimedia/get_iplayer: Update to 3.30

ChangeLog:
https://github.com/get-iplayer/get_iplayer/wiki/release330to339#release330

* Fixed a bug that produced audio-only downloads for some programmes when FHD
  quality was requested but no 1080p video was available.
* Progress display for FHD downloads only now iterates towards a closer
  approximation of final file size. FHD file size estimates shown with
  --info remain very inaccurate.

PR:	264349
Reported by:	jamie@catflap.org (maintainer)
This commit is contained in:
Jamie Landeg-Jones 2022-05-31 07:07:52 +02:00 committed by Fernando Apesteguía
parent c2d79ab19d
commit 4853d9cd4d
2 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= get_iplayer
PORTVERSION= 3.29
PORTVERSION= 3.30
DISTVERSIONPREFIX= v
CATEGORIES= multimedia net
@ -18,12 +18,14 @@ USES= perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= get-iplayer
USE_PERL5= run
SHEBANG_FILES= ${PORTNAME} ${PORTNAME}.cgi
NO_BUILD= yes
NO_ARCH= yes
USE_RC_SUBR= ${PORTNAME}
SHEBANG_FILES= ${PORTNAME} ${PORTNAME}.cgi
DATADIR= ${WWWDIR}
NO_ARCH= yes
NO_BUILD= yes
USERS= get_iplayer
GROUPS= get_iplayer
@ -31,7 +33,6 @@ SCRIPTS= ${PORTNAME} ${PORTNAME}.cgi
PLIST_FILES= bin/${PORTNAME} ${SCRIPTS:S,^,${WWWDIR_REL}/,} \
man/man1/${PORTNAME}.1.gz
DATADIR= ${WWWDIR}
PORTDOCS= CHANGELOG.md README.md
OPTIONS_DEFINE= DOCS FFMPEG ATOMICPARSLEY

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1644363231
SHA256 (get-iplayer-get_iplayer-v3.29_GH0.tar.gz) = 621ef2e13cfa1d6ba68a5d1b877b585fea85c321916cc50d44301e239cf3d606
SIZE (get-iplayer-get_iplayer-v3.29_GH0.tar.gz) = 148404
TIMESTAMP = 1653920090
SHA256 (get-iplayer-get_iplayer-v3.30_GH0.tar.gz) = 05a39d5447eecfc2f95a616bf8d4dcf59ca3b3a0ecda1f82882401e6d74e286c
SIZE (get-iplayer-get_iplayer-v3.30_GH0.tar.gz) = 148501