Bug 153610 - media-video/realplayer-10.0.8 does not install nphelix.xpt into plugins directory
Bug#: 153610 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: e_l_p_i_s@yahoo.co.uk
Component: Applications
URL: 
Summary: media-video/realplayer-10.0.8 does not install nphelix.xpt into plugins directory
Keywords:  
Status Whiteboard: 
Opened: 2006-10-31 14:14 0000
Description:   Opened: 2006-10-31 14:14 0000
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 From Steve Dibb 2006-12-13 09:02:55 0000 -------
Fixed in CVS, thanks Thomas!