Slightly change the layout of the audacious page, so that jhalfs can use

without neeed for editing the generated sciptlet

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21980 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2019-08-16 17:08:32 +00:00
parent b2dc6a7fc1
commit 5112711e5a

View File

@ -174,42 +174,42 @@
<sect2 role="installation">
<title>Installation of Audacious</title>
<para>
Install <application>Audacious</application> by running the following
commands (you may wish to change the stamp to another string):
</para>
<sect3>
<title>Installation of the Main Audacious Program</title>
<para>
Install <application>Audacious</application> by running the following
commands (you may wish to change the stamp to another string):
</para>
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
--with-buildstamp="BLFS" &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
</sect3>
<sect2 role="installation">
<title>Installation of Audacious Plugins</title>
<sect3>
<title>Installation of Audacious Plugins</title>
<para>
Install the required plugins package by unpacking the tarball, changing
into the newly created directory, and issuing the following commands:
</para>
<para>
Install the required plugins package by issuing the following commands:
</para>
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &amp;&amp;
<screen><userinput>tar -xf ../audacious-plugins-&audacious-plugins-version;.tar.bz2 &amp;&amp;
cd audacious-plugins-&audacious-plugins-version; &amp;&amp;
TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
@ -218,6 +218,8 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/update-icons-and-desktop.xml"/>
</sect3>
</sect2>
<sect2 role="commands">