Changeset 819ef3e


Ignore:
Timestamp:
10/20/2023 10:14:26 PM (7 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
921174d5
Parents:
a99fd228
Message:

Fix a regression in alsa-lib on i686 that causes a segmentation fault
when audio is played.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra99fd228 r819ef3e  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Fix a regression in alsa-lib that causes segmentation
     46          faults whenever audio is played on i686. Fixes
     47          <ulink url="&blfs-ticket-root;18751">#18751</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4550          <para>[bdubbs] - Removed most references to the update-leap
    4651          script in ntp. Fixes
  • multimedia/libdriv/alsa-lib.xml

    ra99fd228 r819ef3e  
    6565        <para>
    6666          Estimated build time: &alsa-lib-time;
     67        </para>
     68      </listitem>
     69    </itemizedlist>
     70
     71    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     72    <itemizedlist spacing="compact">
     73      <listitem>
     74        <para>
     75          Required patch:
     76          <ulink url="&patch-root;/alsa-lib-&alsa-lib-version;-upstream_fixes-1.patch"/>
    6777        </para>
    6878      </listitem>
     
    121131  <sect2 role="installation">
    122132    <title>Installation of ALSA Library</title>
     133
     134    <para>
     135      First, if you are building on a 32-bit system, fix a regression that
     136      causes a segmentation fault when playing audio:
     137    </para>
     138
     139<screen><userinput>case $(uname -m) in
     140   i?86) patch -Np1 -i ../alsa-lib-&alsa-lib-version;-upstream_fixes-1.patch ;;
     141esac</userinput></screen>
    123142
    124143    <para>
Note: See TracChangeset for help on using the changeset viewer.