Ignore:
Timestamp:
07/24/2012 04:16:08 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
a2912ff
Parents:
cc2e31b6
Message:

XML Polishing, Part 1. Review GStreamer pages.

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

File:
1 edited

Legend:

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

    rcc2e31b6 r2ba0c1a  
    9696    running the following commands:</para>
    9797
    98 <screen><userinput>./configure --with-systemdsystemunitdir=no &amp;&amp;
     98<screen><userinput>./configure --without-systemdsystemunitdir &amp;&amp;
    9999make</userinput></screen>
    100100
     
    110110    <title>Command Explanations</title>
    111111
    112     <para><command>--with-systemdsystemunitdir=no</command>:
     112    <para><option>--without-systemdsystemunitdir</option>:
    113113    Do not install systemd units.</para>
    114114
     
    164164      <application>Udev</application> when the device is detected (during boot
    165165      or when plugged in for USB devices).</para>
    166 <!--
    167       <para>As the <systemitem class="username">root</systemitem> user, install
    168       a new <application>Udev</application> rules file to create the audio
    169       device nodes and run the restore script:</para>
    170 
    171 <screen role="root"><userinput>cat &gt; /etc/udev/rules.d/40-alsa.rules &lt;&lt; "EOF"
    172 # /etc/udev/rules.d/40-alsa.rules
    173 
    174 # When a sound device is detected, restore the volume settings
    175 KERNEL=="controlC[0-9]*", ACTION=="add", RUN+="/usr/sbin/alsactl restore %n"
    176 EOF
    177 chmod -v 644 /etc/udev/rules.d/40-alsa.rules</userinput></screen>
    178 -->
     166
    179167      <para>All sound devices are not accessible for any user except
    180168      <systemitem class="username">root</systemitem> and members of the
     
    199187    <segmentedlist>
    200188      <segtitle>Installed Programs</segtitle>
    201       <segtitle>Installed Libraries</segtitle>
    202189      <segtitle>Installed Directory</segtitle>
    203190
     
    206193        amixer, aplay, aplaymidi, arecord, arecordmidi, aseqdump,
    207194        aseqnet, iecset, and speaker-test</seg>
    208         <seg>None</seg>
    209195        <seg>/var/lib/alsa and /usr/share/sounds/alsa</seg>
    210196      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.