Ignore:
Timestamp:
06/05/2024 04:26:16 AM (3 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
4872e66
Parents:
6d7516e
Message:

xine-lib: fix building with ffmpeg-7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    r6d7516e r24a668d  
    6666        <para>
    6767          Estimated build time: &xine-lib-time;
     68        </para>
     69      </listitem>
     70    </itemizedlist>
     71
     72    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     73    <itemizedlist spacing="compact">
     74      <listitem>
     75        <para>
     76          Required patch:
     77          <ulink url="&patch-root;/xine-lib-&xine-lib-version;-upstream_fixes-1.patch"/>
    6878        </para>
    6979      </listitem>
     
    127137    <title>Installation of Xine Libraries</title>
    128138
    129     <!-- See this thread for more details:
    130     https://lists.linuxfromscratch.org/sympa/arc/lfs-dev/2022-07/msg00044.html
    131     -->
    132 
    133 
    134139    <para>
    135140      First, fix building this package with ffmpeg-7.0 and later:
    136141    </para>
    137142
    138 <screen><userinput remap="pre">sed -i '/xine_set_flags/s/XINE_PROTECTED//' include/xine.h </userinput></screen>
     143<screen><userinput remap="pre">patch -Np1 -i ../xine-lib-&xine-lib-version;-upstream_fixes-1.patch</userinput></screen>
    139144
    140145<!--<note>
Note: See TracChangeset for help on using the changeset viewer.