mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
multimedia/get_iplayer: Update to 3.27
PR: 254052 Submitted by: Jamie Landeg-Jones <jamie AT catflap DOT org> (maintainer)
This commit is contained in:
parent
1102e2eee1
commit
aaf022782c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567814
@ -1,13 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= get_iplayer
|
||||
PORTVERSION= 3.26
|
||||
PORTVERSION= 3.27
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia net
|
||||
|
||||
MAINTAINER= jamie@catflap.org
|
||||
COMMENT= Search, index, or stream archive video from BBC iPlayer
|
||||
COMMENT= Lists and records BBC iPlayer TV and BBC Sounds radio programmes.
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
@ -42,7 +41,7 @@ OPTIONS_DEFAULT= FFMPEG ATOMICPARSLEY
|
||||
FFMPEG_DESC= Enable file conversion using FFmpeg
|
||||
FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg
|
||||
ATOMICPARSLEY_DESC= Enable tagging of media files
|
||||
ATOMICPARSLEY_RUN_DEPENDS= atomicparsley>=0:multimedia/atomicparsley
|
||||
ATOMICPARSLEY_RUN_DEPENDS= AtomicParsley>=0:multimedia/atomicparsley
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "108,110c\\${.newline} \$$opt_cmdline->{getiplayer} = \"${PREFIX}/bin/${PORTNAME}\";" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1593606427
|
||||
SHA256 (get-iplayer-get_iplayer-v3.26_GH0.tar.gz) = 2ec105ccb47910d7f3ff7124ecaa839a8778837c12881358e627a132ba027b06
|
||||
SIZE (get-iplayer-get_iplayer-v3.26_GH0.tar.gz) = 148415
|
||||
TIMESTAMP = 1614175136
|
||||
SHA256 (get-iplayer-get_iplayer-v3.27_GH0.tar.gz) = 2577ea7ab5dca4a0cdb27854eb945d35f36a594d9d766b14a8304b3f1e7fc6d6
|
||||
SIZE (get-iplayer-get_iplayer-v3.27_GH0.tar.gz) = 147356
|
||||
|
@ -48,7 +48,7 @@ get_iplayer_logfile="${get_iplayer_logfile:+"-o $get_iplayer_logfile"}"
|
||||
get_iplayer_env="HOME='${get_iplayer_chdir}'"
|
||||
|
||||
command=/usr/sbin/daemon
|
||||
command_args="-f ${get_iplayer_logfile} -u ${name} -p /var/run/${name}/${name}.pid %%WWWDIR%%/${name}.cgi -p ${get_iplayer_bind_port} -l ${get_iplayer_listen_address} --getiplayer %%WWWDIR%%/${name} ${get_iplayer_flags}"
|
||||
command_args="-r -f ${get_iplayer_logfile} -u ${name} -p /var/run/${name}/${name}.pid %%WWWDIR%%/${name}.cgi -p ${get_iplayer_bind_port} -l ${get_iplayer_listen_address} --getiplayer %%WWWDIR%%/${name} ${get_iplayer_flags}"
|
||||
get_iplayer_flags="" # This is needed to stop the flags being applied to the 'daemon' program.
|
||||
procname=/usr/local/bin/perl
|
||||
pidfile=/var/run/${name}/${name}.pid
|
||||
|
@ -1,4 +1,7 @@
|
||||
This tool allows you to search, index, and record/stream:
|
||||
WARNING: A UK TV licence is required to access BBC iPlayer TV content legally.
|
||||
|
||||
"get_iplayer" allows you to search, list, record, and stream BBC iPlayer TV
|
||||
and BBC Sounds radio programmes:
|
||||
|
||||
BBC iPlayer TV - up to 5200 kbps HD 720p H.264 / Quicktime / MP4
|
||||
BBC iPlayer Radio - up to 340 kbps AAC / MP4
|
||||
|
@ -1,6 +1,8 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
WARNING: A UK TV licence is required to access BBC iPlayer TV content legally.
|
||||
|
||||
You must be in the UK, or use a UK proxy, to gain access to most iPlayer content.
|
||||
|
||||
To use the web server cgi script, you must set "get_iplayer_enable="YES" in
|
||||
|
Loading…
Reference in New Issue
Block a user