Ignore:
Timestamp:
02/11/2013 06:30:03 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0d7900a
Parents:
b72d9a4
Message:

Updated FFmpeg to 1.1.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11014 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    rb72d9a4 ra161de9  
    3131
    3232    <para>
    33       <application>PulseAudio</application> is a sound system for POSIX OSes, 
    34       meaning that it is a proxy for sound applications. It allows you to do 
    35       advanced operations on your sound data as it passes between your application 
    36       and your hardware. Things like transferring the audio to a different machine, 
    37       changing the sample format or channel count and mixing several sounds into 
     33      <application>PulseAudio</application> is a sound system for POSIX OSes,
     34      meaning that it is a proxy for sound applications. It allows you to do
     35      advanced operations on your sound data as it passes between your application
     36      and your hardware. Things like transferring the audio to a different machine,
     37      changing the sample format or channel count and mixing several sounds into
    3838      one are easily achieved using a sound server.
    3939    </para>
     
    129129    <para>
    130130      In order for <application>PulseAudio</application> to communicate
    131       properly with D-BUS, create a unique user. As the <systemitem 
     131      properly with D-BUS, create a unique user. As the <systemitem
    132132      class="username">root</systemitem> user, run:
    133     </para> 
     133    </para>
    134134
    135135<screen role="root"><userinput>groupadd -g 58 pulse &amp;&amp;
     
    195195      <seglistitem>
    196196        <seg>
    197           esdcompat, pacat, pacmd, pactl, padsp, pamon, paplay, parec, 
    198           parecord, pasuspender, pax11publish, pulseaudio, qpaeq, 
     197          esdcompat, pacat, pacmd, pactl, padsp, pamon, paplay, parec,
     198          parecord, pasuspender, pax11publish, pulseaudio, qpaeq,
    199199          start-pulseaudio-kde and start-pulseaudio-x11
    200200        </seg>
    201201        <seg>
    202           libpulsecore-&pulseaudio-version;.so, libpulse-mainloop-glib.so, 
     202          libpulsecore-&pulseaudio-version;.so, libpulse-mainloop-glib.so,
    203203          libpulse-simple.so and libpulse.so
    204204        </seg>
     
    260260        <listitem>
    261261          <para>
    262             is used to control a running <application>PulseAudio</application> 
     262            is used to control a running <application>PulseAudio</application>
    263263            sound server.
    264264          </para>
     
    285285        <listitem>
    286286          <para>
    287             is a symbolic link to pacat.
     287            is a symbolic link to <command>pacat</command>.
    288288           </para>
    289289          <indexterm zone="pulseaudio pamon">
     
    297297        <listitem>
    298298          <para>
    299             is used to play audio files on
     299            is used to play audio files on a
    300300            <application>PulseAudio</application> sound server.
    301301          </para>
     
    310310        <listitem>
    311311          <para>
    312             is a symbolic link to pacat.
     312            is a symbolic link to <command>pacat</command>.
    313313          </para>
    314314          <indexterm zone="pulseaudio parec">
     
    322322        <listitem>
    323323          <para>
    324             is a symbolic link to pacat.
     324            is a symbolic link to <command>pacat</command>.
    325325          </para>
    326326          <indexterm zone="pulseaudio parecord">
     
    337337            <application>PulseAudio</application> sound server to temporarily
    338338            suspend access to the audio devices, to allow other applications
    339             access them directly.
     339            to access them directly.
    340340          </para>
    341341          <indexterm zone="pulseaudio pasuspender">
Note: See TracChangeset for help on using the changeset viewer.