Ignore:
Timestamp:
03/05/2012 07:08:17 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
fae66a0
Parents:
2f8eb255
Message:

Update to alsa-1.0.25

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

File:
1 edited

Legend:

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

    r2f8eb255 r55681b7  
    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        "8238cd57cb301d1c36bcf0ecb59ce6b2">
     9  <!ENTITY alsa-utils-md5sum        "f81f9dcb9a014fd32cb3a70066a5b9a9">
    1010  <!ENTITY alsa-utils-size          "1.1 MB">
    1111  <!ENTITY alsa-utils-buildsize     "11 MB">
     
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    6868    <para role="optional">
    69       <xref linkend="xmlto"/>
     69      <xref linkend="xmlto"/>,
     70      <ulink url="http://hightek.org/dialog/">dialog</ulink> (for alsaconf)
    7071    </para>
    7172
     
    9596    running the following commands:</para>
    9697
    97 <screen><userinput>./configure &amp;&amp;
     98<screen><userinput>./configure --with-systemdsystemunitdir=no &amp;&amp;
    9899make</userinput></screen>
    99100
     
    103104
    104105<screen role="root"><userinput>make install</userinput></screen>
     106
     107  </sect2>
     108
     109  <sect2 role="commands">
     110    <title>Command Explanations</title>
     111
     112    <para><command>--with-systemdsystemunitdir=no</command>:
     113    Do not install systemd units.</para>
    105114
    106115  </sect2>
     
    144153      <para>The first time the <filename>alsactl</filename> program is run from
    145154      the <application>udev</application> rule below, it will complain that
    146       there is no state in <filename>/etc/asound.state</filename>.  You can
    147       prevent this by running the following commands as the <systemitem
     155      there is no state in <filename>/var/lib/alsa/asound.state</filename>. You
     156      can prevent this by running the following commands as the <systemitem
    148157      class="username">root</systemitem> user:</para>
    149158
    150 <screen role="root"><userinput>mkdir -p /var/lib/alsa &amp;&amp;
    151 touch /var/lib/alsa/asound.state &amp;&amp;
     159<screen role="root"><userinput>touch /var/lib/alsa/asound.state &amp;&amp;
    152160alsactl store</userinput></screen>
    153161
     
    155163      <application>Udev</application> when the device is detected (during boot
    156164      or when plugged in for USB devices).</para>
    157 
     165<!--
    158166      <para>As the <systemitem class="username">root</systemitem> user, install
    159167      a new <application>Udev</application> rules file to create the audio
     
    167175EOF
    168176chmod -v 644 /etc/udev/rules.d/40-alsa.rules</userinput></screen>
    169 
     177-->
    170178      <para>All sound devices are not accessible for any user except
    171179      <systemitem class="username">root</systemitem> and members of the
Note: See TracChangeset for help on using the changeset viewer.