summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-08 03:00:51 +0000
committerSam James <sam@gentoo.org>2024-12-08 03:00:51 +0000
commit902897c82330a4e68f63f232cfd24f50b433e549 (patch)
tree06925396d0364c6ae0955e2de252faa18b0969cf /media-video
parentsys-devel/crossdev: Stabilize 20241202 ppc, #946079 (diff)
downloadgentoo-902897c82330a4e68f63f232cfd24f50b433e549.tar.gz
gentoo-902897c82330a4e68f63f232cfd24f50b433e549.tar.bz2
gentoo-902897c82330a4e68f63f232cfd24f50b433e549.zip
media-video/mplayer: needs >=ffmpeg-5.1 for AVFifo
See 7329b22c058cf271e9ea3aa6e8ab2bb1c462d99f in ffmpeg. Closes: https://bugs.gentoo.org/944960 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer/mplayer-1.5_p20241125.ebuild2
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mplayer/mplayer-1.5_p20241125.ebuild b/media-video/mplayer/mplayer-1.5_p20241125.ebuild
index 2c83e4885333..126824fe22fa 100644
--- a/media-video/mplayer/mplayer-1.5_p20241125.ebuild
+++ b/media-video/mplayer/mplayer-1.5_p20241125.ebuild
@@ -75,7 +75,7 @@ X_RDEPS="
# https://sourceforge.net/p/giflib/bugs/132/
RDEPEND="
app-arch/bzip2
- >=media-video/ffmpeg-4.0:=[vdpau?]
+ >=media-video/ffmpeg-5.1:=[vdpau?]
sys-libs/ncurses:=
sys-libs/zlib
a52? ( media-libs/a52dec )
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index f633e0d6189c..6ccd4a1ee17a 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -75,7 +75,7 @@ X_RDEPS="
# https://sourceforge.net/p/giflib/bugs/132/
RDEPEND="
app-arch/bzip2
- >=media-video/ffmpeg-4.0:=[vdpau?]
+ >=media-video/ffmpeg-5.1:=[vdpau?]
sys-libs/ncurses:=
sys-libs/zlib
a52? ( media-libs/a52dec )