[PATCH] Integrating a PulseAudio-based Java Mixer in icedtea6

Ioana Ivan iivan at redhat.com
Fri Oct 10 06:36:03 PDT 2008


Matthias Klose wrote:
> Omair Majid schrieb:
>   
>> Please let me know if there are any concerns, comments or objections.
>>     
>
>  - pulseaudio 0.9.11 is checked in the configure script; is this necessary,
>    or is 0.9.10 sufficient? asking because both Debian and Ubuntu only have
>    0.9.10. Or are single patches needed in 0.9.10?
>   
0.9.11 is needed for START/STOP events to be sent to the line listeners. 
There is actually a bug in pulseaudio that causes the start callback to 
not be called sometimes that's been fixed in 9.13, so it's better to 
have that version, but we have added some checks in java so 9.11 and 
9.12 should work as well.  We can write a patch so that it compiles and 
runs with 9.10, but the events won't work. Mark, I remember you were 
saying you had a patch for that. Is it working?
>  - -fpic: not sure if this is necessary for the bindings, but some platforms
>    require -fPIC (s390, mips, powerpc?, arm?)
>
> Matthias
>   




More information about the distro-pkg-dev mailing list