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 D81AD158042 for ; Tue, 5 Nov 2024 02:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E82E0829; Tue, 5 Nov 2024 02:03:27 +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 B8C6FE0829 for ; Tue, 5 Nov 2024 02:03:27 +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 D418F342FB2 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 4B3301FBE 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: <1730772164.22b6bc516c11b0c879002fbc0571294e4062e34a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/metadata.xml 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: 22b6bc516c11b0c879002fbc0571294e4062e34a 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: 2904fbe4-4272-4a84-bf60-ef11679299f6 X-Archives-Hash: 84bde32f20a5b1a3141188df3b6f4dbb commit: 22b6bc516c11b0c879002fbc0571294e4062e34a Author: Paul Zander gmail com> AuthorDate: Mon Oct 21 11:31:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 5 02:02:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b6bc51 media-libs/opencv: add USE=truetype Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/opencv/metadata.xml | 1 + media-libs/opencv/opencv-4.10.0.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/opencv/metadata.xml b/media-libs/opencv/metadata.xml index 5979caa25015..2ff04570cd89 100644 --- a/media-libs/opencv/metadata.xml +++ b/media-libs/opencv/metadata.xml @@ -42,6 +42,7 @@ Enable multithreading with the Intel Threads Building Block (dev-cpp/tbb) Use Google's OCR Engine Build and install programs for testing OpenCV (performance) + Enable media-libs/freetype support for gapi module Enable Video Acceleration API for hardware decoding for Intel cards Build new 3D visualization module viz based on sci-libs/vtk diff --git a/media-libs/opencv/opencv-4.10.0.ebuild b/media-libs/opencv/opencv-4.10.0.ebuild index 3d31e8b0cc01..332c5c9f7e8a 100644 --- a/media-libs/opencv/opencv-4.10.0.ebuild +++ b/media-libs/opencv/opencv-4.10.0.ebuild @@ -77,7 +77,7 @@ IUSE+=" +ffmpeg gstreamer xine vaapi v4l gphoto2 ieee1394" # image IUSE+=" avif gdal jasper jpeg jpeg2k openexr png quirc tesseract tiff webp" # gui -IUSE+=" gtk3 qt6 opengl vtk" +IUSE+=" gtk3 qt6 opengl truetype vtk" # parallel IUSE+=" openmp tbb" # lapack options @@ -195,6 +195,7 @@ COMMON_DEPEND=" ) contribovis? ( >=dev-games/ogre-1.12:= ) ffmpeg? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] ) + truetype? ( media-libs/freetype:2[${MULTILIB_USEDEP}] ) gdal? ( sci-libs/gdal:= ) gflags? ( dev-cpp/gflags:=[${MULTILIB_USEDEP}] ) glog? ( dev-cpp/glog:=[${MULTILIB_USEDEP}] ) @@ -610,6 +611,7 @@ multilib_src_configure() { -DWITH_ITT="no" # 3dparty libs itt_notify -DWITH_AVIF="$(usex avif)" + -DWITH_FREETYPE="$(usex truetype)" # =================================================== # CUDA build components: nvidia-cuda-toolkit # ===================================================