update to 2.49, also bump flvstreamer RUN_DEPENDS to 1.9 (the new
flvstreamer fixes some problems with Flash Media Server 3.5.x)
This commit is contained in:
parent
abea5e6c76
commit
0fc37ed272
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2009/11/14 18:42:35 sthen Exp $
|
# $OpenBSD: Makefile,v 1.31 2009/11/21 23:15:02 sthen Exp $
|
||||||
|
|
||||||
COMMENT = download BBC iPlayer and ITV programmes
|
COMMENT = download BBC iPlayer and ITV programmes
|
||||||
|
|
||||||
DISTNAME = get_iplayer-2.48
|
DISTNAME = get_iplayer-2.49
|
||||||
CATEGORIES = multimedia
|
CATEGORIES = multimedia
|
||||||
|
|
||||||
HOMEPAGE = http://linuxcentre.net/get_iplayer/
|
HOMEPAGE = http://linuxcentre.net/get_iplayer/
|
||||||
@ -22,7 +22,7 @@ MASTER_SITES = http://linuxcentre.net/get_iplayer/packages/ \
|
|||||||
|
|
||||||
RUN_DEPENDS = ::audio/id3lib \
|
RUN_DEPENDS = ::audio/id3lib \
|
||||||
::multimedia/atomicparsley \
|
::multimedia/atomicparsley \
|
||||||
:flvstreamer->=1.8:net/flvstreamer \
|
:flvstreamer->=1.9:net/flvstreamer \
|
||||||
::www/p5-HTML-Parser \
|
::www/p5-HTML-Parser \
|
||||||
:p5-libwww->=5.826:www/p5-libwww
|
:p5-libwww->=5.826:www/p5-libwww
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (get_iplayer-2.48.tar.gz) = Oh+/sO7HGtUnJe7v37q/Vw==
|
MD5 (get_iplayer-2.49.tar.gz) = aqVLlf0XUz1tFX8fUis8BA==
|
||||||
RMD160 (get_iplayer-2.48.tar.gz) = K5254kWGFLNJWSSCyMa5g4ISp8c=
|
RMD160 (get_iplayer-2.49.tar.gz) = UVCMI7xjAW+dvfo8LG/ZmRADoak=
|
||||||
SHA1 (get_iplayer-2.48.tar.gz) = qm55eahEfxHF28w1aGn14Td68EI=
|
SHA1 (get_iplayer-2.49.tar.gz) = ssmS+QWLQhMpEnq9sePB1Hu4a6E=
|
||||||
SHA256 (get_iplayer-2.48.tar.gz) = G+RtZkVs4cU6elTO7qejKeBwDt89yaziHnI01cJFk0A=
|
SHA256 (get_iplayer-2.49.tar.gz) = xBgtQkdnGeancS1KcvItYakT3plo2Jt/m5bW6qvgso4=
|
||||||
SIZE (get_iplayer-2.48.tar.gz) = 122958
|
SIZE (get_iplayer-2.49.tar.gz) = 123091
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
$OpenBSD: patch-get_iplayer,v 1.24 2009/11/14 18:42:35 sthen Exp $
|
$OpenBSD: patch-get_iplayer,v 1.25 2009/11/21 23:15:03 sthen Exp $
|
||||||
|
|
||||||
- default to using id3tag not id3v2
|
- default to using id3tag not id3v2
|
||||||
- follow hier(7) not Linux FHS for options file location
|
- follow hier(7) not Linux FHS for options file location
|
||||||
|
|
||||||
--- get_iplayer.orig Tue Nov 10 22:50:09 2009
|
--- get_iplayer.orig Wed Nov 18 11:45:52 2009
|
||||||
+++ get_iplayer Sat Nov 14 18:39:07 2009
|
+++ get_iplayer Sat Nov 21 23:08:24 2009
|
||||||
@@ -312,17 +312,14 @@ if ( defined $ENV{GETIPLAYERUSERPREFS} && $ENV{GETIPLA
|
@@ -312,17 +312,14 @@ if ( defined $ENV{GETIPLAYERUSERPREFS} && $ENV{GETIPLA
|
||||||
# Options on unix-like systems
|
# Options on unix-like systems
|
||||||
} elsif ( defined $ENV{HOME} ) {
|
} elsif ( defined $ENV{HOME} ) {
|
||||||
@ -51,7 +51,7 @@ $OpenBSD: patch-get_iplayer,v 1.24 2009/11/14 18:42:35 sthen Exp $
|
|||||||
main::logger "INFO: id3 tagging $prog->{ext} file\n";
|
main::logger "INFO: id3 tagging $prog->{ext} file\n";
|
||||||
my @cmd = (
|
my @cmd = (
|
||||||
$bin->{id3v2},
|
$bin->{id3v2},
|
||||||
@@ -5357,7 +5355,7 @@ sub optional_list_entry_format {
|
@@ -5360,7 +5358,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