updated to gstreamer-0.8.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2032 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-04-19 20:04:20 +00:00
parent ee548affd8
commit 862886a5ce
7 changed files with 26 additions and 18 deletions

View File

@ -4,12 +4,10 @@
<para>Install <application><acronym>GNOME</acronym> Applets</application> by running the following commands:</para>
<screen><userinput><command>PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
./configure --prefix=$PRE \
--libexecdir=$PRE/sbin \
./configure --prefix=$PRE --libexecdir=$PRE/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make tooldir=$PRE/lib/gnome-applets &amp;&amp;
make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
unset PRE</command></userinput></screen>
</sect2>

View File

@ -21,8 +21,8 @@ url="&gnome-applets-download-ftp;"/></para></listitem>
<sect3><title><application><acronym>GNOME</acronym> Applets</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="gail"/>
<xref linkend="gnome-panel"/>
<xref linkend="gail"/>,
<xref linkend="gnome-panel"/> and
<xref linkend="libxklavier"/>
</para></sect4>
<sect4><title>Optional</title>

View File

@ -11,10 +11,8 @@ puts configuration files in <filename
class="directory">/etc/gnome</filename> instead of
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
<para><option>--disable-gtk-doc</option>: This switch prevents
<para><option>--disable-docs-build</option>: This switch prevents
the rebuilding of documentation during the <command>make</command>
command.</para>
</sect2>

View File

@ -4,7 +4,8 @@
<para>Install <application>GStreamer</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
--localstatedir=/var/lib --sysconfdir=/etc/gnome \
--disable-docs-build &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
gst-register</command></userinput></screen>

View File

@ -19,11 +19,21 @@ url="&gstreamer-download-ftp;"/></para></listitem>
<sect3><title><application>GStreamer</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeui"/></para></sect4>
<para>
<xref linkend="libgnomeui"/>
</para></sect4>
<sect4><title>Optional</title>
<para><xref linkend="gtk-doc"/> and <xref
linkend="DocBook"/></para></sect4>
<para>
<xref linkend="Python"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="pst-typesetting-tex"/>,
<xref linkend="gs"/> or
<xref linkend="espgs"/>,
<ulink url="http://sources.redhat.com/docbook-tools/">docbook-utils</ulink>,
<ulink url="http://epb.lbl.gov/xfig/">TransFig</ulink>,
<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink> and
<ulink url="http://valgrind.kde.org/">Valgrind</ulink>
</para></sect4>
</sect3>
</sect2>

View File

@ -3,9 +3,9 @@
<!ENTITY gstreamer-inst SYSTEM "gstreamer-inst.xml">
<!ENTITY gstreamer-exp SYSTEM "gstreamer-exp.xml">
<!ENTITY gstreamer-desc SYSTEM "gstreamer-desc.xml">
<!ENTITY gstreamer-version "0.8.0">
<!ENTITY gstreamer-version "0.8.1">
<!ENTITY gstreamer-download-http "http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-&gstreamer-version;.tar.bz2">
<!ENTITY gstreamer-size "1.6 MB">
<!ENTITY gstreamer-buildsize "83.0 MB">
<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
<!ENTITY gstreamer-size "1.2 MB">
<!ENTITY gstreamer-buildsize "86 MB">
<!ENTITY gstreamer-time "1.31 SBU">

View File

@ -12,7 +12,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>April 19th, 2004 [igor]: Updated to GNOME
Terminal-2.6.1, libgtop-2.6.0, GAIL-1.6.1 and libxklavier-1.02.</para></listitem>
Terminal-2.6.1, libgtop-2.6.0, GAIL-1.6.1, libxklavier-1.02
and GStreamer-0.8.1.</para></listitem>
<listitem><para>April 19th, 2004 [igor]: Updated to PHP-4.3.6, courtesy
of Jeremy Utley.</para></listitem>