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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DFDD158042 for ; Tue, 5 Nov 2024 02:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A077E0869; Tue, 5 Nov 2024 02:03:28 +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 6C216E0869 for ; Tue, 5 Nov 2024 02:03:28 +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 012C7342FEE for ; Tue, 5 Nov 2024 02:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B4F1F9A for ; Tue, 5 Nov 2024 02:03:23 +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: <1730772163.638185d3aecaf93a9fd21227418d8722aa8da0be.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.10.0.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 638185d3aecaf93a9fd21227418d8722aa8da0be X-VCS-Branch: master Date: Tue, 5 Nov 2024 02:03:23 +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: 41840409-3ec5-46c5-a7ff-7453cc421232 X-Archives-Hash: e921d41a0010b5d11352ef2531669980 commit: 638185d3aecaf93a9fd21227418d8722aa8da0be Author: Paul Zander gmail com> AuthorDate: Sat Nov 2 12:20:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 5 02:02:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638185d3 media-libs/opencv: add USE=avif Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/opencv/opencv-4.10.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-4.10.0.ebuild b/media-libs/opencv/opencv-4.10.0.ebuild index 23dda8d411b1..3d31e8b0cc01 100644 --- a/media-libs/opencv/opencv-4.10.0.ebuild +++ b/media-libs/opencv/opencv-4.10.0.ebuild @@ -75,7 +75,7 @@ IUSE+=" cuda cudnn opencl video_cards_intel" # video IUSE+=" +ffmpeg gstreamer xine vaapi v4l gphoto2 ieee1394" # image -IUSE+=" gdal jasper jpeg jpeg2k openexr png quirc tesseract tiff webp" +IUSE+=" avif gdal jasper jpeg jpeg2k openexr png quirc tesseract tiff webp" # gui IUSE+=" gtk3 qt6 opengl vtk" # parallel @@ -181,6 +181,7 @@ COMMON_DEPEND=" app-arch/bzip2[${MULTILIB_USEDEP}] dev-libs/protobuf:=[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] + avif? ( media-libs/libavif:=[${MULTILIB_USEDEP}] ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) cudnn? ( dev-cpp/abseil-cpp:= @@ -607,6 +608,8 @@ multilib_src_configure() { -DWITH_GPHOTO2="$(usex gphoto2)" -DWITH_LAPACK="$(multilib_native_usex lapack)" -DWITH_ITT="no" # 3dparty libs itt_notify + + -DWITH_AVIF="$(usex avif)" # =================================================== # CUDA build components: nvidia-cuda-toolkit # ===================================================