Peddy | persia, I upgraded to Jaunty, and when I run my java application it says this: http://pastebin.com/m35c97c0. Do you know what this means? | 01:12 |
---|---|---|
Peddy | How would I automatically install the dependencies for building openjdk from source? | 01:47 |
Peddy | persia, could you let me know when you get back to your computer? I've almost got everything sorted out, I just have a question about how to install the build-dependencies (apt-get build-dep openjdk returns with 'unable to satisfy depends'). Thanks. | 01:59 |
Peddy | nevermind, I tried aptitude, and it fixes the dependecy loop automatically :) | 02:19 |
Peddy | Does Sun's Java support playback through Pulseaudio? | 04:48 |
persia | No. | 04:52 |
persia | Well, OpenJDK is developed also largely by Sun, so in that sense it does, but the legacy Java doesn't. | 04:52 |
Peddy | Ok, thanks. | 04:54 |
Peddy | persia, I upgraded to Jaunty (as I'm sure you've realized by me constantly messaging you :/), and Jaunty does not yet have some of the libraries that I need to compile openJDK. | 04:55 |
Peddy | with or without Pulesaudio enabled. | 04:55 |
persia | Really? Did you try with the Jaunty OpenJDK source? | 04:56 |
Peddy | Yep, I'll show you what happens. | 04:56 |
persia | Also, OpenJDK is compiled with pulseaudio support by default in jaunty (that's where I got the patch). | 04:56 |
Peddy | So I could just do 'apt-get install openjdk-6-jre'? | 04:57 |
Peddy | oh wow | 04:57 |
Peddy | oh wow | 04:57 |
Peddy | it just started working. | 04:58 |
Peddy | I've been trying to get this working ALL DAY. And I just tried it again, and it started playing through Pulseaudio. | 04:58 |
Peddy | openjdk couldn't open the file before, etc. | 04:58 |
* Peddy is happy :) | 04:58 | |
persia | Excellent! | 04:59 |
Peddy | Thanks for all your patience, persia :) | 04:59 |
persia | Peddy, No problem. Now, that application you wanted to run, is it packaged in Ubuntu? | 05:01 |
Peddy | No, I'm running it straight from the .jnlp file, and it's not in the repos. | 05:01 |
Peddy | Here's the SF page: http://softsqueeze.sourceforge.net/ | 05:02 |
Peddy | Why do you ask? | 05:04 |
persia | After you've played with it a bit more, if you like it, you might consider packaging it. | 05:05 |
persia | That way everyone can use a known working version. | 05:05 |
Peddy | That sounds great | 05:05 |
Peddy | Do you think it would be more sensible to package just the java program or the jre as well? | 05:07 |
persia | Just the Java program. The JRE is already packaged. | 05:07 |
Peddy | of course :P | 05:07 |
Peddy | persia, do you have a guide on how to create .dsc files? | 05:19 |
persia | Heh. | 05:20 |
persia | Generally, you create a .dsc file by being in a source directory with a clean debian/ and running `debuild -S`. | 05:20 |
Peddy | also, should I unzip the .jar files (which contain the source code), when putting the stuff in the deb? | 05:20 |
Peddy | I'm reading this: https://wiki.ubuntu.com/PackagingGuide/Complete | 05:21 |
Peddy | ok | 05:21 |
persia | I'd recommend putting the jar in the orig.tar.gz, and unzipping it at build time. | 05:21 |
persia | Make sure you can get a source jar, with no .class files though. | 05:21 |
Peddy | ok | 05:21 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!