Ignore:
Timestamp:
08/16/2019 05:08:32 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aeea22a
Parents:
b2dc6a7f
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/audacious.xml

    rb2dc6a7f r5112711  
    175175    <title>Installation of Audacious</title>
    176176
    177     <para>
    178       Install <application>Audacious</application> by running the following
    179       commands (you may wish to change the stamp to another string):
    180     </para>
     177    <sect3>
     178    <title>Installation of the Main Audacious Program</title>
     179
     180      <para>
     181        Install <application>Audacious</application> by running the following
     182        commands (you may wish to change the stamp to another string):
     183      </para>
    181184
    182185<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
     
    184187make</userinput></screen>
    185188
    186     <para>
    187       This package does not come with a test suite.
    188     </para>
    189 
    190     <para>
    191       Now, as the <systemitem class="username">root</systemitem> user:
    192     </para>
     189      <para>
     190        This package does not come with a test suite.
     191      </para>
     192
     193      <para>
     194        Now, as the <systemitem class="username">root</systemitem> user:
     195      </para>
    193196
    194197<screen role="root"><userinput>make install</userinput></screen>
    195198
    196   </sect2>
    197 
    198   <sect2 role="installation">
    199     <title>Installation of Audacious Plugins</title>
    200 
    201     <para>
    202       Install the required plugins package by unpacking the tarball, changing
    203       into the newly created directory, and issuing the following commands:
    204     </para>
    205 
    206 <screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &amp;&amp;
     199    </sect3>
     200
     201    <sect3>
     202      <title>Installation of Audacious Plugins</title>
     203
     204      <para>
     205        Install the required plugins package by issuing the following commands:
     206      </para>
     207
     208<screen><userinput>tar -xf ../audacious-plugins-&audacious-plugins-version;.tar.bz2                &amp;&amp;
     209cd audacious-plugins-&audacious-plugins-version;                                &amp;&amp;
     210TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &amp;&amp;
    207211make</userinput></screen>
    208 
    209     <para>
    210       This package does not come with a test suite.
    211     </para>
    212212
    213213    <para>
     
    219219    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    220220      href="../../xincludes/update-icons-and-desktop.xml"/>
     221
     222    </sect3>
    221223  </sect2>
    222224
Note: See TracChangeset for help on using the changeset viewer.