Update to 2.51, fixes url encoding for prepend-type proxies, and fixes a bug
if only iphone mode is specified.
This commit is contained in:
parent
eb0208370e
commit
393f57cb85
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2009/12/20 22:18:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2009/12/21 21:52:27 sthen Exp $
|
||||
|
||||
COMMENT = download BBC iPlayer and ITV programmes
|
||||
|
||||
DISTNAME = get_iplayer-2.50
|
||||
DISTNAME = get_iplayer-2.51
|
||||
CATEGORIES = multimedia
|
||||
|
||||
HOMEPAGE = http://linuxcentre.net/get_iplayer/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (get_iplayer-2.50.tar.gz) = k3+QKqLy48kHEJq9clgi6g==
|
||||
RMD160 (get_iplayer-2.50.tar.gz) = uO6nY8Qt2OJq2/CWMkhPHZoX90Q=
|
||||
SHA1 (get_iplayer-2.50.tar.gz) = vmzVNZSc4U33h4trTaFDI1cI35Q=
|
||||
SHA256 (get_iplayer-2.50.tar.gz) = cqCMZmI2eg/3hwpDyj37UY5mAJW/XYdeLOSjB5sxdG4=
|
||||
SIZE (get_iplayer-2.50.tar.gz) = 123459
|
||||
MD5 (get_iplayer-2.51.tar.gz) = LA3P2ef36Ftr/CFvng+rDA==
|
||||
RMD160 (get_iplayer-2.51.tar.gz) = RJJj/jOPyXgHcvTfXhQPP3grzTI=
|
||||
SHA1 (get_iplayer-2.51.tar.gz) = v5DHeWvqPsNuC6jB7GZChtFxERw=
|
||||
SHA256 (get_iplayer-2.51.tar.gz) = CiR2qTl9yvTKB5ZsOBOZate7No9KL4LbacN+mAfuN7U=
|
||||
SIZE (get_iplayer-2.51.tar.gz) = 123468
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-get_iplayer,v 1.26 2009/12/20 22:18:43 sthen Exp $
|
||||
$OpenBSD: patch-get_iplayer,v 1.27 2009/12/21 21:52:27 sthen Exp $
|
||||
|
||||
- default to using id3tag not id3v2
|
||||
- follow hier(7) not Linux FHS for options file location
|
||||
|
||||
--- get_iplayer.orig Sun Dec 20 09:45:53 2009
|
||||
+++ get_iplayer Sun Dec 20 22:13:20 2009
|
||||
--- get_iplayer.orig Mon Dec 21 09:11:31 2009
|
||||
+++ get_iplayer Mon Dec 21 21:46:33 2009
|
||||
@@ -312,17 +312,14 @@ if ( defined $ENV{GETIPLAYERUSERPREFS} && $ENV{GETIPLA
|
||||
# Options on unix-like systems
|
||||
} elsif ( defined $ENV{HOME} ) {
|
||||
@ -51,7 +51,7 @@ $OpenBSD: patch-get_iplayer,v 1.26 2009/12/20 22:18:43 sthen Exp $
|
||||
main::logger "INFO: id3 tagging $prog->{ext} file\n";
|
||||
my @cmd = (
|
||||
$bin->{id3v2},
|
||||
@@ -5419,7 +5417,7 @@ sub optional_list_entry_format {
|
||||
@@ -5415,7 +5413,7 @@ sub optional_list_entry_format {
|
||||
# Returns the modes to try for this prog type
|
||||
sub modelist {
|
||||
my $prog = shift;
|
||||
|
Loading…
Reference in New Issue
Block a user