commit: deca668ab0ebe847a2d7d8d9e02a260a58992baf
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 06:17:16 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 09:03:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deca668a
media-video/simplescreenrecorder: update ffmpeg usedeps
The || ( lame mp3 ) will be replaced later by a single [lame(-)]
which can be done without another revbump.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
...recorder-0.4.4-r3.ebuild => simplescreenrecorder-0.4.4-r4.ebuild} | 5 +++--
media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git
a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r3.ebuild
b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r4.ebuild
similarity index 94%
rename from
media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r3.ebuild
rename to media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r4.ebuild
index 735efe53c501..3bf81a602ec9 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r3.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r4.ebuild
@@ -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
@@ -30,7 +30,7 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
media-libs/alsa-lib:0=
- media-video/ffmpeg:=[vorbis?,vpx?,x264?,mp3?,theora?]
+ media-video/ffmpeg:=[vorbis?,vpx?,x264?,theora?]
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXext
x11-libs/libXfixes[${MULTILIB_USEDEP}]
@@ -38,6 +38,7 @@ RDEPEND="
x11-libs/libXinerama
virtual/glu[${MULTILIB_USEDEP}]
jack? ( virtual/jack )
+ mp3? ( || ( media-video/ffmpeg[lame(-)] media-video/ffmpeg[mp3(-)] ) )
opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP},X] )
pulseaudio? ( media-libs/libpulse )
v4l? ( media-libs/libv4l )
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
index 2bc6b064fec8..51a6ce1f49a9 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
@@ -27,7 +27,7 @@ REQUIRED_USE="abi_x86_32? ( opengl )"
RDEPEND="
dev-qt/qtbase:6[gui,widgets]
media-libs/alsa-lib:0=
- media-video/ffmpeg:=[vorbis?,vpx?,x264?,mp3?,theora?]
+ media-video/ffmpeg:=[vorbis?,vpx?,x264?,theora?]
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXext
x11-libs/libXfixes[${MULTILIB_USEDEP}]
@@ -36,6 +36,7 @@ RDEPEND="
virtual/glu[${MULTILIB_USEDEP}]
jack? ( virtual/jack )
opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP},X] )
+ mp3? ( || ( media-video/ffmpeg[lame(-)] media-video/ffmpeg[mp3(-)] ) )
pulseaudio? ( media-libs/libpulse )
v4l? ( media-libs/libv4l )
"