Has anyone else compiled LibreOffice on a raspberry pi 2?
Webkit-gtk was difficult to compile since in v2.6.5 and some later versions there is a missing semicolon after a "return" statement in the FEBlendNEON.h file which prevents it from building. I checked version 2.8.1 and it was fixed, but there is no ebuild in portage for that version yet. To get it to compile on my machine, I had to quickly edit FEBlendNEON.h after portage extracted it, but before it was used by the compiler.
Code: Select all
nano /tmp/portage/net-libs/webkit-gtk-2.6.6/work/webkitgtk-2.6.6/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.hAlso, has anyone gotten javascript to work in Midori or Etherium browsers? When I have scripting enabled in those browsers, they crash constantly.
What about hardware accelerated mp4 playback in xine or vlc?
My goal is to have the RPI2 replace the desktop that I use for light browsing and some video playback. Want to minimize my electric bill.
Thanks,
Richard

