From unknown Tue Jun 17 20:21:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76419 <76419@debbugs.gnu.org> To: bug#76419 <76419@debbugs.gnu.org> Subject: Status: [PATCH] * gnu/packages/games.scm (moonlight-qt): Modify inputs. Reply-To: bug#76419 <76419@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:21:09 +0000 retitle 76419 [PATCH] * gnu/packages/games.scm (moonlight-qt): Modify input= s. reassign 76419 guix-patches submitter 76419 Vitor Hugo severity 76419 normal tag 76419 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 19 13:17:32 2025 Received: (at submit) by debbugs.gnu.org; 19 Feb 2025 18:17:32 +0000 Received: from localhost ([127.0.0.1]:51201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tkodX-0003rf-KL for submit@debbugs.gnu.org; Wed, 19 Feb 2025 13:17:32 -0500 Received: from lists.gnu.org ([2001:470:142::17]:46348) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tkodW-0003qv-8L for submit@debbugs.gnu.org; Wed, 19 Feb 2025 13:17:30 -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 1tkodQ-0005EE-49 for guix-patches@gnu.org; Wed, 19 Feb 2025 13:17:24 -0500 Received: from mail-4319.protonmail.ch ([185.70.43.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tkodL-0006Lp-Uk for guix-patches@gnu.org; Wed, 19 Feb 2025 13:17:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1739989029; x=1740248229; bh=RUAM44CQSrxiGNDUo9nl9auxZ0QHfIiEzOQohO5NVZs=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=IQK4YpBs1CTQHYsSyd29cBD+MAjqNVMjWZIQzIyu8Z1cIHgyAtoDq9ymF69mjrx2w 1gGEIiAajPHBbVbE1JsN206upoKucJ8I5zLhE/fUMmumAF0AqhGaXT9k+okslw1c/b A77IbEtg8un3ij1dJaPAUZgChfmfrHjDjO/gFdiDNOQ0fDW2F1Zh3Y764vZc+vfWkA +HF7BR/GwN75SySUzc8lM8i849vYYfgnCvrczwKaU/P3Zo8zDWnDS2XIu7xy4WpALZ sSlSHfECErrK1CYt5q6R5NOFYv3afczO5xAeHdxN15QwlBErz69qaFtZqty5kukVyP wumFRV7odc66Q== Date: Wed, 19 Feb 2025 18:17:05 +0000 To: "guix-patches@gnu.org" From: Vitor Hugo Subject: [PATCH] * gnu/packages/games.scm (moonlight-qt): Modify inputs. Message-ID: Feedback-ID: 81067316:user:proton X-Pm-Message-ID: 7b6b66ce129e2263a40d2965823392216acfc170 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.19; envelope-from=vitorhugonunes@proton.me; helo=mail-4319.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_PDS_PRO_TLD=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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 (/) The package was missing `wayland` as an input, which broke hardware acceleration whenever running under wayland. This fixes it. Change-Id: I65b16f5e2e77627f79f45a63461436be51e0fa96 --- gnu/packages/games.scm | 44 +++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 30aaf0767a..10fe0f6dac 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6566,15 +6566,15 @@ (define-public moonlight-qt (package (name "moonlight-qt") (version "6.1.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moonlight-stream/moonlight-qt= ") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "06fxf3m26k036asxjkkykk5q96nincwmpiqm953m7zgr9224gidx")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/moonlight-stream/moonlight-qt") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "06fxf3m26k036asxjkkykk5q96nincwmpiqm953m7zgr9224gidx")))) (build-system qt-build-system) (arguments (list @@ -6583,18 +6583,25 @@ (define-public moonlight-qt #~(modify-phases %standard-phases (replace 'configure (lambda* _ - (symlink (string-append - #$(this-package-input "sdl2-gamecontrollerdb") - "/share/sdl2/gamecontrollerdb.txt") + (symlink (string-append #$(this-package-input + "sdl2-gamecontrollerdb") + "/share/sdl2/gamecontrollerdb.txt") "app/SDL_GameControllerDB/gamecontrollerdb.txt") ;; Unbundle libraries. (substitute* "moonlight-qt.pro" - ((" moonlight-common-c.*\n") "") - ((" qmdnsengine.*\n") "") - ((" h264bitstream.*\n") "") - ((" app \\\\") " app") - (("app.depends") "INCLUDEPATH +=3D")) - (invoke "qmake" (string-append "PREFIX=3D" #$output))))))) + ((" moonlight-common-c.*\n") + "") + ((" qmdnsengine.*\n") + "") + ((" h264bitstream.*\n") + "") + ((" app \\\\") + " app") + (("app.depends") + "INCLUDEPATH +=3D")) + (invoke "qmake" + (string-append "PREFIX=3D" + #$output))))))) (native-inputs (list pkg-config qttools-5)) (inputs (list ffmpeg h264bitstream @@ -6609,6 +6616,7 @@ (define-public moonlight-qt qtquickcontrols2-5 qtsvg-5 qtwayland-5 + wayland sdl2 sdl2-ttf sdl2-gamecontrollerdb)) --=20 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 13 18:03:37 2025 Received: (at 76419) by debbugs.gnu.org; 13 Apr 2025 22:03:38 +0000 Received: from localhost ([127.0.0.1]:44256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u45QP-0005wl-M6 for submit@debbugs.gnu.org; Sun, 13 Apr 2025 18:03:37 -0400 Received: from mail-24427.protonmail.ch ([109.224.244.27]:19155) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u45QM-0005wL-FA for 76419@debbugs.gnu.org; Sun, 13 Apr 2025 18:03:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1744581807; x=1744841007; bh=PCnmTxvbVFyY/U9is00IZax9BMMII1TL1HglhNjW5PA=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=iQ0BmQnIW7Je6jmSx5EObL/fJvLuMC4torhl5bsFa30ftT42IxEgrI9jfBp5OHUkl ICqRFuyIinF7uQdYMswa28Yr05s8g4nTWnCHN4efPpyjaYL5g+hry0YNkuvuVxbX6q j8YA+YAhHVrlWgH9Dmi/edQ3H/YsgBe07J/E2stHDsyK69zwwj72/JO/at1Pbyr3Z/ gpdigWeDclNx7RA0kAo5X81Gu0DtdIKREDnhHnJlqLStvyEUE/MP00ZyjLn3luPdQr mpMQDBav59en1hHLlYLlMqi3wzp0VWHWldVe/+XXcB5yNbbq4O3wCoZ61lgYG4e4g3 6y7FGT19oN9JQ== Date: Sun, 13 Apr 2025 22:03:23 +0000 To: "76419@debbugs.gnu.org" <76419@debbugs.gnu.org> From: Vitor Hugo Subject: [PATCH] * gnu/packages/games.scm (moonlight-qt): Modify inputs. Message-ID: Feedback-ID: 81067316:user:proton X-Pm-Message-ID: 0123c682cbfbd229515078b83cea370006f21339 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: 76419 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 (-) Below follows a better formatted patch, as per suggestions in IRC. * gnu/packages/games.scm (moonlight-qt): Modify inputs. Change-Id: I0a24f8c1011360681afe6c2f8200787aec4868ef --- gnu/packages/games.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 59145a46c5..07f199966a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6825,6 +6825,7 @@ (define-public moonlight-qt qtquickcontrols2-5 qtsvg-5 qtwayland-5 + wayland sdl2 sdl2-ttf sdl2-gamecontrollerdb)) base-commit: 7f0ec135d1bf6fd8b7bff84bc176b6c61fdee75d --=20 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 14 08:56:55 2025 Received: (at 76419-done) by debbugs.gnu.org; 14 Apr 2025 12:56:55 +0000 Received: from localhost ([127.0.0.1]:46293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4JMt-0002Ru-89 for submit@debbugs.gnu.org; Mon, 14 Apr 2025 08:56:55 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:38816) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4JMq-0002RZ-RO for 76419-done@debbugs.gnu.org; Mon, 14 Apr 2025 08:56:53 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 07B25469; Mon, 14 Apr 2025 14:56:45 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id Xmu7lM5zoejx; Mon, 14 Apr 2025 14:56:44 +0200 (CEST) Received: from jurong (ver51-h01-176-173-17-142.dsl.sta.abo.bbox.fr [176.173.17.142]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 932841A1; Mon, 14 Apr 2025 14:56:42 +0200 (CEST) Date: Mon, 14 Apr 2025 14:56:40 +0200 From: Andreas Enge To: Vitor Hugo Subject: Re: [PATCH] * gnu/packages/games.scm (moonlight-qt): Modify inputs. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 07B25469 X-Spamd-Result: default: False [5.40 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-3.00)[99.99%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: +++++ X-Rspamd-Action: greylist X-Rspamd-Server: hera X-Spam-Level: ***** X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76419-done Cc: "76419@debbugs.gnu.org" <76419-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 Sun, Apr 13, 2025 at 10:03:23PM +0000 schrieb Vitor Hugo: > Below follows a better formatted patch, as per suggestions > in IRC. Yes, not reformatting the package makes it easier to see what actually changed. I have slightly modified the commit message and pushed, thanks! Andreas From unknown Tue Jun 17 20:21:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 May 2025 11:24:08 +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