Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120002 - dvd::rip 0.97.5 needs lsdvd 0.15 (if lsdvd is installed)
Summary: dvd::rip 0.97.5 needs lsdvd 0.15 (if lsdvd is installed)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Disenchanted (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-22 18:42 UTC by Steve Dibb (RETIRED)
Modified: 2006-02-13 18:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dvdrip ebuild with lsdvd use flag (dvdrip-0.97.6.ebuild,2.20 KB, text/plain)
2006-02-07 12:55 UTC, Jos Delbar
Details

Note You need to log in before you can comment on or make changes to this bug.
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