update to 2.46

This commit is contained in:
sthen 2009-11-09 19:47:41 +00:00
parent 5d1bb2b6b4
commit 239f0ef081
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.28 2009/11/06 14:35:46 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2009/11/09 19:47:41 sthen Exp $
COMMENT = download BBC iPlayer and ITV programmes
DISTNAME = get_iplayer-2.45
DISTNAME = get_iplayer-2.46
CATEGORIES = multimedia
HOMEPAGE = http://linuxcentre.net/get_iplayer/

View File

@ -1,5 +1,5 @@
MD5 (get_iplayer-2.45.tar.gz) = iKzLQ32dTcTnWF3OueqvIw==
RMD160 (get_iplayer-2.45.tar.gz) = i+4xVcpy4HYaqWaoOhHDGJzEw8Q=
SHA1 (get_iplayer-2.45.tar.gz) = IM6BhrlYJdaZgifBmFZZ7uEu/Zc=
SHA256 (get_iplayer-2.45.tar.gz) = JWPEcpslF60rcFugxD9rHxIUh1LGIAmC99w4iU0BBus=
SIZE (get_iplayer-2.45.tar.gz) = 122417
MD5 (get_iplayer-2.46.tar.gz) = 9i792iw3MNpoQmxiQPjGHQ==
RMD160 (get_iplayer-2.46.tar.gz) = 0+c/3NWZZPO6cIlCFcOV9VNOiGQ=
SHA1 (get_iplayer-2.46.tar.gz) = 3A6I3wVOobxfAELJzZIp54w1Nl4=
SHA256 (get_iplayer-2.46.tar.gz) = YRE7cYWpJWTK2OECvacQKwU0rXA7kdFppYLEJkfrcxk=
SIZE (get_iplayer-2.46.tar.gz) = 122713

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-get_iplayer,v 1.22 2009/11/06 14:35:46 sthen Exp $
$OpenBSD: patch-get_iplayer,v 1.23 2009/11/09 19:47:42 sthen Exp $
- default to using id3tag not id3v2
- follow hier(7) not Linux FHS for options file location
--- get_iplayer.orig Fri Nov 6 10:15:08 2009
+++ get_iplayer Fri Nov 6 14:31:24 2009
--- get_iplayer.orig Sun Nov 8 14:49:11 2009
+++ get_iplayer Mon Nov 9 19:47:00 2009
@@ -311,17 +311,14 @@ if ( defined $ENV{GETIPLAYERUSERPREFS} && $ENV{GETIPLA
# Options on unix-like systems
} elsif ( defined $ENV{HOME} ) {
@ -42,7 +42,7 @@ $OpenBSD: patch-get_iplayer,v 1.22 2009/11/06 14:35:46 sthen Exp $
$bin->{atomicparsley} = $opt->{atomicparsley} || 'AtomicParsley';
$bin->{tee} = 'tee';
@@ -3637,7 +3635,7 @@ sub tag_file {
@@ -3638,7 +3636,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
@ -51,7 +51,7 @@ $OpenBSD: patch-get_iplayer,v 1.22 2009/11/06 14:35:46 sthen Exp $
main::logger "INFO: id3 tagging $prog->{ext} file\n";
my @cmd = (
$bin->{id3v2},
@@ -5330,7 +5328,7 @@ sub optional_list_entry_format {
@@ -5352,7 +5350,7 @@ sub optional_list_entry_format {
# Returns the modes to try for this prog type
sub modelist {
my $prog = shift;