summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Torre <neugens@limasoftware.net>2007-10-15 21:33:25 +0000
committerMario Torre <neugens@limasoftware.net>2007-10-15 21:33:25 +0000
commit30699bcb1c22686e596d3328d35565a8d49bb072 (patch)
treebcaf66bd730d259ba8e0822e1633ad28192ca027
parent4732067a3394123614faca41f1000ec568a4fa41 (diff)
downloadclasspath-30699bcb1c22686e596d3328d35565a8d49bb072.tar.gz
2007-10-15 Mario Torre <neugens@limasoftware.net>
* doc/cp-hacking.texinfo: Update GConf requirement, and added information about the GStreamer Sound peer.
-rw-r--r--ChangeLog5
-rw-r--r--doc/cp-hacking.texinfo15
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37fcf2f07..94088317b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-15 Mario Torre <neugens@limasoftware.net>
+
+ * doc/cp-hacking.texinfo: Update GConf requirement, and added information
+ about the GStreamer Sound peer.
+
2007-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
* README.gstreamer: Correct a few typos.
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}.