Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333517 - media-video/parole-0.2.0.2 - nsplugin installs into /usr/$(get_libdir)/mozilla/plugins/
Summary: media-video/parole-0.2.0.2 - nsplugin installs into /usr/$(get_libdir)/mozill...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 22:10 UTC by Daniel Pielmeier
Modified: 2010-09-06 20:50 UTC (History)
0 users

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


Attachments
parole-0.2.0.2-r1.diff (parole-0.2.0.2-r1.diff,805 bytes, patch)
2010-08-19 22:11 UTC, Daniel Pielmeier
Details | Diff
parole-0.2.0.2-r1.diff (parole-0.2.0.2-r1.diff,841 bytes, patch)
2010-08-19 22:25 UTC, Daniel Pielmeier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2010-08-19 22:10:45 UTC
The nsplugin from parole installs into /usr/$(get_libdir)/mozilla/plugins/ instead of /usr/$(get_libdir)/nsbrowser/plugins/ where most plugins install to. Furthermore it is only recognized by thunderbird and not firefox. A media browser plugin does not make much sense for a mail client, so attached patch moves it to the correct location where firefox recognises it.
Comment 1 Daniel Pielmeier gentoo-dev 2010-08-19 22:11:40 UTC
Created attachment 243629 [details, diff]
parole-0.2.0.2-r1.diff
Comment 2 Daniel Pielmeier gentoo-dev 2010-08-19 22:25:05 UTC
Created attachment 243631 [details, diff]
parole-0.2.0.2-r1.diff

Forgot to remove the empty mozilla directory.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-09-06 20:50:16 UTC
Comment on attachment 243631 [details, diff]
parole-0.2.0.2-r1.diff

uh... I like one-liner in pkg_setup more :-)

export BROWSER_PLUGIN_DIR="/usr/$(get_libdir)/${PLUGINS_DIR}" #333517
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-09-06 20:50:34 UTC
*parole-0.2.0.2-r1 (06 Sep 2010)

  06 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
  +parole-0.2.0.2-r1.ebuild:
  Fix parole-player.so plug-in path wrt #333517 by Daniel Pielmeier.