View Single Post
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#5
Originally Posted by atnnn View Post
That's a great initiative, thanks.

Did you upload the binaries from the website or were you able to get the source and recompile it?

Specifically, it would be great to compile the browser plugin with a compatible version of libc++.
I used the binaries from http://camswl.com

Originally Posted by smoku
Why OpenJDK and non-free?
Isn't Sun Java fully open now?
I uploaded the JDK to non-free because only non-free allows to upload *.deb files directly.
I built all the packages using py2deb but for some reason the autobuilder did not like the package I set up for the JDK.
You can see the relevant build log here https://garage.maemo.org/builder/fre...log.FAILED.txt
As you can see in the control file I specified libpulse0 (>= 0.9.15~test5) as dependency but somehow the autobuilder did not pick up the .so file correctly.
Also specifying libpulse-dev did not help. So I decided to build the deb here in Scratchbox and go the way via non-free.

As for "really" compiling the whole thing from source: I simply don't have the time to figure this out at the moment. Afaik this involves quite some work to get even the "buildchain" required for building icedtea right.