diff options
author | 2023-05-29 21:49:04 +0100 | |
---|---|---|
committer | 2023-05-29 21:49:04 +0100 | |
commit | 6b94a194374984f09b1aa46428cb101608febfd8 (patch) | |
tree | 9657096dcef99b21fe64f9ac94c7c38440a83beb | |
parent | profiles: unmask ffmpeg-5 (diff) | |
download | gentoo-6b94a194374984f09b1aa46428cb101608febfd8.tar.gz gentoo-6b94a194374984f09b1aa46428cb101608febfd8.tar.bz2 gentoo-6b94a194374984f09b1aa46428cb101608febfd8.zip |
media-video/transcode: depend on <ffmpeg-5
Bug: https://bugs.gentoo.org/831482
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-video/transcode/transcode-1.1.7-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/transcode/transcode-1.1.7-r6.ebuild b/media-video/transcode/transcode-1.1.7-r6.ebuild index ba7343990bf2..ceed3e0c6833 100644 --- a/media-video/transcode/transcode-1.1.7-r6.ebuild +++ b/media-video/transcode/transcode-1.1.7-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2002-2022 Gentoo Authors +# Copyright 2002-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ REQUIRED_USE=" " RDEPEND=" - >=media-video/ffmpeg-0.10 + <media-video/ffmpeg-5:= a52? ( media-libs/a52dec ) aac? ( media-libs/faac ) alsa? ( media-libs/alsa-lib ) |