From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 05 20:37:34 2025 Received: (at submit) by debbugs.gnu.org; 6 Mar 2025 01:37:35 +0000 Received: from localhost ([127.0.0.1]:40510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tq0B4-0007Tc-Hc for submit@debbugs.gnu.org; Wed, 05 Mar 2025 20:37:34 -0500 Received: from lists.gnu.org ([2001:470:142::17]:52110) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tq0B1-0007TH-HP for submit@debbugs.gnu.org; Wed, 05 Mar 2025 20:37:32 -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 1tq0Aw-0001Su-3M for guix-patches@gnu.org; Wed, 05 Mar 2025 20:37:26 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tq0At-0007P6-TG for guix-patches@gnu.org; Wed, 05 Mar 2025 20:37:25 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E1B8625AC7; Thu, 6 Mar 2025 02:37:21 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id sWjpg7p5vFVY; Thu, 6 Mar 2025 02:37:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1741225037; bh=cENRkmAy+LxhZ4QJcPpsxTGCH/vIs2bAurg+q88WykI=; h=From:To:Cc:Subject:Date; b=dPXW3Vjz7b8BKNKUmPn8rMZYaT6/fp44cURqDZskDRGgIQh3gcWN/UsI4pia8y4As CAoNikeVi0Ur1FyAhabmLRn75rKkuXgNQkBc1JTOF01H+vQwuGkunw/3d+9QkBKDZ0 4ni2ep21uRWAS6nqpx/dFdpJhEupEYvoS8qWBkwJxXdrh3zEEQAKvkQ2qbgm+5EgR7 kF2941877SX1O/MaT/kynh+Gc0eX2trYnkf0Y3T5zdwHHubJbFPVTaXX+GpgZgRWIP VPudMEVODiazeGuibdwDaaO6O7aYcds/CYUgv2IrL3CZln1fmnT6SZ7hLtokz1FR25 QzMc6OpgbcJ/w== From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add sdl3-gfx. Date: Thu, 6 Mar 2025 10:35:01 +0900 Message-ID: <6d33714472355a69af1f32b60dcdd7f281c44d2f.1741224900.git.mcsinyx@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org 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_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= 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.1 (/) * gnu/packages/sdl.scm (sdl3-gfx): New variable. Change-Id: I4be1900c77367b327d22def198e5f58360efaf6e --- https://github.com/sabdul-khabir/SDL3_gfx is recommended by the maintainer of SDL{,2}_gfx: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx gnu/packages/sdl.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index 42fcf35d40fe..00a11d8d5b02 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -667,6 +667,31 @@ (define-public sdl2-gamecontrollerdb mappings intended for the use with SDL2's game controller functionality.") (license license:zlib)))) +(define-public sdl3-gfx + (package + (name "sdl3-gfx") + (version "1.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sabdul-khabir/SDL3_gfx") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18g9qavk0wh1bvfh6gdi5q75fd57dk0gp5r20c80x7xnp2ywywih")))) + (build-system cmake-build-system) + (arguments '(#:configure-flags '("-DBUILD_TESTS=ON"))) + (propagated-inputs (list sdl3)) + (home-page "https://github.com/sabdul-khabir/SDL3_gfx") + (synopsis "SDL3 graphics drawing primitives") + (description + "This package provides Graphics drawing primitives +and other support functions wrapped up in an add-on, C-based library +for the Simple Direct Media (SDL) cross-platform API layer.") + (license license:zlib) + (properties '((upstream-name . "SDL3_gfx"))))) + (define-public guile-sdl (package (name "guile-sdl") base-commit: 310adf4ce70cbb864859274fcc7842bd519bbddc -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 29 23:29:31 2025 Received: (at submit) by debbugs.gnu.org; 30 Mar 2025 03:29:31 +0000 Received: from localhost ([127.0.0.1]:33874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tyjMZ-0005hY-38 for submit@debbugs.gnu.org; Sat, 29 Mar 2025 23:29:31 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48714) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tyjLr-0005fQ-F0 for submit@debbugs.gnu.org; Sat, 29 Mar 2025 23:28:47 -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 1tyjLk-0007GW-8n for guix-patches@gnu.org; Sat, 29 Mar 2025 23:28:40 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tyjLi-0000xZ-Ij for guix-patches@gnu.org; Sat, 29 Mar 2025 23:28:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1743305686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=u/CFIWR238xAqZ3eHRWIJDezY8pPs37yIVQhxjx/97k=; b=CeCiVD1g4psCwKkC+T/crqF6UqhQ54jKIv4k59N+TCBVfzBNoIPhwHj0+Q254k/w/zbvD3 jBHJwrm/mUFa1sk4ZRDmrf8H7ML/l7s3Gc+E0CgHosezQKFe3wNkrfPkkr9DsxTfIKyBEt Mk8McGGZQem8nog3zZEH7wGPcTnBjIo= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 97c87b17 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 30 Mar 2025 03:34:46 +0000 (UTC) From: Z572 To: guix-patches--- via Subject: Re: [bug#76766] [PATCH] gnu: Add sdl3-gfx. In-Reply-To: <6d33714472355a69af1f32b60dcdd7f281c44d2f.1741224900.git.mcsinyx@disroot.org> (guix-patches@gnu.org's message of "Thu, 6 Mar 2025 10:35:01 +0900") References: <6d33714472355a69af1f32b60dcdd7f281c44d2f.1741224900.git.mcsinyx@disroot.org> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sun, 30 Mar 2025 11:28:28 +0800 Message-ID: <875xjrw61v.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 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, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: guix-patches--- via writes: > * gnu/packages/sdl.scm (sdl3-gfx): New variable. > > Change-Id: I4be1900c77367b327d22def198e5f58360efaf6e > --- > https://github.com/sabdul-khabir/SDL3_gfx > is recommended by the maintainer of SDL{ [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: =?utf-8?Q?Nguy=E1=BB=85n?= Gia Phong , 76766-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: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: guix-patches--- via writes: > * gnu/packages/sdl.scm (sdl3-gfx): New variable. > > Change-Id: I4be1900c77367b327d22def198e5f58360efaf6e > --- > https://github.com/sabdul-khabir/SDL3_gfx > is recommended by the maintainer of SDL{ [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable guix-patches--- via writes: > * gnu/packages/sdl.scm (sdl3-gfx): New variable. > > Change-Id: I4be1900c77367b327d22def198e5f58360efaf6e > --- > https://github.com/sabdul-khabir/SDL3_gfx > is recommended by the maintainer of SDL{,2}_gfx: > https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx > > gnu/packages/sdl.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm > index 42fcf35d40fe..00a11d8d5b02 100644 > --- a/gnu/packages/sdl.scm > +++ b/gnu/packages/sdl.scm > @@ -667,6 +667,31 @@ (define-public sdl2-gamecontrollerdb > mappings intended for the use with SDL2's game controller functionality.= ") > (license license:zlib)))) >=20=20 > +(define-public sdl3-gfx > + (package > + (name "sdl3-gfx") > + (version "1.0.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/sabdul-khabir/SDL3_gfx") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "18g9qavk0wh1bvfh6gdi5q75fd57dk0gp5r20c80x7xnp2ywywih"))= )) > + (build-system cmake-build-system) > + (arguments '(#:configure-flags '("-DBUILD_TESTS=3DON"))) use (arguments (list #:configure-flags #~(list "-DBUILD_TESTS=3DON"))) > + (propagated-inputs (list sdl3)) > + (home-page "https://github.com/sabdul-khabir/SDL3_gfx") > + (synopsis "SDL3 graphics drawing primitives") > + (description > + "This package provides Graphics drawing primitives > +and other support functions wrapped up in an add-on, C-based library > +for the Simple Direct Media (SDL) cross-platform API layer.") > + (license license:zlib) > + (properties '((upstream-name . "SDL3_gfx"))))) > + > (define-public guile-sdl > (package > (name "guile-sdl") > > base-commit: 310adf4ce70cbb864859274fcc7842bd519bbddc pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfoulwACgkQO1qpk+Gi 3/Dn9RAAsM8FZbu7cdaCHAyibPL9n8Y6oHoh1wRxCY/1ZnqXUnsT7mf0PEvLdel8 VyFoZMeGltWfSVMTqyQLWE6o89euW/ZgkbmNGMS8bM9tvRhncGTaiI5IFv3DYaC5 RY4d2YaolkMA91xuwigqkac6OJFAqqb3FK/xPhQKh4moaUZHWfprPbDcdGmnhxtX Sc0TPv/tCa3iGjg3DDBzq4x6UwnbXQv4a3ux0EixmYvU05FkAP5wFD7os4rbuQpE 3Plzzvx0IIhPPsAe4JR503ZYznRAdsjDk2u4ubvw5gRziL19hQ4GlpdLbfJRJtpR NehJ2i7iM7N1BRfunJdvlAwUVUaKaepAJwd3DrrNzotAoDCfWZ/RtuIw8JYAnlBX Ld81jPe33BUnCwk0s+AcoOkv4v66zFosSm+r8syQ/QfdmSyIhowqgeL+qs7U6BQT 0dyqh5CHVzAKBZuwWnvosOnPcPA20I9hpD6agCDUVT/uMDrz2qhvKP70bFr0vCio dP3cahqEOIcQhVjrtouTxvqDvoBtXuBZpyDwWZQ3pDcD+yGmIFBLTfk7YPdXYA9i ZMHRZd9Lv7ks+fQ2AoxagBu09kKF+KUFgAdx//dmHLVB6x7CQkMao4sKxmm3XQIq Gw6Z7/hUEitI2/nEjnHTEgzkZJujRdjURhuyBqDxs3lUVnY5bbs= =1x21 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 01 01:05:00 2025 Received: (at 76766-done) by debbugs.gnu.org; 1 Apr 2025 05:05:00 +0000 Received: from localhost ([127.0.0.1]:44402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzTo4-0001qZ-F0 for submit@debbugs.gnu.org; Tue, 01 Apr 2025 01:05:00 -0400 Received: from layka.disroot.org ([178.21.23.139]:59058) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tzTo1-0001px-3n for 76766-done@debbugs.gnu.org; Tue, 01 Apr 2025 01:04:58 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1B06A25BF4; Tue, 1 Apr 2025 07:04:55 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 8UINEPCXg66q; Tue, 1 Apr 2025 07:04:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1743483894; bh=I1tNCmY/hzX8gHdjTOLFogbsb8VLaJT/PHWkYzfYIbc=; h=Date:Cc:Subject:To:From:References:In-Reply-To; b=Dgj/FmJ1YnddFuEbDpeZ9/9v8X9p2y3m+o2fzQMoyCpn1k66q0s5pBJOCqJm/sJfS iGju4qrn3LCOg++v9H5q78YqtQJICWn1jsY8bW/N61U3Uqbn/fa6EtzKTFt989h/x/ 7AjlOklNDvnQ9MKwlcd8RYnCssinsRP2olk7XHYvv2sMs9d6+8lPR5jqnT1OLu1Q+6 QtKfiiXKp6B0WlYV6bOSYR/uYeIR+dOQwCnWbNvK1B6nxZ/y2OSpYhDPisodds2Pkc qq9N096y0TTmgyGfOh0gkSg1vCkPLch5ix6Kyb49KoDbVMxfScocfLl8t3HXAQLtAl qKd0oR+7GPYBw== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 01 Apr 2025 14:04:47 +0900 Message-Id: Subject: Re: [bug#76766] [PATCH] gnu: Add sdl3-gfx. To: "Z572" From: =?utf-8?q?Nguy=E1=BB=85n_Gia_Phong?= References: <6d33714472355a69af1f32b60dcdd7f281c44d2f.1741224900.git.mcsinyx@disroot.org> <875xjrw61v.fsf@z572.online> In-Reply-To: <875xjrw61v.fsf@z572.online> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76766-done Cc: 76766-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 (-) On 2025-03-30 at 11:28+08:00, Z572 wrote: > Nguy=E1=BB=85n Gia Phong writes: > > * gnu/packages/sdl.scm (sdl3-gfx): New variable. > > pushed, closing. Thanks! Could you take a look at my patch set 76757 for SDL3_image and SDL3_ttf? https://issues.guix.gnu.org/76757 From unknown Fri Jun 20 19:56:51 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, 29 Apr 2025 11:24:26 +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