mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/avidemux-core: update ffmpeg usedeps
...for what it's worth anyway, this depended on an unexisting >=ffmpeg-9 (USE is masked). Rather than do the || ( lame mp3 ) dance just depend on lame directly and drop the bogus >=9. Odds are that when this is unmasked (if ever), ffmpeg[lame] will have taken over. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -23,7 +23,7 @@ DEPEND="
|
||||
sys-libs/zlib
|
||||
nvenc? ( amd64? ( media-libs/nv-codec-headers ) )
|
||||
sdl? ( media-libs/libsdl )
|
||||
system-ffmpeg? ( >=media-video/ffmpeg-9:0[mp3,theora] )
|
||||
system-ffmpeg? ( media-video/ffmpeg:=[lame(-),theora] )
|
||||
vaapi? ( media-libs/libva:= )
|
||||
vdpau? ( x11-libs/libvdpau )
|
||||
xv? ( x11-libs/libXv )
|
||||
|
||||
Reference in New Issue
Block a user