v2.87 is broken by site changes, v2.89 unbreaks things Did a quick update, to try this update out....
So far... Updated radio, and tv lists. Downloads for radio - 2 worked, tv just starting downloads will take some time to complete.. Needed my catch up's...
Index: Makefile =================================================================== RCS file: /home/cvs/ports/multimedia/get_iplayer/Makefile,v retrieving revision 1.79 diff -u -p -r1.79 Makefile --- Makefile 24 Oct 2014 17:01:11 -0000 1.79 +++ Makefile 3 Nov 2014 00:44:28 -0000 @@ -2,12 +2,11 @@ COMMENT= download/stream programmes from BBC iPlayer -DISTNAME= get_iplayer-2.87 -REVISION= 0 +DISTNAME= get_iplayer-2.89 GH_ACCOUNT= dinkypumpkin GH_PROJECT= get_iplayer -GH_TAGNAME= v2.87 -GH_COMMIT= d7732f37451b4392fccfbf81ec14d8b4215bd80c +GH_TAGNAME= v2.89 +GH_COMMIT= 20ae4052d0a29542b8ebb5bf78ac12600bb044b3 CATEGORIES= multimedia # http://git.infradead.org/get_iplayer.git Index: distinfo =================================================================== RCS file: /home/cvs/ports/multimedia/get_iplayer/distinfo,v retrieving revision 1.51 diff -u -p -r1.51 distinfo --- distinfo 20 Oct 2014 11:45:29 -0000 1.51 +++ distinfo 3 Nov 2014 00:44:45 -0000 @@ -1,2 +1,2 @@ -SHA256 (get_iplayer-2.87.tar.gz) = 1+NeBXF05VOL9tUTap0EgJ0htKjMwJTS6m9KyoamIzM= -SIZE (get_iplayer-2.87.tar.gz) = 264107 +SHA256 (get_iplayer-2.89.tar.gz) = hnDtXNEFMKISMNiIvhlEZUR+hsaoeZ1iTApACdjdq74= +SIZE (get_iplayer-2.89.tar.gz) = 264919 Index: patches/patch-get_iplayer =================================================================== RCS file: /home/cvs/ports/multimedia/get_iplayer/patches/patch-get_iplayer,v retrieving revision 1.64 diff -u -p -r1.64 patch-get_iplayer --- patches/patch-get_iplayer 20 Oct 2014 11:45:29 -0000 1.64 +++ patches/patch-get_iplayer 3 Nov 2014 00:45:21 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-get_iplayer,v 1.64 2014/10/20 11:45:29 sthen Exp $ ---- get_iplayer.orig Sat Oct 18 12:39:56 2014 -+++ get_iplayer Mon Oct 20 12:40:38 2014 -@@ -370,6 +370,7 @@ if ( $opt->{encodinglocale} =~ /UTF-?8/i ) { +--- get_iplayer.orig Sun Nov 2 21:26:17 2014 ++++ get_iplayer Mon Nov 3 00:44:57 2014 +@@ -375,6 +375,7 @@ if ( $opt->{encodinglocale} =~ /UTF-?8/i ) { } # Copy a few options over to opt so that logger works @@ -9,7 +9,7 @@ $OpenBSD: patch-get_iplayer,v 1.64 2014/ $opt->{debug} = $opt->{verbose} = 1 if $opt_pre->{debug}; $opt->{verbose} = 1 if $opt_pre->{verbose}; $opt->{silent} = $opt->{quiet} = 1 if $opt_pre->{silent}; -@@ -422,7 +423,7 @@ my $plugin_dir_system; +@@ -427,7 +428,7 @@ my $plugin_dir_system; if ( defined $ENV{ALLUSERSPROFILE} ) { $plugin_dir_system = $ENV{ALLUSERSPROFILE}.'/get_iplayer/plugins'; } else { @@ -18,7 +18,7 @@ $OpenBSD: patch-get_iplayer,v 1.64 2014/ } my $plugin_dir_user = "$profile_dir/plugins"; for my $plugin_dir ( ( $plugin_dir_user, $plugin_dir_system ) ) { -@@ -868,7 +869,7 @@ sub init_search { +@@ -883,7 +884,7 @@ sub init_search { delete $binopts->{vlc}; push @{ $binopts->{vlc} }, '-vv' if $opt->{debug}; @@ -27,7 +27,7 @@ $OpenBSD: patch-get_iplayer,v 1.64 2014/ $bin->{atomicparsley} = $opt->{atomicparsley} || 'AtomicParsley'; $bin->{tee} = 'tee'; -@@ -2682,7 +2683,7 @@ sub request_url_retry { +@@ -2697,7 +2698,7 @@ sub request_url_retry { } # Malformed URL check @@ -36,7 +36,7 @@ $OpenBSD: patch-get_iplayer,v 1.64 2014/ logger "ERROR: Malformed URL: '$url'\n"; return ''; } -@@ -10427,7 +10428,7 @@ sub tag_file_id3 { +@@ -10595,7 +10596,7 @@ sub tag_file_id3 { # add basic ID3 tag with id3v2 sub tag_file_id3_basic { my ($self, $meta, $tags) = @_;
