Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335461 - media-sound/audacious-2.4[chardet] requires app-i18n/libguess
Summary: media-sound/audacious-2.4[chardet] requires app-i18n/libguess
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
: 361489 (view as bug list)
Depends on: 348192
Blocks: 297894
  Show dependency tree
 
Reported: 2010-08-31 21:38 UTC by Mathieu Z
Modified: 2011-04-22 10:32 UTC (History)
2 users (show)

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


Attachments
ebuild with correct supporting of media-sound/audacious[chardet] (audacious-2.4.2.ebuild,1.75 KB, text/plain)
2010-12-08 19:11 UTC, Alexey Portnov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Z 2010-08-31 21:38:21 UTC
libguess is no longer shipped with audacious-2.4. Simply adding

chardet? ( app-i18n/libguess )

fixes the problem.

BEFORE:

Configuration:

  Install path:                           /usr
  Current Audacious executable:           /usr/bin/audacious
  Allow user plugin dir:                  yes

  Additional debugging output:            no
  Automatic character code detection:     no
  D-Bus support:                          yes
  Session management (eggsm)              yes

  SSE2:                                   yes
  AltiVec:                                no

AFTER:
Configuration:

  Install path:                           /usr
  Current Audacious executable:           /usr/bin/audacious
  Allow user plugin dir:                  yes

  Additional debugging output:            no
  Automatic character code detection:     yes
  D-Bus support:                          yes
  Session management (eggsm)              yes

  SSE2:                                   yes
  AltiVec:                                no

Reproducible: Always
Comment 1 Alexey Portnov 2010-12-08 19:11:02 UTC
Created attachment 256679 [details]
ebuild with correct supporting of media-sound/audacious[chardet]

audacious requires app-i18n/libguess for supporting chardet (automatic character detection)
libguess — a high-speed character set detection library which is developed by Atheme project - the authors of audacious
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2011-04-16 20:10:48 UTC
*** Bug 361489 has been marked as a duplicate of this bug. ***
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2011-04-22 10:32:47 UTC
This is in the tree as 2.5.0; thank you for your report.