From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 24 10:35:40 2023 Received: (at submit) by debbugs.gnu.org; 24 Dec 2023 15:35:40 +0000 Received: from localhost ([127.0.0.1]:53360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHQVw-0003Br-3q for submit@debbugs.gnu.org; Sun, 24 Dec 2023 10:35:40 -0500 Received: from lists.gnu.org ([2001:470:142::17]:35624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHQVr-0003BW-5Y for submit@debbugs.gnu.org; Sun, 24 Dec 2023 10:35:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHQVf-0003cR-IJ for guix-patches@gnu.org; Sun, 24 Dec 2023 10:35:23 -0500 Received: from mail-40133.protonmail.ch ([185.70.40.133]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHQVc-0000M5-NR for guix-patches@gnu.org; Sun, 24 Dec 2023 10:35:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1703432114; x=1703691314; bh=tB61YdW8H0cGX7U0Gz+xr2VNr6zeXL2WH/IDIJMUjUY=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=GnMZNKwqBsmA2sKqU/HfWw64yLKySyAb1GF2Da9RQQ77af6s+/ceUK09f3t9ftIHl lpY+WjkEL4PdvYSjqSo/jTzLk8dmow3y7ymrqfLhU2L1DPqFJ7zU5/R2cVNjXW3qUA vLBs/qSq4kqLQuHMdmFFLYf4BEQ5KBSDc7a3uZFWE9pYTPof7nzCJ9bLRqUe9poeoc W01l1A03zdJ9+zh3Nq5kYggyt9XhT07vNRQAbGki+PVw4pa6ejImNPh7DastF98KWO i2ZFD6QWGD6QU4V1gg03Fne9jtDFONEZgTN7pZCsDMw+sHLSj24XQPNGU5+LvohvvT z1oAPpXPL+m+Q== Date: Sun, 24 Dec 2023 15:35:02 +0000 To: guix-patches@gnu.org From: Kaelyn Takata Subject: [PATCH] gnu: Remove dxvk. Message-ID: <1c689ee56afaafdc94806917952535e74b2a2ba8.1703432060.git.kaelyn.alexi@protonmail.com> Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.133; envelope-from=kaelyn.alexi@protonmail.com; helo=mail-40133.protonmail.ch X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Kaelyn Takata X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This package has been broken for some time, and upstream removed support fo= r building with winelib in version 1.7 released in May 2020. * gnu/packages/wine.scm (dxvk): Delete variable. Change-Id: I393853aa6e0c9257907549f346a36a1fe37a61a0 --- gnu/packages/wine.scm | 84 ------------------------------------------- 1 file changed, 84 deletions(-) diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 400f0e7607..5cbed406aa 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -425,87 +425,3 @@ (define-public wine64-staging (synopsis "Implementation of the Windows API (staging branch, WoW64 version)") (supported-systems '("x86_64-linux" "aarch64-linux")))) - -(define dxvk32 - ;; This package provides 32-bit dxvk libraries on 64-bit systems. - (package - (name "dxvk32") - (version "1.5.5") - (home-page "https://github.com/doitsujin/dxvk/") - (source (origin - (method git-fetch) - (uri (git-reference - (url home-page) - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1inl0qswgvbp0fs76md86ilqf9mbshkpjm8ga81khn9zd6v3fvan")))) - (build-system meson-build-system) - (arguments - `(#:system "i686-linux" - #:configure-flags (list "--cross-file" - (string-append (assoc-ref %build-inputs "so= urce") - "/build-wine32.txt")))) - (native-inputs - `(("glslang" ,glslang))) - (inputs - `(("wine" ,wine-staging))) - (synopsis "Vulkan-based D3D9, D3D10 and D3D11 implementation for Wine"= ) - (description "A Vulkan-based translation layer for Direct3D 9/10/11 wh= ich -allows running complex 3D applications with high performance using Wine. - -Use @command{setup_dxvk} to install the required libraries to a Wine prefi= x.") - (supported-systems '("x86_64-linux")) - (license license:zlib))) - -(define-public dxvk - (package - (inherit dxvk32) - (name "dxvk") - (arguments - `(#:configure-flags (list "--cross-file" - (string-append (assoc-ref %build-inputs "so= urce") - "/build-wine" - ,(match (%current-system) - ("x86_64-linux" "64") - (_ "32")) - ".txt")) - #:phases - (modify-phases %standard-phases - ,@(if (string=3D? (%current-system) "x86_64-linux") - `((add-after 'unpack 'install-32 - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (dxvk32 (assoc-ref inputs "dxvk32"))) - (mkdir-p (string-append out "/lib32")) - (copy-recursively (string-append dxvk32 "/lib") - (string-append out "/lib32")) - #t)))) - '()) - (add-after 'install 'install-setup - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (bin (string-append out "/bin/setup_dxvk"))) - (mkdir-p (string-append out "/bin")) - (copy-file "../source/setup_dxvk.sh" - bin) - (chmod bin #o755) - (substitute* bin - (("wine=3D\"wine\"") - (string-append "wine=3D" (assoc-ref inputs "wine") "/bin= /wine")) - (("x32") ,(match (%current-system) - ("x86_64-linux" "../lib32") - (_ "../lib"))) - (("x64") "../lib")))))))) - (inputs - `(("wine" ,(match (%current-system) - ;; ("x86_64-linux" wine64) - ("x86_64-linux" wine64-staging) - ;; ("x86_64-linux" mingw-w64-x86_64) - (_ wine))) - ,@(match (%current-system) - ("x86_64-linux" - `(("dxvk32" ,dxvk32))) - (_ '())))) - (supported-systems '("i686-linux" "x86_64-linux")))) base-commit: 0d13d095420861022e68e87ceebd5e037e12a8b3 --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 31 06:34:17 2023 Received: (at 68005-done) by debbugs.gnu.org; 31 Dec 2023 11:34:17 +0000 Received: from localhost ([127.0.0.1]:45693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJu5B-0004Fp-Dk for submit@debbugs.gnu.org; Sun, 31 Dec 2023 06:34:17 -0500 Received: from mail-ej1-x633.google.com ([2a00:1450:4864:20::633]:53705) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJu57-0004FQ-DV; Sun, 31 Dec 2023 06:34:15 -0500 Received: by mail-ej1-x633.google.com with SMTP id a640c23a62f3a-a27c6c88694so56131066b.3; Sun, 31 Dec 2023 03:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704022446; x=1704627246; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=oergiNP8TQi6EaArcWnHusXDYafrBZzMWWG8HR190c4=; b=LT4MOrcp8WLblLYtLGXoP4YOgv0LKyawvUxCCJqaHeTmx8mdzMCt4kTIEMxmRDdD0m jnT03Rg9n8nlQNJ6YvE6AWq2Zs+sLDhflYjoK4piQrkDeFJ47qDmuXYTet+g9OTa1J6g TexTFdfSsN85WSE3MpLBM7xa+qW4QlvzvhK3Gcq8i+w00FrUSrMJ9KyzywFdIl+T5j3i Ws1ttjOXhx5WbTqYT1ry9Jxlfj6restYeu1T7njprtBYwM44FRcXQmSOuddtGq+hAQGa qE/X5wJTq9+npjffISO58umWChaZQ4v44pG+TQbkBUqwYen/U3U/dJhyO7A4Tw0PoMbL DMBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704022446; x=1704627246; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=oergiNP8TQi6EaArcWnHusXDYafrBZzMWWG8HR190c4=; b=beDQ1Zdf5tEFKw9UXzqfADBdWNrlyny3H5FO+lEwGKgV0YieZbTxtgZAAX9KuKoy+A du6PhidxNpIrqdpfeTgLl8oKdLXppOq36tEay3QGpidh6Ua5kSsJWXLaAjRw1Qtg07YJ I1AP/KLpIsIa5KKI/dwr+zBRTSHJ5JYg4QhFwIduilYo3NgRGvDim0oJH6m15pl9hbpX lca7HWPp8FytKVbWE04opPBHmdu/nDazq2HreN5XiB66JXy++dC7Oyg6BZ0BJJRnaE/C mN5XESW7Bf1w0z6fjFsW1GkXxgbtbFB03pptKkJvF1yodadbEaY7cTZ0GPOkwMle/zD6 6inw== X-Gm-Message-State: AOJu0YwrdyMlrcymXlrr/t7bD/uQ2DM8K4HS/d12rPEGxBpL67Z862Uv tVNw2vtHcqbg/tpcgMGeVugMFxld5uk= X-Google-Smtp-Source: AGHT+IFbiiP7YTwPS8AiM2vrlDZeI7qa4cs/JeLux6CyxTt+C6sA4u6WfKi4RS5p/ZI9bnRz1bhwxA== X-Received: by 2002:a17:907:28c1:b0:a23:43c5:3077 with SMTP id en1-20020a17090728c100b00a2343c53077mr6756346ejc.27.1704022446148; Sun, 31 Dec 2023 03:34:06 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id vz10-20020a17090704ca00b00a269b230c0esm9996427ejb.34.2023.12.31.03.34.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 31 Dec 2023 03:34:05 -0800 (PST) Message-ID: Subject: Re: [PATCH] gnu: wine-staging: Update to 8.18. From: Liliana Marie Prikler To: Kaelyn Date: Sun, 31 Dec 2023 12:34:03 +0100 In-Reply-To: References: <0c40b27e0ae5c9d46aae0c578485e520d85bcea8.1699128205.git.kaelyn.alexi@protonmail.com> <752670b2c89e20e2044c7182f9f6a8779f40e215.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68005-done Cc: 68005-done@debbugs.gnu.org, 66936-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Samstag, dem 09.12.2023 um 18:11 +0000 schrieb Kaelyn: > I'm sending a v2 of the patch rebased against current master, with > bash removed from the wine-staging-patchset-data native-inputs and > the commit message expanded with your suggestions (plus noting the > bash removal). I sadly didn't receive the v2, so I'm commenting here instead. I've pushed both this and the removal of dxvk now. Thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 31 11:47:29 2023 Received: (at 68005-done) by debbugs.gnu.org; 31 Dec 2023 16:47:29 +0000 Received: from localhost ([127.0.0.1]:46930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJyyG-0008U7-OR for submit@debbugs.gnu.org; Sun, 31 Dec 2023 11:47:29 -0500 Received: from mail-4316.protonmail.ch ([185.70.43.16]:22599) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJyyE-0008Tl-06; Sun, 31 Dec 2023 11:47:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1704041238; x=1704300438; bh=XUiBy0rVZ1yzh6dDV+yD8Ff48v5Z9QX/EEf5mD0RONY=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=jRIl5werypOqNKhzvIFnHWUzFfJCzNO2Vk18bcegp/eTBaX4Mk/9WzpIm2YGRxkku UwTVKnl0pJfeAKMOyeiboMadwXUkHxpRociBIMaGCj+ac2eEn2MZzkM55Q6Nxejxax cs8XA7/N/5MBBr0MTgqHNiaXHSc7QHxV3Z9QiAF5E0xDlyvUFvY61TeZfYltLGKxaC d1GC4bm4Cw0np07geTa+7UqesGBXtEHXpQ1femJg/I2Z1piwytjWUbKEvljaK2ls+F ObexfIRkg/IYe61wtI98tEOeeUPK6c+PlqK8PSSZSLbJz3EtAD4JmzvWKnldKkL1z6 CktXoMHPaxONg== Date: Sun, 31 Dec 2023 16:47:00 +0000 To: Liliana Marie Prikler From: Kaelyn Subject: Re: [PATCH] gnu: wine-staging: Update to 8.18. Message-ID: In-Reply-To: References: <0c40b27e0ae5c9d46aae0c578485e520d85bcea8.1699128205.git.kaelyn.alexi@protonmail.com> <752670b2c89e20e2044c7182f9f6a8779f40e215.camel@gmail.com> Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68005-done Cc: 68005-done@debbugs.gnu.org, 66936-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Liliana, On Sunday, December 31st, 2023 at 3:34 AM, Liliana Marie Prikler wrote: >=20 > Am Samstag, dem 09.12.2023 um 18:11 +0000 schrieb Kaelyn: >=20 > > I'm sending a v2 of the patch rebased against current master, with > > bash removed from the wine-staging-patchset-data native-inputs and > > the commit message expanded with your suggestions (plus noting the > > bash removal). >=20 > I sadly didn't receive the v2, so I'm commenting here instead. >=20 > I've pushed both this and the removal of dxvk now. Thank you for pushing these changes! Cheers, Kaelyn > Thanks From unknown Thu Jun 19 14:08:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Jan 2024 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator