[mythtv] [mythtv-commits] mythtv commit: r21264 by xris

Joe Ripley vitaminjoe at gmail.com
Fri Aug 14 18:00:50 UTC 2009


On Fri, Aug 14, 2009 at 3:35 AM, Stuart Morgan<stuart at tase.co.uk> wrote:
> On Friday 14 Aug 2009 07:01:48 mythtv at cvs.mythtv.org wrote:
>>       Author: xris
>>         Date: 2009-08-14 06:01:48 +0000 (Fri, 14 Aug 2009)
>> New Revision: 21264
>>    Changeset: http://cvs.mythtv.org/trac/changeset/21264
>>
>> Modified:
>>
>>    trunk/packaging/rpm/mythtv.spec
>>
>> Log:
>>
>> Add XML::Simple requirement for mythvideo (for tmdb.pl)
>
> Mythweather has required it for some time. Might be other missing deps for
> those scripts?

This should be a good list of MythWeather dependencies:

use base qw(XML::SAX::Base);
use Carp ();
use Data::Dumper;
use Date::Manip;
use Exporter;
use File::Basename;
use Getopt::Std;
use LWP::Simple;
use POSIX;
use SOAP::Lite;
use XML::Parser;
use XML::Simple;

This is just after a quick grepping of the various scripts.

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-dev mailing list