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 30C19158095 for ; Fri, 8 Jul 2022 07:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C98FE09D7; Fri, 8 Jul 2022 07:42:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19068E09E2 for ; Fri, 8 Jul 2022 07:42:02 +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 2A338340E63 for ; Fri, 8 Jul 2022 07:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBB3E52B for ; Fri, 8 Jul 2022 07:41:59 +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: <1657266107.d73319bebcf63c2c067304688a680d35b6f15f53.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.5.5-r2.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d73319bebcf63c2c067304688a680d35b6f15f53 X-VCS-Branch: master Date: Fri, 8 Jul 2022 07:41:59 +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: bae40d21-c7be-42de-8178-6d7e04d4788e X-Archives-Hash: 776317b5a280df9c076765f39425479e commit: d73319bebcf63c2c067304688a680d35b6f15f53 Author: Sam James gentoo org> AuthorDate: Fri Jul 8 07:41:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 8 07:41:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73319be media-libs/opencv: use libjpeg-turbo for older too Signed-off-by: Sam James gentoo.org> media-libs/opencv/opencv-4.5.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-4.5.5-r2.ebuild b/media-libs/opencv/opencv-4.5.5-r2.ebuild index ba8b80694058..3685fb5fc3c5 100644 --- a/media-libs/opencv/opencv-4.5.5-r2.ebuild +++ b/media-libs/opencv/opencv-4.5.5-r2.ebuild @@ -115,7 +115,7 @@ RDEPEND=" sys-libs/libraw1394[${MULTILIB_USEDEP}] ) java? ( >=virtual/jre-1.8:* ) - jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] ) + jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) jpeg2k? ( media-libs/openjpeg:2=[${MULTILIB_USEDEP}] ) lapack? ( virtual/cblas