From unknown Fri Jun 20 07:19:47 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#62918 <62918@debbugs.gnu.org> To: bug#62918 <62918@debbugs.gnu.org> Subject: Status: [PATCH] gnu: schismtracker: Update to 20221201. Reply-To: bug#62918 <62918@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:19:47 +0000 retitle 62918 [PATCH] gnu: schismtracker: Update to 20221201. reassign 62918 guix-patches submitter 62918 Antero Mejr severity 62918 normal tag 62918 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 17 21:39:54 2023 Received: (at submit) by debbugs.gnu.org; 18 Apr 2023 01:39:54 +0000 Received: from localhost ([127.0.0.1]:57267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poaK1-0006zk-Vy for submit@debbugs.gnu.org; Mon, 17 Apr 2023 21:39:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:52450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poaK0-0006zd-33 for submit@debbugs.gnu.org; Mon, 17 Apr 2023 21:39:52 -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 1poaJz-0000kp-Pv for guix-patches@gnu.org; Mon, 17 Apr 2023 21:39:51 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1poaJx-0003l5-VT for guix-patches@gnu.org; Mon, 17 Apr 2023 21:39:51 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4Q0mnB5vX2z9sR5 for ; Tue, 18 Apr 2023 03:39:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1681781982; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hyPBVsBLXOVLddwNRX8Oj/5gLsLC55/96nXWf4LBmhk=; b=xwFeRRLWF6kuUpSNahe91+Elx8zjoRdd20gECOdQDVgF8arN9DZn7ZiBlEWcPwUbzuPzoH GhoYC1bVMDuk1K0jITXvaX9Tm7I08oVAFjnaCErqrdJ9gRBTRVkZ6CqVApO4pJCZASD7fP YnSGOm9wyVTASjy1tRHWgbNA2gJNmr1flqkaA9gUsCXngTNb/Vv5giuZw1JNQ7Z2wI+tqU XmHRVYTJAfHmAq7GdQ/b13+Sn0gYKWEM6QkvCEFN6R5A4scEcraweCR75crOhZugjGcNa8 vsSIiF1tu6kqq5N6zyxmN97ugnlUh6toWuHtAGPl+jJp89H7F9uFoyjPtIjo8Q== From: Antero Mejr To: guix-patches@gnu.org Subject: [PATCH] gnu: schismtracker: Update to 20221201. Date: Tue, 18 Apr 2023 01:39:31 +0000 Message-Id: <20230418013931.29432-1-antero@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-RS-META: kc4grrxefbujaqutbnb7gy8sdbu4ytrg X-MBO-RS-ID: a2ae91b6c664c16f9f6 Received-SPF: pass client-ip=80.241.56.161; envelope-from=antero@mailbox.org; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=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.3 (-) 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: -2.3 (--) * gnu/packages/music.scm (schismtracker): Update to 20221201. [source]: Convert snippet to gexp. [arguments]: Convert to gexp, add configure flags for FLAC and Wayland support. [inputs]: Remove libx11, libxext, and sdl; add flac and sdl2. --- Tested working in XWayland and pure Wayland on a AMD64 pulseaudio system. gnu/packages/music.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 0a66ece40a..3c0ebcfd82 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4127,7 +4127,7 @@ (define-public milkytracker (define-public schismtracker (package (name "schismtracker") - (version "20190805") + (version "20221201") (source (origin (method git-fetch) (uri (git-reference @@ -4136,26 +4136,27 @@ (define-public schismtracker (file-name (git-file-name name version)) (sha256 (base32 - "0qqps20vvn3rgpg8174bjrrm38gqcci2z5z4c1r1vhbccclahgsd")) + "11yy5zrdfvnwzwdwmc3s3lx1ymwiyp1si5mmv4h9qxipd9j96ijp")) (modules '((guix build utils))) (snippet ;; Remove use of __DATE__ and __TIME__ for reproducibility. - `(begin - (substitute* "schism/version.c" - (("Schism Tracker built %s %s.*$") - (string-append "Schism Tracker version " ,version "\") ;"))) - #t)))) + #~(substitute* "schism/version.c" + (("Schism Tracker built %s %s.*$") + (string-append + "Schism Tracker version " #$version "\") ;")))))) (build-system gnu-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'configure 'link-libm - (lambda _ (setenv "LIBS" "-lm") #t))))) + (list #:configure-flags #~(list "--with-flac=yes" "--with-x11=no") + #:phases #~(modify-phases %standard-phases + (add-before 'configure 'link-libm + (lambda _ + (setenv "LIBS" "-lm")))))) (native-inputs (list autoconf automake python)) (inputs (list alsa-lib ; for asound dependency - libx11 libxext sdl)) + flac + sdl2)) (home-page "https://schismtracker.org") (synopsis "Oldschool sample-based music composition tool") (description -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 25 05:29:33 2023 Received: (at submit) by debbugs.gnu.org; 25 Apr 2023 09:29:33 +0000 Received: from localhost ([127.0.0.1]:51316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prEzM-0005sH-Uc for submit@debbugs.gnu.org; Tue, 25 Apr 2023 05:29:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:54124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prEzL-0005s4-Og for submit@debbugs.gnu.org; Tue, 25 Apr 2023 05:29:32 -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 1prEzL-0001as-Fg for guix-patches@gnu.org; Tue, 25 Apr 2023 05:29:31 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1prEzI-0006Zv-0U for guix-patches@gnu.org; Tue, 25 Apr 2023 05:29:31 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id D7DAE27BBE2; Tue, 25 Apr 2023 10:29:24 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 20143ffd; Tue, 25 Apr 2023 09:29:24 +0000 (UTC) References: <20230418013931.29432-1-antero@mailbox.org> User-agent: mu4e 1.8.13; emacs 28.2 From: Christopher Baines To: Antero Mejr Subject: Re: [bug#62918] [PATCH] gnu: schismtracker: Update to 20221201. Date: Tue, 25 Apr 2023 10:28:58 +0100 In-reply-to: <20230418013931.29432-1-antero@mailbox.org> Message-ID: <87o7nc48ej.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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.4 (-) X-Debbugs-Envelope-To: submit Cc: 62918-done@debbugs.gnu.org, guix-patches@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: -2.4 (--) --=-=-= Content-Type: text/plain Antero Mejr via Guix-patches via writes: > * gnu/packages/music.scm (schismtracker): Update to 20221201. > [source]: Convert snippet to gexp. > [arguments]: Convert to gexp, add configure flags for FLAC and Wayland > support. > [inputs]: Remove libx11, libxext, and sdl; add flac and sdl2. > --- > Tested working in XWayland and pure Wayland on a AMD64 pulseaudio system. > > gnu/packages/music.scm | 25 +++++++++++++------------ > 1 file changed, 13 insertions(+), 12 deletions(-) Sounds good to me, I've pushed this to master as 8a5b6d53829fb94018c4aba15fc5571a3231c9a4. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmRHnXRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeRBRAAoQDcivpLWPpg/6voG/mRNGomYtppFFZm GVAeNzHc4RuYU4RluE/C7VFThXLrQtDWs+rL/jNZJc19Y478jP7/o0Jgum55x4kc oHg1N0Gm+83UY9oqWrO5w8umjxHB24c/sszHRdldmYFtwq9fzXfEtEjTARsqQDtu Eabw3ik/RxGb2j18BiDYz9qw+1zpRE2+xHO74oxI0xhVHI0KqQQpR5MJhACpI4Mk uuVCvMOYoX3c7uoxkZnHphdJTvljimtTAhzEkKBW9tvD4FYo1NeJO2gaVH7ZGSYG WDTLqOdY5gU3IG3B9FAp1q5QFzKN9H5HB0jd0mViqhsCbyIbPmscZiYha9oOy+QW UkOdCO7WURIs0G72rd7j6zZxR6vNOuvS3j7EoebdlwEgyzhbv4u3jgjSUrGM+06n 1xQYaX7V52pu7AQ88HyTgs+j55GxUvdWgD831gZoNiOojc6IgyBtl5gRcSW4adT3 80UQlzKSwbofVNEihPK5z5evP12fZ9cwcTwq4qPbm8RWOlo4V+fQFLBBXmw0aT+n jQuZFXNJdPDkvGpaVigRHFuJ+NfUTkSCToUdblAKISSchoIS74lX2frhO+XWWYQo +8ymZZZvhcuIVPk8VbDCc47ENXF4qoE2Y7MSYhx30Xe6M9gUnUU0w0O0UoTU8y2X RVrsFvlK7UM= =MG5a -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:19:47 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, 23 May 2023 11: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