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 2E49415817D for ; Fri, 14 Jun 2024 23:10:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8C1E2B03; Fri, 14 Jun 2024 23:10:00 +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 88604E2B03 for ; Fri, 14 Jun 2024 23:10:00 +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 5374B33E3A9 for ; Fri, 14 Jun 2024 23:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD741D07 for ; Fri, 14 Jun 2024 23:09:56 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1718379874.f08dc671bbd3efd64c8c8b243be85a8db7b70390.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.15.ebuild media-libs/wivrn/wivrn-0.16.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: f08dc671bbd3efd64c8c8b243be85a8db7b70390 X-VCS-Branch: master Date: Fri, 14 Jun 2024 23:09:56 +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: b3fc194e-974b-467b-b901-8298fbd42a63 X-Archives-Hash: 2a9c1e78337b57d793a2b1c1b93cbfed commit: f08dc671bbd3efd64c8c8b243be85a8db7b70390 Author: Patrick Nicolas laposte net> AuthorDate: Fri Jun 14 15:44:34 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jun 14 15:44:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f08dc671 media-libs/wivrn: add pkg_postinst Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.15.ebuild | 10 ++++++++++ media-libs/wivrn/wivrn-0.16.ebuild | 10 ++++++++++ media-libs/wivrn/wivrn-9999.ebuild | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/media-libs/wivrn/wivrn-0.15.ebuild b/media-libs/wivrn/wivrn-0.15.ebuild index d08e16e92..d0cab50c0 100644 --- a/media-libs/wivrn/wivrn-0.15.ebuild +++ b/media-libs/wivrn/wivrn-0.15.ebuild @@ -108,3 +108,13 @@ src_install() { dosym /usr/share/openxr/1/openxr_wivrn.json /etc/openxr/1/active_runtime.json } + +pkg_postinst() +{ + elog "WiVRn requires a compatible client on VR headset to run." + if [[ ${PV} == 9999 ]]; then + elog "For most headsets it can be downloaded from CI artifacts on https://github.com/Meumeu/WiVRn/actions/workflows/Build.yml" + else + elog "For most headsets it can be downloaded on https://github.com/Meumeu/WiVRn/releases/tag/v${PV}" + fi +} diff --git a/media-libs/wivrn/wivrn-0.16.ebuild b/media-libs/wivrn/wivrn-0.16.ebuild index 21e51a57d..d495d1299 100644 --- a/media-libs/wivrn/wivrn-0.16.ebuild +++ b/media-libs/wivrn/wivrn-0.16.ebuild @@ -108,3 +108,13 @@ src_install() { dosym /usr/share/openxr/1/openxr_wivrn.json /etc/openxr/1/active_runtime.json } + +pkg_postinst() +{ + elog "WiVRn requires a compatible client on VR headset to run." + if [[ ${PV} == 9999 ]]; then + elog "For most headsets it can be downloaded from CI artifacts on https://github.com/Meumeu/WiVRn/actions/workflows/Build.yml" + else + elog "For most headsets it can be downloaded on https://github.com/Meumeu/WiVRn/releases/tag/v${PV}" + fi +} diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index 21e51a57d..d495d1299 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -108,3 +108,13 @@ src_install() { dosym /usr/share/openxr/1/openxr_wivrn.json /etc/openxr/1/active_runtime.json } + +pkg_postinst() +{ + elog "WiVRn requires a compatible client on VR headset to run." + if [[ ${PV} == 9999 ]]; then + elog "For most headsets it can be downloaded from CI artifacts on https://github.com/Meumeu/WiVRn/actions/workflows/Build.yml" + else + elog "For most headsets it can be downloaded on https://github.com/Meumeu/WiVRn/releases/tag/v${PV}" + fi +}