Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276206 - www-plugins/mplayerplug-in-3.55-r1 does not install catalogs with translations
Summary: www-plugins/mplayerplug-in-3.55-r1 does not install catalogs with translations
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joe Jezak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 273121
Blocks:
  Show dependency tree
 
Reported: 2009-07-02 11:31 UTC by Petr Pisar
Modified: 2009-09-22 16:44 UTC (History)
1 user (show)

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


Attachments
www-plugins/mplayerplug-in-3.55-r1 patch installing catalogs (mplayerplug-in-3.55-r1.ebuild.diff,1.15 KB, patch)
2009-07-02 11:36 UTC, Petr Pisar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisar 2009-07-02 11:31:56 UTC
www-plugins/mplayerplug-in-3.55-r1 breaks gettext catalogs installation. It worked with previous in-portage version.

This has been caused by insensitive ebuild changes. Readding code from previous version should fix it.
Comment 1 Petr Pisar 2009-07-02 11:36:49 UTC
Created attachment 196348 [details, diff]
www-plugins/mplayerplug-in-3.55-r1 patch installing catalogs

This patch reintroduces catalog installation.

Getting currently USEd languages is a little odd (I thought some automagic with LINGUAS variable has been added into PMS, but I did not found any documentation). If you don't like it, just omit the code in src_unpack() and it will install all translations regardless USE flags.