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

Bug 328253

Summary: media-video/gaupol should either depend on dev-python/chardet or inform about this optional dependency
Product: Gentoo Linux Reporter: Ihar Hrachyshka <ihar.hrachyshka>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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"