From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26757158094 for ; Wed, 14 Sep 2022 09:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F6C4E0898; Wed, 14 Sep 2022 09:19:36 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B21E0898 for ; Wed, 14 Sep 2022 09:19:36 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F0B4340EAD for ; Wed, 14 Sep 2022 09:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8DDE599 for ; Wed, 14 Sep 2022 09:19:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663147139.118a0104ca9c4a75c1caf1b2c9eff1e7f9d7b02d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/, media-libs/opencv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch media-libs/opencv/opencv-4.6.0-r2.ebuild X-VCS-Directories: media-libs/opencv/ media-libs/opencv/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 118a0104ca9c4a75c1caf1b2c9eff1e7f9d7b02d X-VCS-Branch: master Date: Wed, 14 Sep 2022 09:19:33 +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: d2536c81-0628-46f3-b833-d2e47f103322 X-Archives-Hash: 90ed3982b3ca0181c810e42f9816a2e7 commit: 118a0104ca9c4a75c1caf1b2c9eff1e7f9d7b02d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 14 08:34:27 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 14 09:18:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118a0104 media-libs/opencv: Fix IUSE=examples Closes: https://bugs.gentoo.org/830163 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/opencv-4.6.0-fix-build-examples.patch | 21 +++++++++++++++++++++ media-libs/opencv/opencv-4.6.0-r2.ebuild | 1 + 2 files changed, 22 insertions(+) diff --git a/media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch b/media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch new file mode 100644 index 000000000000..3cc6328a2323 --- /dev/null +++ b/media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch @@ -0,0 +1,21 @@ +From 5acf351e4b9d099d446f401df690d559ed5dfdad Mon Sep 17 00:00:00 2001 +From: Prasanth R +Date: Thu, 14 Jul 2022 13:34:54 +0530 +Subject: [PATCH] #21804 Add opencv_gapi as dep to samples/cpp + +--- + samples/cpp/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/samples/cpp/CMakeLists.txt b/samples/cpp/CMakeLists.txt +index c9c4440f22c7..f23b333ca93a 100644 +--- a/samples/cpp/CMakeLists.txt ++++ b/samples/cpp/CMakeLists.txt +@@ -15,6 +15,7 @@ set(OPENCV_CPP_SAMPLES_REQUIRED_DEPS + opencv_calib3d + opencv_stitching + opencv_dnn ++ opencv_gapi + ${OPENCV_MODULES_PUBLIC} + ${OpenCV_LIB_COMPONENTS}) + ocv_check_dependencies(${OPENCV_CPP_SAMPLES_REQUIRED_DEPS}) diff --git a/media-libs/opencv/opencv-4.6.0-r2.ebuild b/media-libs/opencv/opencv-4.6.0-r2.ebuild index 49f04357d294..8cca419b41eb 100644 --- a/media-libs/opencv/opencv-4.6.0-r2.ebuild +++ b/media-libs/opencv/opencv-4.6.0-r2.ebuild @@ -290,6 +290,7 @@ PATCHES=( "${FILESDIR}"/${PN}-4.1.2-opencl-license.patch "${FILESDIR}"/${PN}-4.4.0-disable-native-cpuflag-detect.patch "${FILESDIR}"/${PN}-4.5.0-link-with-cblas-for-lapack.patch + "${FILESDIR}"/${P}-fix-build-examples.patch # bug 830163, pending upstream PR #22245 ) pkg_pretend() {