commit: 73c8c18fce6dc0dbb0ab197e8aecb7a5132260a3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 14:44:16 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 09:07:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c8c18f
media-libs/libv4l: Drop IUSE qt5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libv4l/libv4l-1.28.1.ebuild | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/media-libs/libv4l/libv4l-1.28.1.ebuild
b/media-libs/libv4l/libv4l-1.28.1.ebuild
index c87900980f76..f304fa3cbd8a 100644
--- a/media-libs/libv4l/libv4l-1.28.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.28.1.ebuild
@@ -14,11 +14,10 @@ S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1+"
SLOT="0/0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="bpf doc dvb jpeg qt5 qt6 tracer +utils"
+IUSE="bpf doc dvb jpeg qt6 tracer +utils"
REQUIRED_USE="
bpf? ( utils )
- qt5? ( utils )
qt6? ( utils )
tracer? ( utils )
"
@@ -38,14 +37,6 @@ RDEPEND="
media-libs/alsa-lib
virtual/opengl
)
- !qt6? ( qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtopengl:5[-gles2-only(-),-gles2(-)]
- dev-qt/qtwidgets:5
- media-libs/alsa-lib
- virtual/opengl
- ) )
tracer? ( dev-libs/json-c:= )
virtual/libudev
)
@@ -64,7 +55,6 @@ BDEPEND="
utils? (
dev-lang/perl
qt6? ( dev-qt/qtbase:6 )
- !qt6? ( qt5? ( dev-qt/qtcore:5 ) )
)
"
@@ -108,7 +98,7 @@ multilib_src_configure() {
$(meson_native_use_bool doc doxygen-html)
$(meson_native_use_bool doc doxygen-man)
)
- if multilib_is_native_abi && { use qt6 || use qt5; }; then
+ if multilib_is_native_abi && use qt6; then
emesonargs+=(
-Dqv4l2=enabled
-Dqvidcap=enabled