Andreas Vinsander wrote:
Jörn Reder wrote:
Andreas Vinsander wrote:
Looks like your installation is somewhat broken, but I can't tell you
more. Your report lacks *any* version information requested here...
http://www.exit1.org/dvdrip/support.cipp
Dang, I was too tired (02:30 am), my brain fell out on the floor... now
I have placed the leftovers inside of my head again.
Linux distro: Gentoo
dvd::rip: 0.97.7 (installed via gentoo portage)
The same bug exists in 0.97.8
The attached patch fixes the problem for me.
/Andreas
--- DVDRip/Cluster/Master.pm.ORIGINAL 2006-04-11 13:12:40.000000000 +0200
+++ DVDRip/Cluster/Master.pm 2006-04-11 14:07:33.000000000 +0200
@@ -16,7 +16,6 @@
use Event;
use constant NICE => -1;
-use Video::DVDRip::Cluster::Job;
use Video::DVDRip::Cluster::Node;
use Video::DVDRip::Cluster::Project;
use Video::DVDRip::Cluster::Pipe;
|