Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146798 - totem-2.16 plugins get installed in wrong directory
Summary: totem-2.16 plugins get installed in wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.16
  Show dependency tree
 
Reported: 2006-09-07 23:35 UTC by Walter Meinl
Modified: 2006-09-11 18:09 UTC (History)
0 users

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


Attachments
patch for totem-2.16.0.ebuild (totem1.diff,1.22 KB, patch)
2006-09-07 23:38 UTC, Walter Meinl
Details | Diff
patch for totem-2.16.1.ebuild (totem2.diff,1.27 KB, patch)
2006-09-07 23:39 UTC, Walter Meinl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Meinl 2006-09-07 23:35:52 UTC
Plugin managment of totem 2.16.0 has markedly changed. They allow now to build 4 (2.16.1 5) plugins. However, the plugins get installed in /usr/$(get_libdir)/mozilla regardless of the MOZILLA_PLUGINDIR= settings as this is hardcoded in the Makefiles. see http://bugzilla.gnome.org/show_bug.cgi?id=350077
Thus, on gentoo the plugins are not found (at least not by firefox when no mozilla is installed) I've added some sed lines to the ebuild to get them installed in the nsbrowser plugins dir patch to follow
Comment 1 Walter Meinl 2006-09-07 23:38:10 UTC
Created attachment 96364 [details, diff]
patch for totem-2.16.0.ebuild

this takes care also by use flags to enable/disable the new additional plugins
Comment 2 Walter Meinl 2006-09-07 23:39:44 UTC
Created attachment 96365 [details, diff]
patch for totem-2.16.1.ebuild

totem-2.16.1 was just released with an additional plugin, here's the patch against the current 2.16.0.ebuild
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-11 18:09:32 UTC
I've put in the sed, but not the use flags.  We don't usually do use flags for things that don't have extra deps, and those plugins don't seem to have any extra deps.