Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153610 - media-video/realplayer-10.0.8 does not install nphelix.xpt into plugins directory
Summary: media-video/realplayer-10.0.8 does not install nphelix.xpt into plugins direc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 14:14 UTC by Thomas Green
Modified: 2006-12-13 09:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Green 2006-10-31 14:14:37 UTC
I have traced a bug that has been annoying me for a while.  Whilst trying to listen to the BBC radio on www.bbc.co.uk/radio the radio would play but the controls for the pause and fast forwarding would not work. Thinking it was a problem with the BBC website listened through realplayer.  

However I recently installed the firefox 2.0 from mozilla into home directory and the controls worked.  Therefore I investigated and saw that the mozilla plugins are a complete mess and that nphelix.xpt is not installed properly and link is not created to /usr/lib/nsbrowser.  Therefore the realplayer plugin does not work correctly.  Linking nphelix.xpt into /usr/lib/nsbrowser makes firefox happy again.  Please could the ebuild be updated...

if use nsplugin ; then
  cd ${D}/opt/${MY_PN}/mozilla
  exeinto /opt/netscape/plugins
  doexe nphelix.so
  inst_plugin /opt/netscape/plugins/nphelix.so

  # following two lines added
  doexe nphelix.xpt 
  inst_plugin /opt/netscape/plugins/nphelix.xpt
fi


Many thanks
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2006-12-13 09:02:55 UTC
Fixed in CVS, thanks Thomas!