Ignore:
Timestamp:
10/29/2014 10:06:49 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
3f05421
Parents:
1937ed6a
Message:

Multimedia Libraries section conversion.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    r1937ed6a r67f4e079  
    8989      <xref linkend="dbus"/>,
    9090      <xref linkend="glib2"/>,
    91       <xref linkend="libcap-pam"/>,
    9291      <xref linkend="openssl"/>,
    9392      <xref linkend="speex"/> and
     
    10099      <xref linkend="bluez"/> (runtime),
    101100      <xref linkend="check"/>,
    102       <xref linkend="systemd"/> (runtime),
    103101      <xref linkend="GConf"/>,
    104102      <xref linkend="gtk3"/>,
     
    158156    </para>
    159157
    160 <screen role="root"><userinput>rm /etc/dbus-1/system.d/pulseaudio-system.conf</userinput></screen>
     158<screen role="root"><userinput>rm -fv /etc/dbus-1/system.d/pulseaudio-system.conf</userinput></screen>
    161159
    162160  </sect2>
     
    196194  </sect2>
    197195
    198   <sect2 role="configuration">
    199     <title>Configuring PulseAudio</title>
    200 
    201     <sect3 id="pulseaudio-config">
    202       <title>Config Files</title>
    203       <para>
    204         There are system wide configuration files:
    205         <filename>/etc/pulse/daemon.conf</filename>,
    206         <filename>/etc/pulse/client.conf</filename>,
    207         <filename>/etc/pulse/default.pa</filename>, and user configuration
    208         files with the same names in
    209         <filename class="directory">~/.config/pulse</filename>. User
    210         configuration files take precedence over system wide ones.
    211       </para>
    212 
    213       <indexterm zone="pulseaudio pulseaudio-config">
    214         <primary sortas="e-AA.config-pulse">~/.config/pulse</primary>
    215       </indexterm>
    216 
    217       <indexterm zone="pulseaudio pulseaudio-config">
    218         <primary
    219         sortas="e-etc-pulse-daemon.conf">/etc/pulse/daemon.conf</primary>
    220       </indexterm>
    221 
    222       <indexterm zone="pulseaudio pulseaudio-config">
    223         <primary
    224         sortas="e-etc-pulse-client.conf">/etc/pulse/client.conf</primary>
    225       </indexterm>
    226 
    227       <indexterm zone="pulseaudio pulseaudio-config">
    228         <primary
    229         sortas="e-etc-pulse-default.pa">/etc/pulse/default.pa</primary>
    230       </indexterm>
    231     </sect3>
    232 
    233     <sect3><title>Configuration Information</title>
    234 
    235       <para>
    236         The default configuration files allow to set up a working installation,
    237         except that you need to remove a reference to Console-Kit if it is
    238         not installed. For example, issue the following command as the
    239         <systemitem class="username">root</systemitem> user:
    240       </para>
    241 
    242 <screen role="root"><userinput>sed '/load-module module-console-kit/s/^/#/' \
    243                     -i /etc/pulse/default.pa</userinput></screen>
    244 
    245       <para>
    246         You may also have to configure the audio system. You may start
    247         <application>pulseaudio</application> in command line mode using
    248         <command>pulseaudio -C</command>. You can then list various
    249         informations and change some settings. See
    250         <command>man pulse-cli-syntax</command>.
    251       </para>
    252     </sect3>
    253   </sect2>
    254 
    255196  <sect2 role="content">
    256197    <title>Contents</title>
     
    265206          esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink),
    266207          paplay (symlink), parec (symlink), parecord (symlink), pasuspender,
    267           pax11publish, pulseaudio,
    268           <!-- it looks like the equalizer needs FFTW: qpaeq, -->
     208          pax11publish, pulseaudio, qpaeq,
    269209          start-pulseaudio-kde and start-pulseaudio-x11
    270210        </seg>
     
    277217          /usr/include/pulse,
    278218          /usr/lib/cmake/PulseAudio,
    279           /usr/lib/pulse, and
     219          /usr/lib/pulse,
     220          /usr/libexec/pulse and
    280221          /usr/share/pulseaudio
    281222        </seg>
     
    440381      </varlistentry>
    441382
    442 <!-- only installed if FFTW is present
    443383      <varlistentry id="qpaeq">
    444384        <term><command>qpaeq</command></term>
     
    453393        </listitem>
    454394      </varlistentry>
    455 -->
     395
    456396      <varlistentry id="start-pulseaudio-kde">
    457397        <term><command>start-pulseaudio-kde</command></term>
Note: See TracChangeset for help on using the changeset viewer.