diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-08 00:55:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-08 21:42:28 +0100 |
commit | 4c9998eb92bf5bc91d3d6468bccf7c72baf04913 (patch) | |
tree | 9dce2c663c65b133d350ce33bfca6e6433fc4676 /media-sound | |
parent | kde-plasma/kwin: Drop dev-qt/qtmultimedia[gstreamer] USEdep (diff) | |
download | gentoo-4c9998eb92bf5bc91d3d6468bccf7c72baf04913.tar.gz gentoo-4c9998eb92bf5bc91d3d6468bccf7c72baf04913.tar.bz2 gentoo-4c9998eb92bf5bc91d3d6468bccf7c72baf04913.zip |
media-sound/elisa: Drop dev-qt/qtmultimedia[gstreamer] USEdep
Qt6Multimedia ensures a video backend is available, w/ ffmpeg as default.
Use the opportunity to not enable IUSE vlc by default, which brings in a
Qt5 revdep.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/elisa/elisa-24.02.0-r1.ebuild (renamed from media-sound/elisa/elisa-24.02.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/elisa/elisa-24.02.0.ebuild b/media-sound/elisa/elisa-24.02.0-r1.ebuild index 2fd878895cd7..6ed31769f22c 100644 --- a/media-sound/elisa/elisa-24.02.0.ebuild +++ b/media-sound/elisa/elisa-24.02.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/elisa/" LICENSE="LGPL-3+" SLOT="6" KEYWORDS="~amd64" -IUSE="mpris +vlc" +IUSE="mpris vlc" RESTRICT="test" @@ -40,7 +40,7 @@ DEPEND=" >=kde-frameworks/kdbusaddons-${KFMIN}:6 ) vlc? ( media-video/vlc:= ) - !vlc? ( >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer] ) + !vlc? ( >=dev-qt/qtmultimedia-${QTMIN}:6 ) " RDEPEND="${DEPEND} >=dev-qt/qt5compat-${QTMIN}:6[qml] |