Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 120002

Summary: dvd::rip 0.97.5 needs lsdvd 0.15 (if lsdvd is installed)
Product: Gentoo Linux Reporter: Steve Dibb (RETIRED) <beandog>
Component: New packagesAssignee: Disenchanted (RETIRED) <morfic>
Status: RESOLVED FIXED    
Severity: trivial CC: jos.delbar
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dvdrip ebuild with lsdvd use flag

Description Steve Dibb (RETIRED) gentoo-dev 2006-01-22 18:42:28 UTC
Newer versions of dvd::rip will use lsdvd if it's installed (media-video/lsdvd) to read the contents of the DVD, instead of its internal library.

However, of the two ebuilds currently available, only 0.15 will work.  0.10 will return an error code.

I don't really have a good suggestion -- either an lsdvd USE flag, that if set requires 0.15, or just require lsdvd outright.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-22 23:40:27 UTC
(In reply to comment #0)
> I don't really have a good suggestion -- either an lsdvd USE flag, that if set
> requires 0.15, or just require lsdvd outright.

That's simple - don't mix stable and ~arch packages. ;)

Comment 2 Jos Delbar 2006-02-07 12:55:44 UTC
Created attachment 79156 [details]
dvdrip ebuild with lsdvd use flag

Lsdvd is not a requirement but it does provide a significant speedup for reading the DVD's table of contents. I think a 'lsdvd' use flag would be the way to go.
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2006-02-07 13:39:45 UTC
Right, its not a requirement, but listing DVDs *will not work* on dvd::rip if you have lsdvd installed, and it's the old version.  I'm starting to think a better idea would simply be to make lsdvd a requirement in the ebuild.
Comment 4 Disenchanted (RETIRED) gentoo-dev 2006-02-13 18:30:58 UTC
lsdvd is now a RDEPEND with >=0.15
thanks for reporting this