From unknown Sat Jun 21 12:29:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69705] [PATCH] gnu: freegish: Update to 0-3.caf58a2f9. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sun, 10 Mar 2024 08:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69705 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69705@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.171005941722848 (code B ref -1); Sun, 10 Mar 2024 08:31:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Mar 2024 08:30:17 +0000 Received: from localhost ([127.0.0.1]:35600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjEZU-0005wR-Uq for submit@debbugs.gnu.org; Sun, 10 Mar 2024 04:30:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:52134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjEZS-0005wI-Me for submit@debbugs.gnu.org; Sun, 10 Mar 2024 04:30:15 -0400 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 1rjEYv-00029f-97 for guix-patches@gnu.org; Sun, 10 Mar 2024 04:29:41 -0400 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rjEYh-00081E-7m for guix-patches@gnu.org; Sun, 10 Mar 2024 04:29:41 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 2BA1438A071C; Sun, 10 Mar 2024 08:29:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1710059364; bh=YHo5Lt1OUBcLnyLGGQ4/Kf/aJG0jUsbTmeES1mQOJlg=; h=From:To:Cc:Subject:Date:From; b=FXs9K0TYc94QWp76HZbIiKfOqyJJ+FHQrdgFmA7kZH4JEoG9slexSIgs8SwHqz2Iv ZqK5r8ZZ3t3kk3EA6MNNJAGGWWR+i1NGxov73DipJvMGxwb0LS0E2HCwHXVr8UA5gE C4sRJ1dBaQJkkxfDnNdzPIyi5cpubERpX8z4+bZAjg/faI06hBEcF+b5HFfMpRY9MV nDRnw+xUt7ZUU16Wkca4eimGNLSh6vIkCR+4g+4yEjqj5dOXUobR+9g5WY3SEyXgEs K+ZrMFLKmvL/b/87dza3eoGqC9HY9NAng/pY+UKFH6GHTl6AihqIeqFZ+Zf7L5kcaD 1DcNNEt5MszrXpwyE2d8qz3d/S/3hrE4OoFn26R01CUDezft3ozv2HDhyxwVf5FgSt IzqGvjmpk/sHIeSU4eUVsTGM1bgJySk/TvWjFxH/ZwxSPVht7xzGf9hPf48nA1nEoM CmzRh/uqaBtdtifFcdKEM9EpHL358wJsIvcdg9bclUAG7cnGeIHGZmXhhjWW+6utnz yTQLpQfo94lDkvPfBfbLIgGysiMWFH256vMSwrZ75ndNXCijJTATq/G0VGTgjuVGY2 sZjVnPEAEpD/uD0ioAcg3OVwxKE8q+KtnLJ5PchiYbGyg4BIuqbWezTr27bZ/fJU/J bvzANKKfXQtOJVYwYPlQZ1yo= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xKJi5Nc_TyVn; Sun, 10 Mar 2024 08:29:20 +0000 (UTC) Received: from localhost (unknown [36.170.57.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 10 Mar 2024 08:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0a7071c8; Sun, 10 Mar 2024 08:29:39 +0000 (UTC) From: iyzsong@envs.net Date: Sun, 10 Mar 2024 16:29:36 +0800 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net 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, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) From: 宋文武 * gnu/packages/games.scm (freegish): Update to 0-3.caf58a2f9. [inputs]: Replace sdl-union with sdl2. Remove zlib. [arguments]: Adjust configure-flags, remove unneeded phases. Change-Id: I43883bd3de985dc337e244a810214ea5ae6aabd1 --- gnu/packages/games.scm | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9ff08e5e74..0fb7f5889e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6654,8 +6654,8 @@ (define-public megaglest (license license:gpl2+))) (define-public freegish - (let ((commit "21977ee5fc2008231b35160df00efe954c508b16") - (revision "2")) + (let ((commit "caf58a2f990a939230bab82226e29cd79732f366") + (revision "3")) (package (name "freegish") (version (string-append "0-" revision "." (string-take commit 9))) @@ -6667,7 +6667,7 @@ (define-public freegish (file-name (git-file-name name version)) (sha256 (base32 - "1qh0gcnbyxyzmb13jifwba4xrzj94m4w9whdvl0gnds6ricmwply")) + "0980ad8xg0bzm6507bq9sbgw03i7jj33g0f955g0q8jvpb22r65v")) (modules '((guix build utils))) ;; The audio files in the "music" directory are licensed under ;; CC-BY-NC, so we delete them. @@ -6679,25 +6679,14 @@ (define-public freegish (arguments `(#:tests? #f ; no tests included #:configure-flags - (list "-DCMAKE_INSTALL_FHS=ON") - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'set-DATAPATH - (lambda* (#:key outputs #:allow-other-keys) - (substitute* "CMakeLists.txt" - (("^option\\(INSTALL_FHS" line) - (string-append "add_definitions(-DDATAPATH=\"" - (assoc-ref outputs "out") "/share/freegish\")\n" - line))) - #t))))) + (list "-DINSTALL_FHS=ON"))) (inputs - (list (sdl-union (list sdl sdl-mixer)) + (list sdl2 openal libvorbis libogg mesa - libpng - zlib)) + libpng)) (home-page "https://github.com/freegish/freegish") (synopsis "Side-scrolling physics platformer with a ball of tar") (description "In FreeGish you control Gish, a ball of tar who lives base-commit: 7758e63f7a89f53fbb7c7a265ae472af0a8dfab0 -- 2.41.0 From unknown Sat Jun 21 12:29:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: iyzsong@envs.net Subject: bug#69705: closed (Re: [bug#69705] [PATCH] gnu: freegish: Update to 0-3.caf58a2f9.) Message-ID: References: <87wmngvxfr.fsf@envs.net> X-Gnu-PR-Message: they-closed 69705 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 69705@debbugs.gnu.org Date: Mon, 27 May 2024 01:47:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1716774421-26659-1" This is a multi-part message in MIME format... ------------=_1716774421-26659-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69705: [PATCH] gnu: freegish: Update to 0-3.caf58a2f9. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69705@debbugs.gnu.org. --=20 69705: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69705 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1716774421-26659-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69705-done) by debbugs.gnu.org; 27 May 2024 01:46:55 +0000 Received: from localhost ([127.0.0.1]:42774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBPRv-0006vd-3n for submit@debbugs.gnu.org; Sun, 26 May 2024 21:46:55 -0400 Received: from mail.envs.net ([5.199.136.28]:47068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBPRt-0006vS-OJ for 69705-done@debbugs.gnu.org; Sun, 26 May 2024 21:46:54 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id DFB2038A36C5; Mon, 27 May 2024 01:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1716774401; bh=P1hFlOZMy+FQjFFJbp8vAFMTeAtP6MQTSvQNp1Mr784=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=dnbRtUjKnuuSVShZi9zG+pEreuaIZg0tiIDUIlvVGrzBjZzrua7sZvv1UvHFDXu9+ chJgzRdqOx/z7ZOsb6oeFykWud/IZGbqdJOr09wIKpL80orTRpC07QMeU37G7b0+Y8 IDWjOYwcIL89rbvGBW1MjdRBhlLV+TpXVYEW+oVbVKxwxQ9rBJf/0SV6YGURQ5QLBa inGx9A0VKOjyf1MomNOIu07iQ7wLAfnPbqFMV1MgfAFfviDfzINkguplJvfg77Hgiv mVOlQxdt2STQ8DwQqT6ZTGRE6xsdVTbdL84Zmrd71VIWmcGU8ucjX0K8jJ33K8v8Ms FbfN4ShCS+69P4xUxtmgUUR9tqaWjYS/hJcRNfCyZhaygZQ3RjgCD+r9tVUUgaDPHq UWK78cO9STm88QgUb0Zk0JBwnaBQZkh3/uVwrty8glN4+cI2PeyKAPjCOY2MElAYET tZIFBdXYpNCoNzIeykxQerAy9bfw4szRZjXe93n2pH8HuOhwcNoIO0sK3qOLW8yoSl I4h0NyxnLF5wBy4q4KH3Gw2BI3+lfoCv+rua3MnHhZOP6zBBhoHtRJcMbCTmzwn0Bf 8iprN0M4GzjAfQcDt3u4D/9LnLPGQDI3oiDXfliNwZMFruqrtJMerPB/bRHDW8V5lE KFBke3uo6rdCjBOCkBq2AtrY= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zsl59f4SdD6i; Mon, 27 May 2024 01:46:36 +0000 (UTC) Received: from localhost (unknown [36.170.58.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 27 May 2024 01:46:36 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a245bdbd; Mon, 27 May 2024 01:46:32 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: 69705-done@debbugs.gnu.org Subject: Re: [bug#69705] [PATCH] gnu: freegish: Update to 0-3.caf58a2f9. In-Reply-To: (iyzsong@envs.net's message of "Sun, 10 Mar 2024 16:29:36 +0800") References: Date: Mon, 27 May 2024 09:46:32 +0800 Message-ID: <87wmngvxfr.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 69705-done Cc: =?utf-8?B?5a6L5paH5q2m?= , Liliana Marie Prikler , Adam Faiz 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 (-) Pushed to master as commit 473cdecd89. ------------=_1716774421-26659-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Mar 2024 08:30:17 +0000 Received: from localhost ([127.0.0.1]:35600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjEZU-0005wR-Uq for submit@debbugs.gnu.org; Sun, 10 Mar 2024 04:30:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:52134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjEZS-0005wI-Me for submit@debbugs.gnu.org; Sun, 10 Mar 2024 04:30:15 -0400 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 1rjEYv-00029f-97 for guix-patches@gnu.org; Sun, 10 Mar 2024 04:29:41 -0400 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rjEYh-00081E-7m for guix-patches@gnu.org; Sun, 10 Mar 2024 04:29:41 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 2BA1438A071C; Sun, 10 Mar 2024 08:29:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1710059364; bh=YHo5Lt1OUBcLnyLGGQ4/Kf/aJG0jUsbTmeES1mQOJlg=; h=From:To:Cc:Subject:Date:From; b=FXs9K0TYc94QWp76HZbIiKfOqyJJ+FHQrdgFmA7kZH4JEoG9slexSIgs8SwHqz2Iv ZqK5r8ZZ3t3kk3EA6MNNJAGGWWR+i1NGxov73DipJvMGxwb0LS0E2HCwHXVr8UA5gE C4sRJ1dBaQJkkxfDnNdzPIyi5cpubERpX8z4+bZAjg/faI06hBEcF+b5HFfMpRY9MV nDRnw+xUt7ZUU16Wkca4eimGNLSh6vIkCR+4g+4yEjqj5dOXUobR+9g5WY3SEyXgEs K+ZrMFLKmvL/b/87dza3eoGqC9HY9NAng/pY+UKFH6GHTl6AihqIeqFZ+Zf7L5kcaD 1DcNNEt5MszrXpwyE2d8qz3d/S/3hrE4OoFn26R01CUDezft3ozv2HDhyxwVf5FgSt IzqGvjmpk/sHIeSU4eUVsTGM1bgJySk/TvWjFxH/ZwxSPVht7xzGf9hPf48nA1nEoM CmzRh/uqaBtdtifFcdKEM9EpHL358wJsIvcdg9bclUAG7cnGeIHGZmXhhjWW+6utnz yTQLpQfo94lDkvPfBfbLIgGysiMWFH256vMSwrZ75ndNXCijJTATq/G0VGTgjuVGY2 sZjVnPEAEpD/uD0ioAcg3OVwxKE8q+KtnLJ5PchiYbGyg4BIuqbWezTr27bZ/fJU/J bvzANKKfXQtOJVYwYPlQZ1yo= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xKJi5Nc_TyVn; Sun, 10 Mar 2024 08:29:20 +0000 (UTC) Received: from localhost (unknown [36.170.57.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 10 Mar 2024 08:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0a7071c8; Sun, 10 Mar 2024 08:29:39 +0000 (UTC) From: iyzsong@envs.net To: guix-patches@gnu.org Subject: [PATCH] gnu: freegish: Update to 0-3.caf58a2f9. Date: Sun, 10 Mar 2024 16:29:36 +0800 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Adam Faiz , Liliana Marie Prikler , 宋文武 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net 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, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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: -2.4 (--) From: 宋文武 * gnu/packages/games.scm (freegish): Update to 0-3.caf58a2f9. [inputs]: Replace sdl-union with sdl2. Remove zlib. [arguments]: Adjust configure-flags, remove unneeded phases. Change-Id: I43883bd3de985dc337e244a810214ea5ae6aabd1 --- gnu/packages/games.scm | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9ff08e5e74..0fb7f5889e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6654,8 +6654,8 @@ (define-public megaglest (license license:gpl2+))) (define-public freegish - (let ((commit "21977ee5fc2008231b35160df00efe954c508b16") - (revision "2")) + (let ((commit "caf58a2f990a939230bab82226e29cd79732f366") + (revision "3")) (package (name "freegish") (version (string-append "0-" revision "." (string-take commit 9))) @@ -6667,7 +6667,7 @@ (define-public freegish (file-name (git-file-name name version)) (sha256 (base32 - "1qh0gcnbyxyzmb13jifwba4xrzj94m4w9whdvl0gnds6ricmwply")) + "0980ad8xg0bzm6507bq9sbgw03i7jj33g0f955g0q8jvpb22r65v")) (modules '((guix build utils))) ;; The audio files in the "music" directory are licensed under ;; CC-BY-NC, so we delete them. @@ -6679,25 +6679,14 @@ (define-public freegish (arguments `(#:tests? #f ; no tests included #:configure-flags - (list "-DCMAKE_INSTALL_FHS=ON") - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'set-DATAPATH - (lambda* (#:key outputs #:allow-other-keys) - (substitute* "CMakeLists.txt" - (("^option\\(INSTALL_FHS" line) - (string-append "add_definitions(-DDATAPATH=\"" - (assoc-ref outputs "out") "/share/freegish\")\n" - line))) - #t))))) + (list "-DINSTALL_FHS=ON"))) (inputs - (list (sdl-union (list sdl sdl-mixer)) + (list sdl2 openal libvorbis libogg mesa - libpng - zlib)) + libpng)) (home-page "https://github.com/freegish/freegish") (synopsis "Side-scrolling physics platformer with a ball of tar") (description "In FreeGish you control Gish, a ball of tar who lives base-commit: 7758e63f7a89f53fbb7c7a265ae472af0a8dfab0 -- 2.41.0 ------------=_1716774421-26659-1--