|
2010-05-04
, 20:58
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#2
|
The Following 4 Users Say Thank You to Wonko For This Useful Post: | ||
|
2010-05-04
, 21:45
|
Posts: 13 |
Thanked: 81 times |
Joined on Apr 2010
|
#3
|
|
2010-05-04
, 22:02
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#4
|
|
2010-05-04
, 22:22
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#5
|
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++.
Why OpenJDK and non-free?
Isn't Sun Java fully open now?
|
2010-05-04
, 22:26
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#6
|
I used the binaries from http://camswl.com
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.
|
2010-05-05
, 08:16
|
|
Posts: 290 |
Thanked: 132 times |
Joined on Jan 2010
@ New York City
|
#7
|
The Following User Says Thank You to mrebanza For This Useful Post: | ||
|
2010-05-05
, 08:23
|
|
Posts: 147 |
Thanked: 53 times |
Joined on Dec 2009
@ West London, UK
|
#8
|
|
2010-05-05
, 08:38
|
|
Posts: 134 |
Thanked: 247 times |
Joined on Sep 2009
@ Spain, EU
|
#9
|
The Following User Says Thank You to kevloral For This Useful Post: | ||
|
2010-05-05
, 08:41
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#10
|
If you're sure the package works you might be able to remove dpkg-shlibdeps from debian/rules and see if it works in free.
Could adding Java Support to Maemo lead to running Android Apps Natively on the n900????
There's another thread somewhere where someone has ported SWT, too. An installable combination of those two would be ideal from my perspective.
I started to package some Java applications to put these up in the repository.
The idea is to write scripts which allow the easy and reproducible creation of *.deb files for upload to the repository.
The scripts are available at https://garage.maemo.org/projects/instant-coffee/
So far I uploaded the Cambridge Software Labs version of the OpenJDK to extras-devel non-free (package name icedtea6) and Ant to extras-devel.
Reason for calling the OpenJDK version "icedtea6" is that the output of "java -version" reports it as "icedtea6".
I hope that everything is correct so far.
Especially licensing issues are not that easy to grasp.
Every feedback/support is highly appreciated.
Best regards
Wonko