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