Ignore:
Timestamp:
08/21/2023 04:45:24 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
050e1ad
Parents:
9414365d
Message:

Fix mplayer-1.5 FTBFS with binutils-2.41

There are actually two patches for MPlayer-1.5 needed related to ffmpeg.
One is also related to binutils-2.41.
This fix adds those patches and fixes ticket #18381.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    r9414365d r2415b944  
    4545      installed.
    4646    </para>
    47     <!--
    48     <note>
    49       <para>The latest <quote>stable</quote> version was released in April
    50       2019. That version no longer builds properly with the latest build tools
    51       and system libraries. The version below is a snapshot that may not be
    52       available on the upstream server but was uploaded
    53       to our file server.  If you want to test a later version, check
    54       <ulink url="https://mplayerhq.hu/MPlayer/releases/"/>.
    55       </para>
    56     </note>
    57     -->
    58     &lfs113_checked;
     47
     48    &lfs120_checked;
    5949
    6050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9282    </itemizedlist>
    9383    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    94 <!--
     84
    9585    <itemizedlist spacing='compact'>
    96       <title>Required Patch</title>
    97       <listitem>
    98         <para>
    99           <ulink url="&patch-root;/MPlayer-1.3.0-x264_fix-1.patch"/>
     86      <title>Required Patches</title>
     87      <listitem>
     88        <para>
     89          <ulink url="&patch-root;/MPlayer-1.5-upstream_ffmpg6_fixes-1.patch"/>
     90        </para>
     91      </listitem>
     92      <listitem>
     93        <para>
     94          <ulink url="&patch-root;/ffmpeg-6.0-binutils_2.41-1.patch"/>
    10095        </para>
    10196      </listitem>
    10297    </itemizedlist>
    103 -->
     98
    10499    <itemizedlist spacing='compact'>
    105100      <title>Skins</title>
     
    253248      <title>Main MPlayer Installation</title>
    254249
     250      <para>
     251        There are two patches related to <xref linkend="ffmpeg"/>
     252        that need to be applied.  Do that now:
     253      </para>
     254
     255<screen><userinput>patch -Np1 -i ../MPlayer-1.5-upstream_ffmpg6_fixes-1.patch &amp;&amp;
     256patch -Np1 -d ffmpeg -i ../ffmpeg-6.0-binutils_2.41-1.patch</userinput></screen>
     257
    255258      <note>
    256259        <para>
     
    276279            --enable-dynamic-plugins      \
    277280            --disable-libmpeg2-internal   \
    278 <!--            - -disable-ffmpeg_a            \
    279 -->            --enable-menu                 \
     281            --enable-menu                 \
    280282            --enable-runtime-cpudetection \
    281283            --enable-gui                  &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.