update get_iplayer to 2.11
This commit is contained in:
parent
4f11924257
commit
3a9113f38a
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.16 2009/07/12 19:41:43 sthen Exp $
|
# $OpenBSD: Makefile,v 1.17 2009/07/27 08:39:14 sthen Exp $
|
||||||
|
|
||||||
COMMENT = download BBC iPlayer and ITV programmes
|
COMMENT = download BBC iPlayer and ITV programmes
|
||||||
|
|
||||||
DISTNAME = get_iplayer-2.09
|
DISTNAME = get_iplayer-2.11
|
||||||
|
|
||||||
CATEGORIES = multimedia
|
CATEGORIES = multimedia
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (get_iplayer-2.09.tar.gz) = jcflbh8cdVW/A+aWvJ1Waw==
|
MD5 (get_iplayer-2.11.tar.gz) = osSOC8GvQZC6RZZan01RUQ==
|
||||||
RMD160 (get_iplayer-2.09.tar.gz) = vxmJI+3uNBJreUkNBq/jlNCFUjc=
|
RMD160 (get_iplayer-2.11.tar.gz) = yFH7DEVYCh+8rUAB1DTNSd0TsZk=
|
||||||
SHA1 (get_iplayer-2.09.tar.gz) = 7tkH1UquWmU7FigtBOBTUzlMksk=
|
SHA1 (get_iplayer-2.11.tar.gz) = Wba1OsW9TPzHI8/1KxWK08wHvDU=
|
||||||
SHA256 (get_iplayer-2.09.tar.gz) = iFT/fO157/1B4jyvk1nOWydCO2NoDWmUAml2ZibkHoU=
|
SHA256 (get_iplayer-2.11.tar.gz) = Fo+gS06Cir2/62q7s1Hwej0WP0bkCEgdsykueePw8rc=
|
||||||
SIZE (get_iplayer-2.09.tar.gz) = 112604
|
SIZE (get_iplayer-2.11.tar.gz) = 113166
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $
|
$OpenBSD: patch-get_iplayer,v 1.12 2009/07/27 08:39:14 sthen Exp $
|
||||||
--- get_iplayer.orig Sun Jul 12 10:38:38 2009
|
--- get_iplayer.orig Fri Jul 24 18:12:13 2009
|
||||||
+++ get_iplayer Sun Jul 12 20:38:46 2009
|
+++ get_iplayer Sat Jul 25 23:32:11 2009
|
||||||
@@ -286,7 +286,7 @@ mkpath $profile_dir if ! -d $profile_dir;
|
@@ -288,7 +288,7 @@ mkpath $profile_dir if ! -d $profile_dir;
|
||||||
|
|
||||||
|
|
||||||
# get list of additional user plugins and load plugin
|
# get list of additional user plugins and load plugin
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $
|
|||||||
my $plugin_dir_user = "$profile_dir/plugins";
|
my $plugin_dir_user = "$profile_dir/plugins";
|
||||||
for my $plugin_dir ( ( $plugin_dir_user, $plugin_dir_system ) ) {
|
for my $plugin_dir ( ( $plugin_dir_user, $plugin_dir_system ) ) {
|
||||||
if ( opendir( DIR, $plugin_dir ) ) {
|
if ( opendir( DIR, $plugin_dir ) ) {
|
||||||
@@ -403,6 +403,7 @@ if ( ! keys %plugin_files ) {
|
@@ -405,6 +405,7 @@ if ( ! keys %plugin_files ) {
|
||||||
$opt->{pluginsupdate} = 1;
|
$opt->{pluginsupdate} = 1;
|
||||||
}
|
}
|
||||||
# Update this script if required
|
# Update this script if required
|
||||||
@ -18,7 +18,7 @@ $OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $
|
|||||||
update_script() if $opt->{update} || $opt->{pluginsupdate};
|
update_script() if $opt->{update} || $opt->{pluginsupdate};
|
||||||
|
|
||||||
|
|
||||||
@@ -586,7 +587,7 @@ sub find_matches {
|
@@ -588,7 +589,7 @@ sub find_matches {
|
||||||
$binopts->{lame} .= ' --quiet ' if $opt->{quiet};
|
$binopts->{lame} .= ' --quiet ' if $opt->{quiet};
|
||||||
$bin->{vlc} = $opt->{vlc} || 'cvlc';
|
$bin->{vlc} = $opt->{vlc} || 'cvlc';
|
||||||
$binopts->{vlc} = '-vv' if $opt->{verbose} || $opt->{debug};
|
$binopts->{vlc} = '-vv' if $opt->{verbose} || $opt->{debug};
|
||||||
@ -27,7 +27,7 @@ $OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $
|
|||||||
$bin->{tee} = 'tee';
|
$bin->{tee} = 'tee';
|
||||||
$bin->{flvstreamer} = $opt->{flvstreamer} || $opt->{rtmpdump} || 'flvstreamer';
|
$bin->{flvstreamer} = $opt->{flvstreamer} || $opt->{rtmpdump} || 'flvstreamer';
|
||||||
# quote binaries which allows for spaces in the path
|
# quote binaries which allows for spaces in the path
|
||||||
@@ -4490,7 +4491,7 @@ sub optional_list_entry_format {
|
@@ -4501,7 +4502,7 @@ sub optional_list_entry_format {
|
||||||
# Returns the modes to try for this prog type
|
# Returns the modes to try for this prog type
|
||||||
sub modelist {
|
sub modelist {
|
||||||
my $prog = shift;
|
my $prog = shift;
|
||||||
|
Loading…
Reference in New Issue
Block a user