Changeset 39a9c7d for multimedia


Ignore:
Timestamp:
05/24/2006 09:00:20 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
e639150
Parents:
36ec89cb
Message:

Updated the ALSA Plugins dependencies and installed plugin module list; also added documentation installation commands to the ALSA Plugins instructions

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

File:
1 edited

Legend:

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

    r36ec89cb r39a9c7d  
    1212  <!ENTITY alsa-plugins-time          "less than 0.1 SBU">
    1313]>
     14
     15  <!--
     16  Editors: please examine the output from the configure command to see if
     17  there are any new dependencies. There has been a bunch of work on the
     18  plugins the last couple of releases, and that trend may continue.
     19  -->
    1420
    1521<sect1 id="alsa-plugins" xreflabel="ALSA Plugins-&alsa-plugins-version;">
     
    7783
    7884    <bridgehead renderas="sect4">Optional</bridgehead>
    79     <para role="optional"><ulink url="http://jackit.sourceforge.net/">JACK</ulink></para>
     85    <para role="optional"><xref linkend="ffmpeg"/>,
     86    <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
     87    <ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>, and
     88    <ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit
     89    Code</ulink> (a.k.a. libsamplerate)</para>
    8090
    8191    <para condition="html" role="usernotes">User Notes:
     
    105115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    106116
    107 <screen role="root"><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>make install &amp;&amp;
     118install -v -m755 -d /usr/share/doc/alsa-plugins-&alsa-plugins-version; &amp;&amp;
     119install -v -m644 doc/{README*,*.txt} \
     120                    /usr/share/doc/alsa-plugins-&alsa-plugins-version;</userinput></screen>
    108121
    109122  </sect2>
     
    119132      <seglistitem>
    120133        <seg>None</seg>
    121         <seg>libasound_module_pcm_oss.so, libasound_module_ctl_oss.so,
    122         libasound_module_pcm_upmix.so, libasound_module_pcm_vdownmix.so,
    123         and optionally libasound_module_pcm_jack.so</seg>
    124         <seg>/usr/lib/alsa-lib</seg>
     134        <seg>Numerous libasound_module_<replaceable>&lt;module&gt;</replaceable>.so
     135        modules including ctl_oss, pcm_oss, pcm_upmix, pcm_vdownmix and
     136        optionally ctl_polyp, pcm_polyp, pcm_a52, pcm_jack, rate_samplerate*</seg>
     137        <seg>/usr/share/doc/alsa-plugins-&alsa-plugins-version;</seg>
    125138      </seglistitem>
    126139    </segmentedlist>
     
    141154        </listitem>
    142155      </varlistentry>
     156
    143157      <varlistentry id="libasound_module_pcm_jack.so">
    144158        <term><filename class='libraryfile'>libasound_module_pcm_jack.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.