From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 681B51581FD for ; Sun, 07 Sep 2025 16:48:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2E011335DB7 for ; Sun, 07 Sep 2025 16:48:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F6B71103BA; Sun, 07 Sep 2025 16:48:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0C9E31103BA for ; Sun, 07 Sep 2025 16:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD938335DB7 for ; Sun, 07 Sep 2025 16:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C9B38D4 for ; Sun, 07 Sep 2025 16:48:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757263664.9578102e5124146f04f5db93c08c51a419295a47.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-4.11.0-r1.ebuild media-libs/opencv/opencv-4.11.0.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9578102e5124146f04f5db93c08c51a419295a47 X-VCS-Branch: master Date: Sun, 07 Sep 2025 16:48:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73e6d5f7-b415-4e46-8f72-624eab5a0b2e X-Archives-Hash: c23a885344adc492ff86ef3c67b7736d commit: 9578102e5124146f04f5db93c08c51a419295a47 Author: Paul Zander gmail com> AuthorDate: Sun Sep 7 07:57:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 7 16:47:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9578102e media-libs/opencv: 4.11.0 fix missing deps Closes: https://bugs.gentoo.org/961433 Signed-off-by: Paul Zander gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43701 Signed-off-by: Sam James gentoo.org> .../opencv/{opencv-4.11.0.ebuild => opencv-4.11.0-r1.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/media-libs/opencv/opencv-4.11.0.ebuild b/media-libs/opencv/opencv-4.11.0-r1.ebuild similarity index 99% rename from media-libs/opencv/opencv-4.11.0.ebuild rename to media-libs/opencv/opencv-4.11.0-r1.ebuild index 8947034a680f..b16b161fcb09 100644 --- a/media-libs/opencv/opencv-4.11.0.ebuild +++ b/media-libs/opencv/opencv-4.11.0-r1.ebuild @@ -197,8 +197,9 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" +# NOTE +# dev-libs/flatbuffers is header only, but we still want to rebuild on sub-slot changes COMMON_DEPEND=" - app-arch/bzip2[${MULTILIB_USEDEP}] dev-libs/protobuf:=[protoc(+),protobuf(+),${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] avif? ( media-libs/libavif:=[${MULTILIB_USEDEP}] ) @@ -207,7 +208,10 @@ COMMON_DEPEND=" dev-cpp/abseil-cpp:= dev-libs/cudnn:= ) - contribdnn? ( dev-libs/flatbuffers:= ) + contribdnn? ( + dev-cpp/abseil-cpp:= + dev-libs/flatbuffers:= + ) contribhdf? ( sci-libs/hdf5:= ) contribfreetype? ( media-libs/freetype:2[${MULTILIB_USEDEP}] @@ -274,6 +278,7 @@ COMMON_DEPEND=" dev-python/numpy:=[${PYTHON_USEDEP}] ) qt6? ( + dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,widgets,concurrent,opengl?] ) quirc? ( media-libs/quirc ) @@ -338,7 +343,6 @@ RDEPEND=" unset COMMON_DEPEND BDEPEND=" - dev-util/patchelf virtual/pkgconfig cuda? ( dev-util/nvidia-cuda-toolkit:= ) doc? (