Update to 2.16; various fixes, adds new flashstd iPlayer

TV mode (480kbps H.264 640x360).
This commit is contained in:
sthen 2009-08-17 13:52:20 +00:00
parent fb0576afb5
commit 5089a8b45d
3 changed files with 14 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2009/07/30 13:25:47 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2009/08/17 13:52:20 sthen Exp $
COMMENT = download BBC iPlayer and ITV programmes
DISTNAME = get_iplayer-2.13
DISTNAME = get_iplayer-2.16
CATEGORIES = multimedia

View File

@ -1,5 +1,5 @@
MD5 (get_iplayer-2.13.tar.gz) = 8MPQr99lWikZHSZtWzRCLg==
RMD160 (get_iplayer-2.13.tar.gz) = 6MkGEaJOrH3ItDHdPz9vzS3b1T4=
SHA1 (get_iplayer-2.13.tar.gz) = /SQS86j/lv/1xYy2yLOSP2e7ww4=
SHA256 (get_iplayer-2.13.tar.gz) = 11vyE+y7bhkLjwpAfthQY6xCEFf7niSceUsWlP2FHsU=
SIZE (get_iplayer-2.13.tar.gz) = 113240
MD5 (get_iplayer-2.16.tar.gz) = aaBVrCP9MCogUkHH5VQYYw==
RMD160 (get_iplayer-2.16.tar.gz) = DArZdwyQ8+q16Wg1Yejndxkbcss=
SHA1 (get_iplayer-2.16.tar.gz) = VW3Xmckj5oBq6klNPDPj+Y2ErzU=
SHA256 (get_iplayer-2.16.tar.gz) = 5B9pBS0mzdS+R/dvQjbT71ZIoTKCuoG4nXFjwS0twLY=
SIZE (get_iplayer-2.16.tar.gz) = 113648

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-get_iplayer,v 1.12 2009/07/27 08:39:14 sthen Exp $
--- get_iplayer.orig Fri Jul 24 18:12:13 2009
+++ get_iplayer Sat Jul 25 23:32:11 2009
@@ -288,7 +288,7 @@ mkpath $profile_dir if ! -d $profile_dir;
$OpenBSD: patch-get_iplayer,v 1.13 2009/08/17 13:52:20 sthen Exp $
--- get_iplayer.orig Sun Aug 16 15:29:01 2009
+++ get_iplayer Mon Aug 17 14:45:41 2009
@@ -289,7 +289,7 @@ mkpath $profile_dir if ! -d $profile_dir;
# get list of additional user plugins and load plugin
@ -10,7 +10,7 @@ $OpenBSD: patch-get_iplayer,v 1.12 2009/07/27 08:39:14 sthen Exp $
my $plugin_dir_user = "$profile_dir/plugins";
for my $plugin_dir ( ( $plugin_dir_user, $plugin_dir_system ) ) {
if ( opendir( DIR, $plugin_dir ) ) {
@@ -405,6 +405,7 @@ if ( ! keys %plugin_files ) {
@@ -406,6 +406,7 @@ if ( ! keys %plugin_files ) {
$opt->{pluginsupdate} = 1;
}
# Update this script if required
@ -18,7 +18,7 @@ $OpenBSD: patch-get_iplayer,v 1.12 2009/07/27 08:39:14 sthen Exp $
update_script() if $opt->{update} || $opt->{pluginsupdate};
@@ -588,7 +589,7 @@ sub find_matches {
@@ -589,7 +590,7 @@ sub find_matches {
$binopts->{lame} .= ' --quiet ' if $opt->{quiet};
$bin->{vlc} = $opt->{vlc} || 'cvlc';
$binopts->{vlc} = '-vv' if $opt->{verbose} || $opt->{debug};
@ -27,7 +27,7 @@ $OpenBSD: patch-get_iplayer,v 1.12 2009/07/27 08:39:14 sthen Exp $
$bin->{tee} = 'tee';
$bin->{flvstreamer} = $opt->{flvstreamer} || $opt->{rtmpdump} || 'flvstreamer';
# quote binaries which allows for spaces in the path
@@ -4501,7 +4502,7 @@ sub optional_list_entry_format {
@@ -4503,7 +4504,7 @@ sub optional_list_entry_format {
# Returns the modes to try for this prog type
sub modelist {
my $prog = shift;