diff --git a/gnome/add/applets/gnome-applets-inst.xml b/gnome/add/applets/gnome-applets-inst.xml
index 2f62dbc21d..2de7432451 100644
--- a/gnome/add/applets/gnome-applets-inst.xml
+++ b/gnome/add/applets/gnome-applets-inst.xml
@@ -4,12 +4,10 @@
Install GNOME Applets by running the following commands:
PRE=`pkg-config --variable=prefix ORBit-2.0` &&
-./configure --prefix=$PRE \
- --libexecdir=$PRE/sbin \
+./configure --prefix=$PRE --libexecdir=$PRE/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make tooldir=$PRE/lib/gnome-applets &&
make tooldir=$PRE/lib/gnome-applets install &&
unset PRE
-
diff --git a/gnome/add/applets/gnome-applets-intro.xml b/gnome/add/applets/gnome-applets-intro.xml
index 833f4cc8f2..015606411a 100644
--- a/gnome/add/applets/gnome-applets-intro.xml
+++ b/gnome/add/applets/gnome-applets-intro.xml
@@ -21,8 +21,8 @@ url="&gnome-applets-download-ftp;"/>
GNOME Applets dependencies
Required
-
-
+,
+ and
Optional
diff --git a/gnome/add/gstreamer/gstreamer-exp.xml b/gnome/add/gstreamer/gstreamer-exp.xml
index 7314c9e358..621a26f524 100644
--- a/gnome/add/gstreamer/gstreamer-exp.xml
+++ b/gnome/add/gstreamer/gstreamer-exp.xml
@@ -11,10 +11,8 @@ puts configuration files in /etc/gnome instead of
$GNOME_PREFIX/etc.
-: This switch prevents
+: This switch prevents
the rebuilding of documentation during the make
command.
-
-
diff --git a/gnome/add/gstreamer/gstreamer-inst.xml b/gnome/add/gstreamer/gstreamer-inst.xml
index 45eb3ecdd5..aa0494760e 100644
--- a/gnome/add/gstreamer/gstreamer-inst.xml
+++ b/gnome/add/gstreamer/gstreamer-inst.xml
@@ -4,7 +4,8 @@
Install GStreamer by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
- --localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc &&
+ --localstatedir=/var/lib --sysconfdir=/etc/gnome \
+ --disable-docs-build &&
make &&
make install &&
gst-register
diff --git a/gnome/add/gstreamer/gstreamer-intro.xml b/gnome/add/gstreamer/gstreamer-intro.xml
index a4bad2dc36..f98b7b596b 100644
--- a/gnome/add/gstreamer/gstreamer-intro.xml
+++ b/gnome/add/gstreamer/gstreamer-intro.xml
@@ -19,11 +19,21 @@ url="&gstreamer-download-ftp;"/>
GStreamer dependencies
Required
-
+
+
+
Optional
- and
+
+,
+,
+,
+ or
+,
+docbook-utils,
+TransFig,
+Netpbm and
+Valgrind
+
-
diff --git a/gnome/add/gstreamer/gstreamer.ent b/gnome/add/gstreamer/gstreamer.ent
index c707680715..8c9b6e1e1f 100644
--- a/gnome/add/gstreamer/gstreamer.ent
+++ b/gnome/add/gstreamer/gstreamer.ent
@@ -3,9 +3,9 @@
-
+
-
-
-
+
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 866dfd5e43..61e0446189 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -12,7 +12,8 @@ who wrote what.
April 19th, 2004 [igor]: Updated to GNOME
-Terminal-2.6.1, libgtop-2.6.0, GAIL-1.6.1 and libxklavier-1.02.
+Terminal-2.6.1, libgtop-2.6.0, GAIL-1.6.1, libxklavier-1.02
+and GStreamer-0.8.1.
April 19th, 2004 [igor]: Updated to PHP-4.3.6, courtesy
of Jeremy Utley.