Author: pierre
Date: Fri Aug 16 10:08:32 2019
New Revision: 21980
Log:
Slightly change the layout of the audacious page, so that jhalfs can use
without neeed for editing the generated sciptlet
Modified:
trunk/BOOK/multimedia/audioutils/audacious.xml
Modified: trunk/BOOK/multimedia/audioutils/audacious.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/audacious.xml Fri Aug 16 10:06:44
2019 (r21979)
+++ trunk/BOOK/multimedia/audioutils/audacious.xml Fri Aug 16 10:08:32
2019 (r21980)
@@ -174,43 +174,43 @@
<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" &&
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>
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
<screen role="root"><userinput>make install</userinput></screen>
- </sect2>
-
- <sect2 role="installation">
- <title>Installation of Audacious Plugins</title>
+ </sect3>
- <para>
- Install the required plugins package by unpacking the tarball, changing
- into the newly created directory, and issuing the following commands:
- </para>
+ <sect3>
+ <title>Installation of Audacious Plugins</title>
-<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack
&&
+ <para>
+ Install the required plugins package by issuing the following commands:
+ </para>
+
+<screen><userinput>tar -xf
../audacious-plugins-&audacious-plugins-version;.tar.bz2
&&
+cd audacious-plugins-&audacious-plugins-version;
&&
+TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &&
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 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/update-icons-and-desktop.xml"/>
+
+ </sect3>
</sect2>
<sect2 role="commands">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page