Changeset 819ef3e for multimedia/libdriv


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.