mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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.
This commit is contained in:
parent
9414365df7
commit
2415b9446d
@ -44,18 +44,8 @@
|
||||
can play video files without an <application>X Window System</application>
|
||||
installed.
|
||||
</para>
|
||||
<!--
|
||||
<note>
|
||||
<para>The latest <quote>stable</quote> version was released in April
|
||||
2019. That version no longer builds properly with the latest build tools
|
||||
and system libraries. The version below is a snapshot that may not be
|
||||
available on the upstream server but was uploaded
|
||||
to our file server. If you want to test a later version, check
|
||||
<ulink url="https://mplayerhq.hu/MPlayer/releases/"/>.
|
||||
</para>
|
||||
</note>
|
||||
-->
|
||||
&lfs113_checked;
|
||||
|
||||
&lfs120_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -91,16 +81,21 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<!--
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
<title>Required Patch</title>
|
||||
<title>Required Patches</title>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="&patch-root;/MPlayer-1.3.0-x264_fix-1.patch"/>
|
||||
<ulink url="&patch-root;/MPlayer-1.5-upstream_ffmpg6_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="&patch-root;/ffmpeg-6.0-binutils_2.41-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
<title>Skins</title>
|
||||
<listitem>
|
||||
@ -252,6 +247,14 @@
|
||||
<sect3>
|
||||
<title>Main MPlayer Installation</title>
|
||||
|
||||
<para>
|
||||
There are two patches related to <xref linkend="ffmpeg"/>
|
||||
that need to be applied. Do that now:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../MPlayer-1.5-upstream_ffmpg6_fixes-1.patch &&
|
||||
patch -Np1 -d ffmpeg -i ../ffmpeg-6.0-binutils_2.41-1.patch</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
The package maintainers recommend building without any
|
||||
@ -275,8 +278,7 @@
|
||||
--confdir=/etc/mplayer \
|
||||
--enable-dynamic-plugins \
|
||||
--disable-libmpeg2-internal \
|
||||
<!-- - -disable-ffmpeg_a \
|
||||
--> --enable-menu \
|
||||
--enable-menu \
|
||||
--enable-runtime-cpudetection \
|
||||
--enable-gui &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user