Gnash tweaks

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10103 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-05-07 14:58:52 +00:00
parent f8d595181d
commit f412656602

View File

@ -77,17 +77,12 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="agg"/>,
<xref linkend="boost"/>,
<xref linkend="GConf"/>,
<xref linkend="giflib"/> and
<xref linkend="agg"/>.
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="ffmpeg"/>,
<xref linkend="gtk2"/> and
<xref linkend="firefox"/> or <xref linkend="seamonkey"/>.
<xref linkend="ffmpeg"/> or <xref linkend="gst-plugins-base"/>,
<xref linkend="firefox"/> or <xref linkend="seamonkey"/>,
<xref linkend="GConf"/> and
<xref linkend="giflib"/>.
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -95,9 +90,9 @@
<xref linkend="curl"/>,
<xref linkend="dejagnu"/>,
<xref linkend="git"/>,
<xref linkend="gst-plugins-base"/>,
<xref linkend="libogg"/>,
<xref linkend="libvorbis"/>,
<xref linkend="qt4"/>,
<xref linkend="speex"/>,
<xref linkend="wget"/>,
<ulink url="http://www.swftools.org/">SWFTools</ulink>,
@ -122,9 +117,9 @@
commands:
</para>
<screen><userinput>./configure --prefix=/usr --enable-gui=gtk --sysconfdir=/etc \
--enable-media=ffmpeg --with-npapi-incl=/usr/include/npapi \
--with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--with-npapi-incl=/usr/include/npapi \
--with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
make</userinput></screen>
<para>
@ -143,19 +138,13 @@ make install-plugin</userinput></screen>
<title>Command Explanations</title>
<para>
<option>--enable-gui=gtk</option>: This tells it to use Gtk+ 2 for its
GUI. The other option is Qt4 (not tested).
</para>
<para>
<option>--enable-media=ffmpeg</option>: This tells it to use FFmpeg to
render video. The default is to use Gstreamer (not tested).
<option>--enable-media=ffmpeg</option>: This tells it to use FFmpeg
instead of Gstreamer to render video.
</para>
<para>
<option>--with-npapi-incl=/usr/include/npapi</option>: This option tells
it where to find some Mozilla headers that it needs. Remove this option if
you didn't install Firefox or Seamonkey.
it where to find some Mozilla headers that it needs.
</para>
<para>