Niki Kovacs wrote:
> The subject says it all: is there any reasonable way to install DVD::RIP 0.97
> on
> Ubuntu 6.06 LTS?
I suggest you install dvd::rip 0.52.5, which is in the multiverse
repository. This way you get most of the external dependencies.
Additionally install the Gtk2 and Event Perl modules, if they're not
installed already. Also you need a basic gcc environment. Many dvd::rip
dependencies are marked "suggested". The following apt-get command line
has the important packages:
% sudo apt-get install \
dvdrip libgtk2-perl libevent-perl mjpegtools ogmtools vcdimager lsdvd \
mplayer libintl-xs-perl xvid4conf xine-ui subtitleripper libxvidcore4 \
make gcc libc6-dev
Then you should remove the "dvdrip" package in order to prevent mixed
version problems:
% sudo apt-get remove dvdrip
Then install the new Perl dependencies of dvd::rip 0.97.x by hand (in
that order):
AnyEvent
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-1.02.tar.gz
Event::ExecFlow
http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-ExecFlow-0.62.tar.gz
Event::RPC
http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-RPC-0.90.tar.gz
Gtk2::Ex::FormFactory
http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Gtk2-Ex-FormFactory-0.65.tar.gz
Get the .tar.gz files, extract them, change into the created directory
and execute:
% perl Makefile.PL
% make test
% sudo make install
Finally get the dvd::rip 0.97.13 tarball and install it like the Perl
modules above:
dvd::rip 0.97.13
http://www.exit1.org/dvdrip/dist/pre/Video-DVDRip-0.97.13.tar.gz
% tar xfz Video-DVDRip-0.97.13.tar.gz
% cd Video-DVDRip-0.97.13
% perl Makefile.PL
% make test
% sudo make install
Regards,
Joern
--
Joern Reder
Development Head ZYN! Coding Division - http://www.zyn.de/