Update to 2.55, adds --pvrscheduler option to run the PVR at regular
intervals, various other bugfixes/improvements.
This commit is contained in:
parent
6c6b9656e3
commit
4b7179e3b9
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2009/12/31 14:53:33 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2010/01/04 11:15:35 sthen Exp $
|
||||
|
||||
COMMENT = download BBC iPlayer and ITV programmes
|
||||
|
||||
DISTNAME = get_iplayer-2.53
|
||||
DISTNAME = get_iplayer-2.55
|
||||
CATEGORIES = multimedia
|
||||
|
||||
HOMEPAGE = http://linuxcentre.net/get_iplayer/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (get_iplayer-2.53.tar.gz) = jDwN7Y9r3K6ajZMaACrJ0Q==
|
||||
RMD160 (get_iplayer-2.53.tar.gz) = ljIAf1d7e8qRFm9KWMxPcxLZRqw=
|
||||
SHA1 (get_iplayer-2.53.tar.gz) = JCZT66zwUi3azV/uSzl0emR/sv4=
|
||||
SHA256 (get_iplayer-2.53.tar.gz) = eShOdJXLxwsNXUIUlb363miIRATJ9Ed4jnqAi7JQzxo=
|
||||
SIZE (get_iplayer-2.53.tar.gz) = 124428
|
||||
MD5 (get_iplayer-2.55.tar.gz) = d5lVZiqHTbk7H1bepesW5A==
|
||||
RMD160 (get_iplayer-2.55.tar.gz) = cdG5Tsbdh8l/+qET9EO1sW9xf8c=
|
||||
SHA1 (get_iplayer-2.55.tar.gz) = TIGdq5UGEAh3eN8zqmWtFwV4rZE=
|
||||
SHA256 (get_iplayer-2.55.tar.gz) = kp5bQy568LQom4Mtyk2jcz770M4bR0si74rjASsHPBk=
|
||||
SIZE (get_iplayer-2.55.tar.gz) = 125039
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-get_iplayer,v 1.28 2009/12/31 14:53:33 sthen Exp $
|
||||
$OpenBSD: patch-get_iplayer,v 1.29 2010/01/04 11:15:35 sthen Exp $
|
||||
|
||||
- default to using id3tag not id3v2
|
||||
- follow hier(7) not Linux FHS for options file location
|
||||
|
||||
--- get_iplayer.orig Thu Dec 31 13:19:15 2009
|
||||
+++ get_iplayer Thu Dec 31 14:33:56 2009
|
||||
--- get_iplayer.orig Sat Jan 2 22:52:09 2010
|
||||
+++ get_iplayer Mon Jan 4 11:09:34 2010
|
||||
@@ -316,7 +316,7 @@ mkpath $profile_dir if ! -d $profile_dir;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ $OpenBSD: patch-get_iplayer,v 1.28 2009/12/31 14:53:33 sthen Exp $
|
||||
update_script() if $opt->{update} || $opt->{pluginsupdate};
|
||||
|
||||
|
||||
@@ -638,7 +639,7 @@ sub find_matches {
|
||||
@@ -662,7 +663,7 @@ sub find_matches {
|
||||
delete $binopts->{vlc};
|
||||
push @{ $binopts->{vlc} }, '-vv' if $opt->{debug};
|
||||
|
||||
@ -31,7 +31,7 @@ $OpenBSD: patch-get_iplayer,v 1.28 2009/12/31 14:53:33 sthen Exp $
|
||||
$bin->{atomicparsley} = $opt->{atomicparsley} || 'AtomicParsley';
|
||||
|
||||
$bin->{tee} = 'tee';
|
||||
@@ -3751,7 +3752,7 @@ sub tag_file {
|
||||
@@ -3775,7 +3776,7 @@ sub tag_file {
|
||||
my ( $id3_name, $id3_episode, $id3_desc, $id3_channel ) = ( $prog->{name}, $prog->{episode}, $prog->{desc}, $prog->{channel} );
|
||||
s|"|\\"|g for ($id3_name, $id3_episode, $id3_desc, $id3_channel);
|
||||
# Only tag if the required tool exists
|
||||
|
Loading…
Reference in New Issue
Block a user