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 1E19915806E for ; Sat, 20 May 2023 02:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33DFAE0802; Sat, 20 May 2023 02:01:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B1D9E0802 for ; Sat, 20 May 2023 02:01:46 +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 B66CB33BEBE for ; Sat, 20 May 2023 02:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D126A67 for ; Sat, 20 May 2023 02:01:43 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1684548059.f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild X-VCS-Directories: app-emulation/vkd3d-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c X-VCS-Branch: master Date: Sat, 20 May 2023 02:01:43 +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: 928f801a-69c1-4f5e-afdd-47bcbeef27df X-Archives-Hash: 923ab66ebffdd20222c0bb2348ee3c63 commit: f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c Author: Ionen Wolkens gentoo org> AuthorDate: Sat May 20 01:58:53 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat May 20 02:00:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93a6b88 app-emulation/vkd3d-proton: mention dxgi.dll in the dxvk note Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild | 8 ++++---- app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild index b2b75de7c484..acd48d75d28c 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild @@ -169,8 +169,8 @@ pkg_postinst() { elog elog " WINEPREFIX=/path/to/prefix setup_vkd3d_proton.sh install --symlink" elog - elog "You should also ensure >=app-emulation/dxvk-2.1 is available on that" - elog "prefix, not meant to function independently even if only using d3d12." + elog "Should also ensure that >=app-emulation/dxvk-2.1's dxgi.dll is available" + elog "on it, not meant to function independently even if only using d3d12." elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." elif [[ ${REPLACING_VERSIONS##* } ]]; then @@ -185,8 +185,8 @@ pkg_postinst() { elog ">=${PN}-2.9 has a new file to install (d3d12core.dll), old Wine prefixes that" elog "relied on '--symlink' may need updates by using the setup_vkd3d_proton.sh." elog - elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1 is not" - elog "available on that prefix (even if only using d3d12)." + elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1's" + elog "dxgi.dll is not available on that prefix (even if only using d3d12)." fi fi } diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild index b2b75de7c484..acd48d75d28c 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild @@ -169,8 +169,8 @@ pkg_postinst() { elog elog " WINEPREFIX=/path/to/prefix setup_vkd3d_proton.sh install --symlink" elog - elog "You should also ensure >=app-emulation/dxvk-2.1 is available on that" - elog "prefix, not meant to function independently even if only using d3d12." + elog "Should also ensure that >=app-emulation/dxvk-2.1's dxgi.dll is available" + elog "on it, not meant to function independently even if only using d3d12." elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." elif [[ ${REPLACING_VERSIONS##* } ]]; then @@ -185,8 +185,8 @@ pkg_postinst() { elog ">=${PN}-2.9 has a new file to install (d3d12core.dll), old Wine prefixes that" elog "relied on '--symlink' may need updates by using the setup_vkd3d_proton.sh." elog - elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1 is not" - elog "available on that prefix (even if only using d3d12)." + elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1's" + elog "dxgi.dll is not available on that prefix (even if only using d3d12)." fi fi }