Ignore:
Timestamp:
01/31/2016 08:31:08 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
5ee2c13
Parents:
2df08064
Message:

Merge changes from trunk Chpater 45 (systemd Chapter 37)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-utils.xml

    r2df08064 rd19fb65  
    77  <!ENTITY alsa-utils-download-http "&alsa-download-http;/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
    88  <!ENTITY alsa-utils-download-ftp  "&alsa-download-ftp;/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
    9   <!ENTITY alsa-utils-md5sum        "6b289bf874c4c9a63f4b3973093dd404">
     9  <!ENTITY alsa-utils-md5sum        "b9d6102fbbd0b68040bb77023ed30c0c">
    1010  <!ENTITY alsa-utils-size          "1.1 MB">
    11   <!ENTITY alsa-utils-buildsize     "12 MB">
     11  <!ENTITY alsa-utils-buildsize     "9.3 MB">
    1212  <!ENTITY alsa-utils-time          "0.1 SBU">
    1313]>
     
    8282    <para role="optional">
    8383      <xref linkend="libsamplerate"/>,
    84       <xref linkend="xmlto"/> and
    85       <ulink url="http://hightek.org/dialog/">Dialog</ulink>
     84      <xref linkend="xmlto"/>,
     85      <ulink url="http://hightek.org/dialog/">Dialog</ulink>, and
     86      <ulink url="http://www.fftw.org/">FFTW</ulink>
    8687    </para>
    8788
     
    99100    </para>
    100101
    101 <screen><userinput>./configure --disable-alsaconf --disable-xmlto &amp;&amp;
     102<screen><userinput>./configure --disable-alsaconf \
     103            --disable-bat   \
     104            --disable-xmlto \
     105            --with-curses=ncursesw &amp;&amp;
    102106make</userinput></screen>
    103107
     
    125129    <para>
    126130      <option>--disable-xmlto</option>: Omit this switch if you have installed
    127       <xref linkend="xmlto"/> and don't wish to install pregenerated man pages.
     131      <xref linkend="xmlto"/> and want to regenerate the man pages.
     132    </para>
     133
     134    <para>
     135      <option>--disable-bat</option>: Omit this switch if you have installed
     136      <ulink url="http://www.fftw.org/">FFTW</ulink> and wish to install
     137      the Basic Audio Tester (BAT).
     138    </para>
     139
     140    <para>
     141      <option>--with-curses=ncursesw</option>: This switch forces the use of
     142      wide-character ncurses libraries.
    128143    </para>
    129144
     
    205220      <seglistitem>
    206221        <seg>
    207           aconnect, alsa-info.sh, alsactl, alsaloop, alsamixer,
     222          aconnect, alsaloop, alsamixer, alsatplg,
    208223          alsaucm, amidi, amixer, aplay, aplaymidi, arecord (symlink),
    209           arecordmidi, aseqdump, aseqnet, iecset and
    210           speaker-test
     224          arecordmidi, aseqdump, iaseqnet, iecset, and speaker-test
    211225        </seg>
    212226        <seg>
     
    237251      </varlistentry>
    238252
    239       <varlistentry id="alsa-info.sh">
    240         <term><command>alsa-info.sh</command></term>
    241         <listitem>
    242           <para>
    243             is used to generate a file containing detailed information
    244             about your sound hardware.
    245           </para>
    246           <indexterm zone="alsa-utils alsa-info.sh">
    247             <primary sortas="b-alsa-info.sh">alsa-info.sh</primary>
    248           </indexterm>
    249         </listitem>
    250       </varlistentry>
    251 
    252       <varlistentry id="alsactl">
    253         <term><command>alsactl</command></term>
    254         <listitem>
    255           <para>
    256             is used to control advanced settings for the
    257             ALSA sound card drivers.
    258           </para>
    259           <indexterm zone="alsa-utils alsactl">
    260             <primary sortas="b-alsactl">alsactl</primary>
    261           </indexterm>
    262         </listitem>
    263       </varlistentry>
    264 
    265253      <varlistentry id="alsaloop">
    266254        <term><command>alsaloop</command></term>
Note: See TracChangeset for help on using the changeset viewer.