[PATCH] Integrating a PulseAudio-based Java Mixer in icedtea6
Omair Majid
omajid at redhat.com
Thu Oct 9 07:43:17 PDT 2008
Hi,
Ioana and I have been working on creating a PulseAudio based Mixer and
we believe that it has become stable enough to include it as an optional
build in icedtea6. To do that, the pulseaudio source code needs to be
put in the pulseaudio folder in icedtea and the attached patch needs to
be applied.
The configure option --enable-pulse-java is used to enable building the
PulseAudio based mixer.
To compile icedtea with the pulseaudio-based mixer :
(assuming the icedtea-pulseaudio.patch file is in the current directory)
hg clone http://icedtea.classpath.org/hg/icedtea6
cd icedtea6
# this next step wont be necessary once the pulse-java source code
# is commited to icedtea6
hg clone http://icedtea.classpath.org/hg/pulseaudio
patch -p1 < ../icedtea-pulseaudio.patch
./autogen.sh
./configure --enable-pulse-java
make
Please let me know if there are any concerns, comments or objections.
Thanks,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-pulseaudio.patch
Type: text/x-patch
Size: 11859 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20081009/c37cfff0/icedtea-pulseaudio.patch
More information about the distro-pkg-dev
mailing list