mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
gst-plugins-good tweaks
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10173 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0331c46cf6
commit
c9ad67018e
@ -119,7 +119,7 @@
|
||||
<xref linkend="speex"/>,
|
||||
<xref linkend="taglib"/>,
|
||||
<ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink> and
|
||||
<ulink url="http://www.wavpack.com/">WavPack</ulink>.
|
||||
<ulink url="http://www.wavpack.com/">WavPack</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional, for the unit regression tests</bridgehead>
|
||||
@ -129,12 +129,13 @@
|
||||
<ulink url="http://www.valgrind.org/">Valgrind</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required to Rebuild the API
|
||||
Documentation)</bridgehead>
|
||||
<bridgehead renderas="sect4">
|
||||
Optional (Required to Rebuild the API Documentation)
|
||||
</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML parser such as
|
||||
<xref linkend=" expat"/>).
|
||||
<xref linkend=" expat"/>)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
@ -151,7 +152,8 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static --sysconfdir=/etc --with-gtk=3.0 &&
|
||||
--sysconfdir=/etc \
|
||||
--with-gtk=3.0 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -181,33 +183,28 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>--sysconfdir=/etc</parameter>: This parameter is
|
||||
used so that the <application>GConf</application> configuration files
|
||||
are installed in the system-wide GNOME <application>GConf</application>
|
||||
database located in <filename class="directory">/etc/gconf</filename>
|
||||
instead of <filename class="directory">/usr/etc</filename>. You may omit
|
||||
this parameter if you don't have <application>GConf</application>
|
||||
installed.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>Numerous <application>GStreamer</application> plugins</seg>
|
||||
<seg>/usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10</seg>
|
||||
<seg>
|
||||
Numerous <application>GStreamer</application> plugins
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user