games-fps/alephone: update ffmpeg usedeps

USE=mp3 was renamed to USE=lame but, seeing how this does not have
[encode] and being a game engine, I assume these USE were specified
for mp3 and vorbis playback (not encoding), and then ffmpeg can play
both of these with its builtin decoders regardless of USE.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-03-10 02:22:37 -04:00
parent ff4cc5411b
commit 5ffa594b63
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ RDEPEND="
media-libs/sdl2-image[png]
media-libs/sdl2-net
media-libs/sdl2-ttf
media-video/ffmpeg:=[mp3,vorbis]
media-video/ffmpeg:=
sys-libs/zlib
virtual/opengl
virtual/glu

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ RDEPEND="
media-libs/sdl2-image[png]
media-libs/sdl2-net
media-libs/sdl2-ttf
media-video/ffmpeg:=[mp3,vorbis]
media-video/ffmpeg:=
sys-libs/zlib
virtual/opengl
virtual/glu

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ RDEPEND="
media-libs/sdl2-image[png]
media-libs/sdl2-net
media-libs/sdl2-ttf
media-video/ffmpeg:=[mp3,vorbis]
media-video/ffmpeg:=
sys-libs/zlib
virtual/opengl
virtual/glu