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

Bug 146798

Summary: totem-2.16 plugins get installed in wrong directory
Product: Gentoo Linux Reporter: Walter Meinl <wuno>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 132627    
Attachments: patch for totem-2.16.0.ebuild
patch for totem-2.16.1.ebuild

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.