Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56535 - transcode-0.6.12-r1: missing gocr dependency
Summary: transcode-0.6.12-r1: missing gocr dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 06:16 UTC by Bardur Arantsson
Modified: 2004-09-29 18:11 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bardur Arantsson 2004-07-09 06:16:21 UTC
The pgm2txt script installed by the transcode ebuild depends on finding the "gocr" executable in the $PATH.

Therefore, "app-text/gocr" should be added to the DEPENDS (maybe RDEPENDS?) in the transcode ebuild as it is not currently listed.

Cheers,
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-07-09 07:55:51 UTC
pgm2txt is not an essential part of transcode
your request should only be done via USE flag
Comment 2 Bret Towe 2004-09-22 13:47:29 UTC
im working on a ebuild to fix most of these transocode bugs
but i need some info on this one

what is gocr needed for?
and what use flag would be best to use for this?
Comment 3 Bret Towe 2004-09-24 00:46:58 UTC
well i added it anyhow for the moment without a use flag
check out bug #65170 for the ebuild
test and comment if you would
Comment 4 Bardur Arantsson 2004-09-24 09:57:28 UTC
Sorry, Bret, I must have missed the notification from your first comment. Gocr is used for pgm2txt script which is, in turn, used to convert (picture-based) subtitles into text-based subtitles (by OCRing them).

I don't think there is any USE flag which covers this already, but I guess if you _really_ want to avoid having app-text/gocr as a fixed dependency, you could always add a local USE flag.

Personally, I think just adding gocr to the dependencies is the right thing to do. I mean, it's a very, very small app compared to many of the other dependencies (like ImageMagick).
Comment 5 Disenchanted (RETIRED) gentoo-dev 2004-09-29 18:11:56 UTC
transcode-0.6.12-r2 in portage, thanks to all