> In message <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] writes
>
>>> Hi Tried that...
>>>
>>> apt-get update
>>> apt-get dist-upgrade
>>> Changed sources.list to at-bleeding
>>> did apt-get update again just in case
>>>
>>> got two dependencies unresolved
>>>
>>> Perl(Term::Progressbar) >=2.00
>>> xmltv grabbers >= 0.5.29
>>>
>>> Any further suggestions?
>>>
>>
>>Hi Tim,
>>
>>I never use the easy way because it never seems to work for me. I could
>>write you out a quick and dirty howto if you would like and if you have a
>>place for me to send files I can send you the perl modules you need. It
>> is
>>really quite easy to do by hand and only takes about 15 minutes. Let me
>>know but reply to me on the list, I am having to use my webmail while my
>>laptop gets fixed for 6 frickin weeks!!!
>>
>>Jon
>>
>
> Hi Jon,
>
> Normally I would gratefully decline and struggle on myself but I have
> spent countless hours on this.  If you are able in a sensible timeframe
> (for you) then I would really appreciate the help... or even just
> pointers on to make progress.
>
> Many thanks indeed
>
> [EMAIL PROTECTED]
> --
> Tim
> http://yingtong.co.uk
>
> AMD Athlon 1000, 400Mb Ram, 40GB HD
> Hauppauge PCI TV card, PAL
> Radeon 9200 VO, Fedora Core 1, Freevo1.4.1
>

OK, this is how I do it to get my xmltv listings using perl-5.8:
----------------------------------------------------------------------------
Install perl modules:

Go to CPAN.org and download these modules:
Search for them without the version numbers. i.e. Date::Manip
but make sure you get the version numbers I have here.

Date::Manip-5.42a
Lingua::EN::Numbers::Ordinate-0.01
Lingua::Preferred-0.2.4
Class::MethodMaker-2.00
Term::ProgressBar-2.05
Unicode::String-2.07
XML::Parser-2.34
XML::Writer-0.4.1
XML::Twig-3.09 (I didn't have to install this one)
HTML-Parser-3.35

If you don't already have perl 5.8 install it. After downloading them all,
extract and untar them(easier if you just do one at a time) then 'cd' into
the untarred directory. Install them in the order I have listed above by
using these commands:

(From within the new directory i.e. ../DateManip-5.42a/)

perl Makefile.PL or Makefile.pl
make
make test
make install

Watch for any errors or missing dependencies in the above commands.
----------------------------------------------------------------------------
Taken from the README of xmltv:

Memoize (included with perl 5.8 and later)
Storable (included with perl 5.8 and later)

HTML::Parser 3.34       (if you want to run tv_grab_na or tv_grab_uk_rt)
HTML::TreeBuilder       (for many of the grabbers)
Tk::TableMatrix         (if you want to run tv_check)
CGI                     (if you want to use tv_pick_cgi)

----------------------------------------------------------------------------
Install XMLTV:

Once you have all the perl modules installed you can install XMLTV.
Extract and untar xmltv, run the perl commands and you should be in
business.

perl Makefile.PL or Makefile.pl
make
make test
make install

xmltv-0.5.29.tar - Version of xmltv that I used.
----------------------------------------------------------------------------

Hope that helps,

Jon


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to