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 E7B3515808A for ; Sun, 18 May 2025 15:36:04 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D4528343247 for ; Sun, 18 May 2025 15:36:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C2CEA1103DD; Sun, 18 May 2025 15:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B6FE01103DD for ; Sun, 18 May 2025 15:36:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FF0A34324B for ; Sun, 18 May 2025 15:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C58153E for ; Sun, 18 May 2025 15:36:01 +0000 (UTC) From: "Patrick Nicolas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Nicolas" Message-ID: <1747582548.bb9f5b2a749fb5630d44b0e92dd664c3b1e5254a.patricknicolas@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.25.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: patricknicolas X-VCS-Committer-Name: Patrick Nicolas X-VCS-Revision: bb9f5b2a749fb5630d44b0e92dd664c3b1e5254a X-VCS-Branch: dev Date: Sun, 18 May 2025 15:36:01 +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: e77d2eeb-aaba-4c71-9c59-bf39991c511f X-Archives-Hash: e4233f83b94942d14556f6f7978bc1f9 commit: bb9f5b2a749fb5630d44b0e92dd664c3b1e5254a Author: Patrick Nicolas laposte net> AuthorDate: Sun May 18 15:35:30 2025 +0000 Commit: Patrick Nicolas laposte net> CommitDate: Sun May 18 15:35:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb9f5b2a media-libs/wivrn: enable lighthouse support Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.25.ebuild | 1 + media-libs/wivrn/wivrn-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/wivrn/wivrn-0.25.ebuild b/media-libs/wivrn/wivrn-0.25.ebuild index 0c6ec80b0..058c7e1e3 100644 --- a/media-libs/wivrn/wivrn-0.25.ebuild +++ b/media-libs/wivrn/wivrn-0.25.ebuild @@ -121,6 +121,7 @@ src_configure() { -DWIVRN_BUILD_DASHBOARD=$(usex gui) -DWIVRN_BUILD_DISSECTOR=$(usex wireshark-plugins) -DWIVRN_BUILD_WIVRNCTL=ON + -DWIVRN_FEATURE_STEAMVR_LIGHTHOUSE=ON -DWIVRN_USE_PIPEWIRE=$(usex pipewire) -DWIVRN_USE_PULSEAUDIO=$(usex pulseaudio) -DWIVRN_USE_NVENC=$(usex nvenc) diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index 0c6ec80b0..058c7e1e3 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -121,6 +121,7 @@ src_configure() { -DWIVRN_BUILD_DASHBOARD=$(usex gui) -DWIVRN_BUILD_DISSECTOR=$(usex wireshark-plugins) -DWIVRN_BUILD_WIVRNCTL=ON + -DWIVRN_FEATURE_STEAMVR_LIGHTHOUSE=ON -DWIVRN_USE_PIPEWIRE=$(usex pipewire) -DWIVRN_USE_PULSEAUDIO=$(usex pulseaudio) -DWIVRN_USE_NVENC=$(usex nvenc)