From unknown Sat Jun 21 05:16:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76766] [PATCH] gnu: Add sdl3-gfx. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 06 Mar 2025 01:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76766 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76766@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174122505528748 (code B ref -1); Thu, 06 Mar 2025 01:38:02 +0000 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?= Gia Phong 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-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 unknown Sat Jun 21 05:16:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76766] [PATCH] gnu: Add sdl3-gfx. Resent-From: Z572 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 30 Mar 2025 03:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76766 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76766@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , 76766-done@debbugs.gnu.org X-Debbugs-Original-To: guix-patches--- via Received: via spool by submit@debbugs.gnu.org id=B.174330537121931 (code B ref -1); Sun, 30 Mar 2025 03:30:02 +0000 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 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-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 unknown Sat Jun 21 05:16:35 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: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: bug#76766: closed (Re: [bug#76766] [PATCH] gnu: Add sdl3-gfx.) Message-ID: References: <875xjrw61v.fsf@z572.online> <6d33714472355a69af1f32b60dcdd7f281c44d2f.1741224900.git.mcsinyx@disroot.org> X-Gnu-PR-Message: they-closed 76766 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76766@debbugs.gnu.org Date: Sun, 30 Mar 2025 03:30:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1743305404-22033-1" This is a multi-part message in MIME format... ------------=_1743305404-22033-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76766: [PATCH] gnu: Add sdl3-gfx. 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 76766@debbugs.gnu.org. --=20 76766: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76766 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1743305404-22033-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76766-done) by debbugs.gnu.org; 30 Mar 2025 03:29:31 +0000 Received: from localhost ([127.0.0.1]:33872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tyjMY-0005hV-Ae for submit@debbugs.gnu.org; Sat, 29 Mar 2025 23:29:31 -0400 Received: from mail.z572.online ([88.99.160.180]:46054) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tyjLi-0005fE-99 for 76766-done@debbugs.gnu.org; Sat, 29 Mar 2025 23:28:39 -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" X-Spam-Score: 2.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: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 76766-done 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: 2.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: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 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----- --=-=-=-- ------------=_1743305404-22033-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1743305404-22033-1-- From unknown Sat Jun 21 05:16:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76766] [PATCH] gnu: Add sdl3-gfx. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Apr 2025 05:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76766 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Z572" Cc: 76766-done@debbugs.gnu.org Received: via spool by 76766-done@debbugs.gnu.org id=D76766.17434839007109 (code D ref 76766); Tue, 01 Apr 2025 05:05:02 +0000 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: 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-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