Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328253 - media-video/gaupol should either depend on dev-python/chardet or inform about this optional dependency
Summary: media-video/gaupol should either depend on dev-python/chardet or inform about...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 12:59 UTC by Ihar Hrachyshka
Modified: 2010-07-19 17:00 UTC (History)
0 users

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 Ihar Hrachyshka 2010-07-14 12:59:36 UTC
Gaupol has optional dependency on dev-python/chardet used for character set autodetection though emerge process neither grab this package as a dependency nor inform about it.
Current package informs about optional dependency on VLC and Mplayer though I think it would be better to install chardet into the system automatically so that other programs which depend on gaupol library can assume auto charset functionality is available.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-19 17:00:26 UTC
It DEPENDs on dev-python/chardet already:

jeroen@astrid /newaches/gentoo/cvs/gentoo-x86/media-video/gaupol $ ebuildvar DEPEND
gaupol-0.15.1.ebuild: DEPEND="dev-python/chardet
gaupol-0.15.1.ebuild:   >=dev-python/pygtk-2.12
gaupol-0.15.1.ebuild:   spell? ( >=dev-python/pyenchant-1.1.3
gaupol-0.15.1.ebuild:           app-text/iso-codes )
gaupol-0.15.1.ebuild:   sys-devel/gettext
gaupol-0.15.1.ebuild:   dev-util/intltool"