From 2415b9446dfd02c1435e66c821d2904954991a22 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 21 Aug 2023 11:45:24 -0500 Subject: [PATCH] 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. --- multimedia/videoutils/mplayer.xml | 38 ++++++++++++++++--------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/multimedia/videoutils/mplayer.xml b/multimedia/videoutils/mplayer.xml index 92012aae0e..fb91330558 100644 --- a/multimedia/videoutils/mplayer.xml +++ b/multimedia/videoutils/mplayer.xml @@ -44,18 +44,8 @@ can play video files without an X Window System installed. - - &lfs113_checked; + + &lfs120_checked; Package Information @@ -91,16 +81,21 @@ Additional Downloads - + Skins @@ -252,6 +247,14 @@ Main MPlayer Installation + + There are two patches related to + that need to be applied. Do that now: + + +patch -Np1 -i ../MPlayer-1.5-upstream_ffmpg6_fixes-1.patch && +patch -Np1 -d ffmpeg -i ../ffmpeg-6.0-binutils_2.41-1.patch + The package maintainers recommend building without any @@ -275,8 +278,7 @@ --confdir=/etc/mplayer \ --enable-dynamic-plugins \ --disable-libmpeg2-internal \ - --enable-menu \ + --enable-menu \ --enable-runtime-cpudetection \ --enable-gui && make