From 862886a5ce5ba6c0c78eaf28110171a56c9e9f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Mon, 19 Apr 2004 20:04:20 +0000 Subject: [PATCH] updated to gstreamer-0.8.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2032 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/add/applets/gnome-applets-inst.xml | 4 +--- gnome/add/applets/gnome-applets-intro.xml | 4 ++-- gnome/add/gstreamer/gstreamer-exp.xml | 4 +--- gnome/add/gstreamer/gstreamer-inst.xml | 3 ++- gnome/add/gstreamer/gstreamer-intro.xml | 18 ++++++++++++++---- gnome/add/gstreamer/gstreamer.ent | 8 ++++---- introduction/welcome/changelog.xml | 3 ++- 7 files changed, 26 insertions(+), 18 deletions(-) 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;"/> <application><acronym>GNOME</acronym> Applets</application> 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;"/> <application>GStreamer</application> 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.