Update to alsa-lib-1.2.1.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22394 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-11-24 03:19:27 +00:00
parent 11839b6fee
commit 16f0d158af
3 changed files with 14 additions and 3 deletions

View File

@ -44,6 +44,11 @@
<listitem>
<para>November 23rd, 2019</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to alsa-lib-1.2.1.1 (and fix a pulseaudio
build problem related to alsa-lib). Fixes
<ulink url="&blfs-ticket-root;12813">#12813</ulink>>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to alsa-{firmware,lib,utils,plugins}-1.2.1.
Fixes <ulink url="&blfs-ticket-root;12776">#12776</ulink>.</para>

View File

@ -6,8 +6,8 @@
<!ENTITY alsa-lib-download-http " ">
<!ENTITY alsa-lib-download-ftp "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
<!ENTITY alsa-lib-md5sum "7f7cae6925c99d900dfdfe9b7b056ccc">
<!ENTITY alsa-lib-size "984 KB">
<!ENTITY alsa-lib-md5sum "1d428f46d6160f5e4bbdd64a2ff34f45">
<!ENTITY alsa-lib-size "980 KB">
<!ENTITY alsa-lib-buildsize "35 MB (with tests)">
<!ENTITY alsa-lib-time "0.3 SBU (with tests)">
]>
@ -116,6 +116,12 @@
<sect2 role="installation">
<title>Installation of ALSA Library</title>
<para>
First, fix a problem discovered after the release of alsa-lib-1.2.1:
</para>
<screen><userinput remap="pre">sed -i '40a #include &lt;alsa/asoundlib.h&gt;' include/use-case.h</userinput></screen>
<para>
Install <application>ALSA Library</application> by
running the following commands:

View File

@ -907,7 +907,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY alsa-download-http "http://alsa.cybermirror.org">
<!ENTITY alsa-download-ftp "ftp://ftp.alsa-project.org/pub">
<!ENTITY alsa-version "1.2.1">
<!ENTITY alsa-lib-version "1.2.1">
<!ENTITY alsa-lib-version "1.2.1.1">
<!ENTITY alsa-plugins-version "1.2.1">
<!ENTITY alsa-utils-version "1.2.1">
<!ENTITY alsa-tools-version "1.1.7">