From 30699bcb1c22686e596d3328d35565a8d49bb072 Mon Sep 17 00:00:00 2001 From: Mario Torre Date: Mon, 15 Oct 2007 21:33:25 +0000 Subject: 2007-10-15 Mario Torre * doc/cp-hacking.texinfo: Update GConf requirement, and added information about the GStreamer Sound peer. --- doc/cp-hacking.texinfo | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/cp-hacking.texinfo b/doc/cp-hacking.texinfo index cac0387f3..20ec4bbc6 100644 --- a/doc/cp-hacking.texinfo +++ b/doc/cp-hacking.texinfo @@ -559,12 +559,25 @@ library headers: @table @b @item GConf -@uref{http://www.gnome.org/projects/gconf/,GConf} version 2.11.2 +@uref{http://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: + +@table @b +@item GStreamer +@uref{http://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. + +@end 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}. -- cgit v1.2.1