Projects
Extra
get_iplayer
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
get_iplayer.changes
Changed
@@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Tue Aug 30 13:54:35 UTC 2011 - malcolmlewis@opensuse.org + +- Updated to version 2.80: + + Don't attempt to update plugins if packagemanager is set. + + Makefile now updates version number in web page. + + Fixed creation of symlink to latest version. + + Improve documentation of PVR options. + + Removed ID3 tagging for AAC audio files. + + Automatically update date in manpage when it changes. + + Update authors section in manual pages. + + Record contributors when releasing a new version. + +------------------------------------------------------------------- Sun Aug 7 18:26:46 UTC 2011 - malcolmlewis@opensuse.org - Updated to git version 3b26288 to fix various issues:
View file
get_iplayer.spec
Changed
@@ -6,14 +6,13 @@ # Name: get_iplayer -Version: 2.79+git3b26288 +Version: 2.80 Release: 1 License: GPL-3.0 Summary: Downloads H.264 BBC IPlayer TV, Radio, and Podcast Programs Url: http://www.infradead.org/get_iplayer/html/get_iplayer.html Group: Productivity/Networking/File-Sharing -Source0: %{name}-%{version}.tar.bz2 -#Source0: git clone git://git.infradead.org/get_iplayer.git get_iplayer +Source0: ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-2.80.tar.gz Source1: get_iplayer.options Source2: sysconfig.get_iplayer Source3: get_iplayer_pvr @@ -89,7 +88,7 @@ %files %defattr(-,root,root,-) -%doc README.txt LICENSE.txt +%doc CHANGELOG.txt CONTRIBUTORS LICENSE.txt README.txt %{_bindir}/get_iplayer %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/plugins @@ -100,7 +99,7 @@ %files pvr %defattr(-,root,root,-) -%doc README-get_iplayer.cgi.txt LICENSE.txt +%doc CHANGELOG-get_iplayer.cgi.txt LICENSE.txt README-get_iplayer.cgi.txt %{_bindir}/get_iplayer_pvr %{_datadir}/%{name}/get_iplayer.cgi /var/adm/fillup-templates/sysconfig.%{name}
View file
get_iplayer-2.80.tar.gz/CONTRIBUTORS
Added
@@ -0,0 +1,20 @@ +Andrew Elwell +Andy Bircumshaw +Bill Boughton +Caius Durling +David Woodhouse +dinkypumpkin +fsck +fs ck +James +James Laver +Jonathan Wiltshire +Jon Davies +linuxcentrenet +Mike Crowe +Mike Fleetwood +Phil Cole +Ralf Baechle +Shevek +Steven Luo +Stuart Henderson
View file
get_iplayer-2.79+git3b26288.tar.bz2/Makefile -> get_iplayer-2.80.tar.gz/Makefile
Changed
@@ -7,8 +7,12 @@ @if git diff-index --name-only HEAD | grep ^ ; then \ echo Uncommitted changes in above files; exit 1; fi sed 's/^\(my $$version = \).*/\1$(VERSION);/' -i get_iplayer - @./get_iplayer --manpage get_iplayer.1; git add get_iplayer.1 - @git commit -m "Tag version $(VERSION)" get_iplayer get_iplayer.1 + @./get_iplayer --manpage get_iplayer.1 + git diff --exit-code get_iplayer.1 > /dev/null || \ + sed 's/\(\.TH GET_IPLAYER "1" "\)[^"]*"/\1$(shell date +"%B %Y")\"/' -i get_iplayer get_iplayer.1 + sed 's/\(The latest version is v\)[0-9]\{1,\}\.[0-9]\{1,\}/\1$(VERSION)/' -i html/get_iplayer.html + @git log --format='%aN' |sort -u > CONTRIBUTORS; git add CONTRIBUTORS + @git commit -m "Tag version $(VERSION)" get_iplayer get_iplayer.1 html/get_iplayer.html CONTRIBUTORS @git tag v$(VERSION) tarball:
View file
get_iplayer-2.79+git3b26288.tar.bz2/get_iplayer -> get_iplayer-2.80.tar.gz/get_iplayer
Changed
@@ -24,7 +24,7 @@ # # package main; -my $version = 2.79; +my $version = 2.80; # # Help: # ./get_iplayer --help | --longhelp @@ -461,7 +461,7 @@ } # Force plugins update if no plugins found -if ( ! keys %plugin_files ) { +if ( ! keys %plugin_files && ! $opt->{packagemanager}) { logger "WARNING: Running the updater again to obtain plugins.\n"; $opt->{pluginsupdate} = 1; } @@ -3075,7 +3075,7 @@ my @man; my @dump; push @man, - '.TH GET_IPLAYER "1" "January 2010" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "August 2011" "Phil Lewis" "get_iplayer Manual"', '.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more', '.SH SYNOPSIS', '\fBget_iplayer\fR [<options>] [<regex|index> ...]', @@ -3164,9 +3164,9 @@ if ( $manpage ) { push @man, '.SH AUTHOR', - 'get_iplayer is written and maintained by Phil Lewis <iplayer2 (at sign) linuxcentre.net>.', + 'get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and is now maintained by the contributors at http://www.infradead.org/get_iplayer/html/get_iplayer.html', '.PP', - 'This manual page was originally written by Jonathan Wiltshire <debian@jwiltshire.org.uk> for the Debian project (but may be used by others).', + 'This manual page was originally written by Jonathan Wiltshire <jmw@debian.org> for the Debian project (but may be used by others).', '.SH COPYRIGHT NOTICE'; push @man, Options->copyright_notice; # Escape '-' @@ -8936,16 +8936,16 @@ # Class cmdline Options sub opt_format { return { - pvr => [ 0, "pvr|pvrrun|pvr-run!", 'PVR', '--pvr [pvr search name]', "Runs the PVR using all saved PVR searches (intended to be run every hour from cron etc). The list can be limited by adding a regex to the command."], - pvrexclude => [ 0, "pvrexclude|pvr-exclude=s", 'PVR', '--pvr-exclude <string>', "Exclude the PVR searches to run by seacrh name (regex or comma separated values)"], - pvrsingle => [ 0, "pvrsingle|pvr-single=s", 'PVR', '--pvr-single <search name>', "Runs a named PVR search"], - pvradd => [ 0, "pvradd|pvr-add=s", 'PVR', '--pvradd <search name>', "Save the named PVR search with the specified search terms"], - pvrdel => [ 0, "pvrdel|pvr-del=s", 'PVR', '--pvrdel <search name>', "Remove the named search from the PVR searches"], - pvrdisable => [ 1, "pvrdisable|pvr-disable=s", 'PVR', '--pvr-disable <search name>', "Disable (not delete) a named PVR search"], - pvrenable => [ 1, "pvrenable|pvr-enable=s", 'PVR', '--pvr-enable <search name>', "Enable a previously disabled named PVR search"], - pvrlist => [ 0, "pvrlist|pvr-list!", 'PVR', '--pvrlist', "Show the PVR search list"], - pvrqueue => [ 0, "pvrqueue|pvr-queue!", 'PVR', '--pvrqueue', "Add currently matched programmes to queue for later one-off recording using the --pvr option"], - pvrscheduler => [ 0, "pvrscheduler|pvr-scheduler=n", 'PVR', '--pvrscheduler <seconds>', "Runs the PVR using all saved PVR searches every <seconds>"], + pvr => [ 0, "pvr|pvrrun|pvr-run!", 'PVR', '--pvr [pvr search name]', "Runs the PVR using all saved PVR searches (intended to be run every hour from cron etc). The list can be limited by adding a regex to the command. Synonyms: --pvrrun, --pvr-run"], + pvrexclude => [ 0, "pvrexclude|pvr-exclude=s", 'PVR', '--pvr-exclude <string>', "Exclude the PVR searches to run by search name (regex or comma separated values). Synonyms: --pvrexclude"], + pvrsingle => [ 0, "pvrsingle|pvr-single=s", 'PVR', '--pvr-single <search name>', "Runs a named PVR search. Synonyms: --pvrsingle"], + pvradd => [ 0, "pvradd|pvr-add=s", 'PVR', '--pvr-add <search name>', "Save the named PVR search with the specified search terms. Synonyms: --pvradd"], + pvrdel => [ 0, "pvrdel|pvr-del=s", 'PVR', '--pvr-del <search name>', "Remove the named search from the PVR searches. Synonyms: --pvrdel"], + pvrdisable => [ 1, "pvrdisable|pvr-disable=s", 'PVR', '--pvr-disable <search name>', "Disable (not delete) a named PVR search. Synonyms: --pvrdisable"], + pvrenable => [ 1, "pvrenable|pvr-enable=s", 'PVR', '--pvr-enable <search name>', "Enable a previously disabled named PVR search. Synonyms: --pvrenable"], + pvrlist => [ 0, "pvrlist|pvr-list!", 'PVR', '--pvr-list', "Show the PVR search list. Synonyms: --pvrlist"], + pvrqueue => [ 0, "pvrqueue|pvr-queue!", 'PVR', '--pvr-queue', "Add currently matched programmes to queue for later one-off recording using the --pvr option. Synonyms: --pvrqueue"], + pvrscheduler => [ 0, "pvrscheduler|pvr-scheduler=n", 'PVR', '--pvr-scheduler <seconds>', "Runs the PVR using all saved PVR searches every <seconds>. Synonyms: --pvrscheduler"], comment => [ 1, "comment=s", 'PVR', '--comment <string>', "Adds a comment to a PVR search"], }; } @@ -9457,7 +9457,7 @@ my ($self, $meta) = @_; my $tags = $self->tags_from_metadata($meta); # dispatch to appropriate tagging function - if ( $meta->{filename} =~ /\.(aac|mp3)$/i ) { + if ( $meta->{filename} =~ /\.(mp3)$/i ) { return $self->tag_file_id3($meta, $tags); } elsif ( $meta->{filename} =~ /\.(mp4|m4v|m4a)$/i ) { return $self->tag_file_mp4($meta, $tags);
View file
get_iplayer-2.79+git3b26288.tar.bz2/get_iplayer.1 -> get_iplayer-2.80.tar.gz/get_iplayer.1
Changed
@@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "January 2010" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "August 2011" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more .SH SYNOPSIS @@ -377,34 +377,34 @@ Adds a comment to a PVR search .TP \fB\-\-pvr [pvr search name] -Runs the PVR using all saved PVR searches (intended to be run every hour from cron etc). The list can be limited by adding a regex to the command. +Runs the PVR using all saved PVR searches (intended to be run every hour from cron etc). The list can be limited by adding a regex to the command. Synonyms: \-\-pvrrun, \-\-pvr\-run +.TP +\fB\-\-pvr\-add <search name> +Save the named PVR search with the specified search terms. Synonyms: \-\-pvradd +.TP +\fB\-\-pvr\-del <search name> +Remove the named search from the PVR searches. Synonyms: \-\-pvrdel .TP \fB\-\-pvr\-disable <search name> -Disable (not delete) a named PVR search +Disable (not delete) a named PVR search. Synonyms: \-\-pvrdisable .TP \fB\-\-pvr\-enable <search name> -Enable a previously disabled named PVR search +Enable a previously disabled named PVR search. Synonyms: \-\-pvrenable .TP \fB\-\-pvr\-exclude <string> -Exclude the PVR searches to run by seacrh name (regex or comma separated values) -.TP -\fB\-\-pvr\-single <search name> -Runs a named PVR search -.TP -\fB\-\-pvradd <search name> -Save the named PVR search with the specified search terms +Exclude the PVR searches to run by search name (regex or comma separated values). Synonyms: \-\-pvrexclude .TP -\fB\-\-pvrdel <search name> -Remove the named search from the PVR searches +\fB\-\-pvr\-list +Show the PVR search list. Synonyms: \-\-pvrlist .TP -\fB\-\-pvrlist -Show the PVR search list +\fB\-\-pvr\-queue +Add currently matched programmes to queue for later one\-off recording using the \-\-pvr option. Synonyms: \-\-pvrqueue .TP -\fB\-\-pvrqueue -Add currently matched programmes to queue for later one\-off recording using the \-\-pvr option +\fB\-\-pvr\-scheduler <seconds> +Runs the PVR using all saved PVR searches every <seconds>. Synonyms: \-\-pvrscheduler .TP -\fB\-\-pvrscheduler <seconds> -Runs the PVR using all saved PVR searches every <seconds> +\fB\-\-pvr\-single <search name> +Runs a named PVR search. Synonyms: \-\-pvrsingle .SS "Config Options:" .TP \fB\-\-expiry, \-e <secs> @@ -514,11 +514,11 @@ \fB\-\-tag\-utf8 AtomicParsley expects UTF\-8 input .SH AUTHOR -get_iplayer is written and maintained by Phil Lewis <iplayer2 (at sign) linuxcentre.net>. +get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and is now maintained by the contributors at http://www.infradead.org/get_iplayer/html/get_iplayer.html .PP -This manual page was originally written by Jonathan Wiltshire <debian@jwiltshire.org.uk> for the Debian project (but may be used by others). +This manual page was originally written by Jonathan Wiltshire <jmw@debian.org> for the Debian project (but may be used by others). .SH COPYRIGHT NOTICE -get_iplayer v2.79, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v2.80, Copyright (C) 2008\-2010 Phil Lewis This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty. This is free software, and you are welcome to redistribute it under certain conditions; use \-\-conditions for details.
View file
get_iplayer-2.79+git3b26288.tar.bz2/html/get_iplayer.html -> get_iplayer-2.80.tar.gz/html/get_iplayer.html
Changed
@@ -25,7 +25,7 @@ <H2>Download</H2> -Released versions of get_iplayer can be downloaded from <A HREF="ftp://ftp.infradead.org/pub/get_iplayer/">ftp://ftp.infradead.org/pub/get_iplayer/</A>. The latest version is v2.79.<P> +Released versions of get_iplayer can be downloaded from <A HREF="ftp://ftp.infradead.org/pub/get_iplayer/">ftp://ftp.infradead.org/pub/get_iplayer/</A>. The latest version is v2.80.<P> The latest changes can be found in the <A HREF="http://git-scm.com/">git</A> version control repository, at <TT>git://git.infradead.org/get_iplayer.git</TT> (<A HREF="http://git.infradead.org/get_iplayer.git">browse</A>).<P>
View file
get_iplayer-2.79+git3b26288.tar.bz2/web.sh -> get_iplayer-2.80.tar.gz/web.sh
Changed
@@ -31,4 +31,4 @@ mv CHANGELOG.new CHANGELOG-get_iplayer mv VERSION.new VERSION-get_iplayer -ln -sf v$LATESTTAG latest +ln -sfn $LATESTTAG latest
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.