Ignore:
Timestamp:
06/16/2013 01:51:15 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
c67fbf64
Parents:
11939cb
Message:

Update systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11300 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/gvolwheel.xml

    r11939cb rffa42a5  
    55  %general-entities;
    66
    7   <!ENTITY gvolwheel-download-http "&sourceforge-repo2;/projects/gvolwheel/files/gvolwheel-&gvolwheel-version;.tar.gz">
     7  <!ENTITY gvolwheel-download-http "&sourceforge-repo;/gvolwheel/gvolwheel-&gvolwheel-version;.tar.gz">
    88  <!ENTITY gvolwheel-download-ftp  "">
    99  <!ENTITY gvolwheel-md5sum        "4f04f00cdb875894c96b8a3ff8a9edb9">
     
    3030    <title>Introduction to Gvolwheel</title>
    3131
    32     <para>The <application>gvolwheel</application> package provides a lightweight
    33     volume control with a tray icon.</para>
     32    <para>
     33      The <application>Gvolwheel</application> package provides a lightweight
     34      volume control with a tray icon.
     35    </para>
    3436
    3537    &lfs73_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&gvolwheel-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&gvolwheel-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &gvolwheel-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &gvolwheel-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &gvolwheel-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &gvolwheel-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&gvolwheel-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&gvolwheel-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &gvolwheel-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &gvolwheel-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &gvolwheel-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &gvolwheel-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6377      <xref linkend="alsa-utils"/>,
    6478      <xref linkend="gtk3"/>,
    65       <xref linkend="intltool"/>, and
     79      <xref linkend="intltool"/> and
    6680      <xref linkend="perl-xml-parser"/>
    6781    </para>
    6882
    6983    <para condition="html" role="usernotes">User Notes:
    70     <ulink url="&blfs-wiki;/gvolwheel"/></para>
    71 
     84      <ulink url="&blfs-wiki;/gvolwheel"/>
     85    </para>
    7286  </sect2>
    7387
     
    7589    <title>Kernel Configuration</title>
    7690
    77     <para>In the Device Drivers &rArr; Sound card support &rArr; Advanced Linux
    78     Sound Architecture section of the kernel configuration, ensure that OSS Mixer
    79     API (CONFIG_SND_MIXER_OSS) is selected.  If necessary, recompile and install
    80     your new kernel.</para>
     91    <para>
     92      In the Device Drivers &rArr; Sound card support &rArr; Advanced Linux
     93      Sound Architecture section of the kernel configuration, ensure that OSS Mixer
     94      API (CONFIG_SND_MIXER_OSS) is selected. If necessary, recompile and install
     95      your new kernel.
     96    </para>
    8197
    8298    <indexterm zone="gvolwheel gvolwheel-kernel">
     
    89105    <title>Installation of Gvolwheel</title>
    90106
    91     <para>Install <application>gvolwheel</application> by
    92     running the following commands:</para>
     107    <para>
     108      Install <application>Gvolwheel</application> by running the
     109      following commands:
     110    </para>
    93111
    94112<screen><userinput>sed -i 's%doc/gvolwheel%share/doc/gvolwheel-&gvolwheel-version;%' Makefile.in &amp;&amp;
     
    96114make</userinput></screen>
    97115
    98     <para>This package does not come with a working test suite.</para>
    99 
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     116    <para>
     117      This package does not come with a working test suite.
     118    </para>
     119
     120    <para>
     121      Now, as the <systemitem class="username">root</systemitem> user:
     122    </para>
    101123
    102124<screen role="root"><userinput>make install</userinput></screen>
     
    107129    <title>Command Explanations</title>
    108130
    109     <para><parameter>sed -i 's%doc/gvolwheel%share/doc/gvolwheel-&gvolwheel-version;%' ...</parameter>:
    110     this puts the documentation into a versioned directory.</para>
    111 
    112     <para><parameter>--enable-oss</parameter>: without this, the program will not
    113     run unless <command>alsamixer</command> has been run.</para>
     131    <para>
     132      <command>sed -i 's%doc/gvolwheel%share/doc/gvolwheel-&gvolwheel-version;%' ...</command>:
     133      This ensures that the documentation into a versioned directory.
     134    </para>
     135
     136    <para>
     137      <parameter>--enable-oss</parameter>: without this, the program will not
     138      run unless <command>alsamixer</command> has been run.
     139    </para>
    114140
    115141  </sect2>
    116142
    117143  <sect2 role="configuring gvolwheel">
    118     <title>Configuring gvolwheel</title>
    119 
    120     <para>Before using this application, use <command>alsamixer</command> to
    121     ensure the channels are not muted, and are set to suitable levels so that the
    122     master volume control will provide suitable levels. Once
    123     <command>gvolwheel</command> is running you can, if you wish. right-click on
    124     its icon in the tray to change it to control the PCM volume instead of the
    125     master volume. Depending on your theme settings, you may also wish to tick
    126     &quot;Use Gnome Icons&quot;.</para>
    127 
    128     <para>If you middle-click on the icon, it will mute the volume, that is, it
    129     will set it to zero : do not confuse this with the mute/unmute controls in
    130     e.g. <command>alsamixer</command>.</para>
     144    <title>Configuring Gvolwheel</title>
     145
     146    <para>
     147      Before using this application, use <command>alsamixer</command> to
     148      ensure the channels are not muted, and are set to suitable levels so
     149      that the master volume control will provide suitable levels. Once
     150      <command>gvolwheel</command> is running you can, if you wish,
     151      right-click on its icon in the tray to change it to control the PCM
     152      volume instead of the  master volume. Depending on your theme settings,
     153      you may also wish to tick &quot;Use Gnome Icons&quot;.
     154    </para>
     155
     156    <para>
     157      If you middle-click on the icon, it will mute the volume, that is, it
     158      will set it to zero : do not confuse this with the mute/unmute controls in
     159      e.g. <command>alsamixer</command>.
     160    </para>
    131161
    132162  </sect2>
     
    136166
    137167    <segmentedlist>
    138       <segtitle>Installed Programs</segtitle>
     168      <segtitle>Installed Program</segtitle>
    139169      <segtitle>Installed Libraries</segtitle>
    140170      <segtitle>Installed Directories</segtitle>
    141171
    142172      <seglistitem>
    143         <seg>gvolwheel</seg>
    144         <seg>none</seg>
    145         <seg>/usr/share/doc/gvolwheel-&gvolwheel-version;
    146         /usr/share/pixmaps/gvolwheel</seg>
     173        <seg>
     174          gvolwheel
     175        </seg>
     176        <seg>
     177          None
     178        </seg>
     179        <seg>
     180          /usr/share/doc/gvolwheel-&gvolwheel-version; and
     181          /usr/share/pixmaps/gvolwheel
     182        </seg>
    147183      </seglistitem>
    148184    </segmentedlist>
     
    156192        <term><command>gvolwheel</command></term>
    157193        <listitem>
    158           <para>is a lightweight volume control that sits in a tray.</para>
     194          <para>
     195            is a lightweight volume control that sits in a tray.
     196          </para>
    159197          <indexterm zone="gvolwheel gvolwheel">
    160198            <primary sortas="b-gvolwheel">gvolwheel</primary>
Note: See TracChangeset for help on using the changeset viewer.