diff --git a/multimedia/get_iplayer/Makefile b/multimedia/get_iplayer/Makefile index 31288513ed5..68f7ae6aba7 100644 --- a/multimedia/get_iplayer/Makefile +++ b/multimedia/get_iplayer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.58 2011/11/01 16:33:19 sthen Exp $ +# $OpenBSD: Makefile,v 1.59 2011/11/04 22:51:19 sthen Exp $ COMMENT = download/stream programmes from BBC iPlayer DISTNAME = get_iplayer-2.80 -REVISION = 0 +REVISION = 1 CATEGORIES = multimedia # http://git.infradead.org/get_iplayer.git diff --git a/multimedia/get_iplayer/patches/patch-get_iplayer b/multimedia/get_iplayer/patches/patch-get_iplayer index 4cdf2758c1c..7fff04ea996 100644 --- a/multimedia/get_iplayer/patches/patch-get_iplayer +++ b/multimedia/get_iplayer/patches/patch-get_iplayer @@ -1,6 +1,6 @@ -$OpenBSD: patch-get_iplayer,v 1.47 2011/11/01 16:33:19 sthen Exp $ +$OpenBSD: patch-get_iplayer,v 1.48 2011/11/04 22:51:19 sthen Exp $ --- get_iplayer.orig Mon Aug 29 15:09:13 2011 -+++ get_iplayer Thu Oct 27 22:10:02 2011 ++++ get_iplayer Wed Aug 31 18:23:50 2011 @@ -308,6 +308,7 @@ $opt->{verbose} = 1 if $opt_pre->{verbose}; $opt->{quiet} = 1 if $opt_pre->{quiet}; $opt->{pvr} = 1 if $opt_pre->{pvr}; @@ -36,15 +36,6 @@ $OpenBSD: patch-get_iplayer,v 1.47 2011/11/01 16:33:19 sthen Exp $ } exit 1; } -@@ -5786,7 +5787,7 @@ sub get_stream_data_cdn { - # Common attributes - # swfurl = Default iPlayer swf version - my $conn = { -- swfurl => "http://www.bbc.co.uk/emp/revisions/18269_21576_10player.swf?revision=18269_21576", -+ swfurl => "http://www.bbc.co.uk/emp/iplayer/revisions/617463_618125_2/617463_618125_2_emp.swf", - ext => $ext, - streamer => $streamer, - bitrate => $mattribs->{bitrate}, @@ -9543,7 +9544,7 @@ sub tag_file_id3 { # add basic ID3 tag with id3v2 sub tag_file_id3_basic {