I've added the following to the docs
2007-10-15 Mario Torre <[EMAIL PROTECTED]>
* doc/cp-hacking.texinfo: Update GConf requirement, and added
information
about the GStreamer Sound peer.
Thanks,
Mario
--
Lima Software - http://www.limasoftware.net/
GNU Classpath Developer - http://www.classpath.org/
Fedora Ambassador - http://fedoraproject.org/wiki/MarioTorre
Jabber: [EMAIL PROTECTED]
pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF
Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF
Please, support open standards:
http://opendocumentfellowship.org/petition/
http://www.nosoftwarepatents.com/
### Eclipse Workspace Patch 1.0
#P classpath-clean
Index: doc/cp-hacking.texinfo
===================================================================
RCS file: /sources/classpath/classpath/doc/cp-hacking.texinfo,v
retrieving revision 1.4
diff -u -r1.4 cp-hacking.texinfo
--- doc/cp-hacking.texinfo 15 Oct 2007 20:50:45 -0000 1.4
+++ doc/cp-hacking.texinfo 15 Oct 2007 21:32:38 -0000
@@ -559,12 +559,25 @@
@table @b
@item GConf
[EMAIL PROTECTED]://www.gnome.org/projects/gconf/,GConf} version 2.11.2
[EMAIL PROTECTED]://www.gnome.org/projects/gconf/,GConf} version 2.6.0
(or higher). GConf is used for storing dektop and application
configuration settings in GNOME.
@end table
+The GStreamer backend for javax.sound.sampled (The Java Sound API, not
+including the MIDI portion) needs the following library headers:
+
[EMAIL PROTECTED] @b
[EMAIL PROTECTED] GStreamer
[EMAIL PROTECTED]://gstreamer.freedesktop.org/,GStreamer} version 0.10.10
+(or higher). You will also need at least gstreamer-base and
+gstreamer-plugins-base. More plugins can be used to allow streaming of
+different sound types but are not a compile time requirement. See
+README.gstreamer in the source distribution for more informations.
+
[EMAIL PROTECTED] table
+
For building @command{gcjwebplugin} you'll need the Mozilla plugin
support headers and libraries, which are available at
@uref{http://www.mozilla.org,www.mozilla.org}.