LibreOffice, Javascript, and Webkit-GTK on Raspberry Pi 2
Posted: Mon May 11, 2015 7:21 pm
It has been 5 days and the Libreoffice build has not finished compiling. How much longer will it take? I am using -j4 in my make.conf, a USB hard disk as the PORTAGE_TMPDIR mounted at /tmp, and an 8GB flash for swap. Don't want to cross compile.
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.
Also, 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
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