From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Feb 2019 06:45:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34482@debbugs.gnu.org Cc: Kei Kebreau X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15502130849785 (code B ref -1); Fri, 15 Feb 2019 06:45:03 +0000 Received: (at submit) by debbugs.gnu.org; 15 Feb 2019 06:44:44 +0000 Received: from localhost ([127.0.0.1]:48528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1guXEp-0002Xl-VK for submit@debbugs.gnu.org; Fri, 15 Feb 2019 01:44:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57893) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1guXEn-0002XY-DH for submit@debbugs.gnu.org; Fri, 15 Feb 2019 01:44:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:58823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guXEh-0000wk-SA for submit@debbugs.gnu.org; Fri, 15 Feb 2019 01:44:36 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guXEe-0007mg-NY for guix-patches@gnu.org; Fri, 15 Feb 2019 01:44:35 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guX63-0000S9-6K for guix-patches@gnu.org; Fri, 15 Feb 2019 01:35:40 -0500 Received: from mout02.posteo.de ([185.67.36.66]:32989) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guX61-0000Lq-CV for guix-patches@gnu.org; Fri, 15 Feb 2019 01:35:39 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2DED32400E6 for ; Fri, 15 Feb 2019 07:35:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550212533; bh=cPqTVFQkt84oDZ1r/em30pZAbb3DzLZUCT/nHN8pe/Y=; h=From:To:Cc:Subject:Date:From; b=V1hH/7iKNcuU0M8QtR7NH5+R8VntRPVrRN9SeqwA9IpYwzGURP6RnPEkjHSjGKvyt VKGRUEBHaOJdUj3ZW2YsgFJhjW8GPVA60g9T7Y+VKQUTow/JIbNYNQV2RrXRz1LazW YtDmA+00CovKoPR7eB9fc7J3RjxnxzYpnT8gWNzSarEOFlCHgQFM6JbLPkUZGAMucu nO7Kt4fLjCxmITG6PgbAwTpPSknroMfBp89+rd6pghpx2pSyYSjDO0HMdBZn25SbtF zc0KcL05uAP8au/YxCwnmC6/ZTFIhQW49bKnTvNC6CYBYYss92zp7uR5gOdW7Rzk2B I/yPdzx/Rsk1g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4413RS27ZBz9rxH; Fri, 15 Feb 2019 07:35:32 +0100 (CET) From: Kei Kebreau Date: Fri, 15 Feb 2019 01:35:30 -0500 Message-Id: <20190215063530.31198-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.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: -0.0 (/) * gnu/packages/sdl.scm (sdl2-gfx): New variable. --- gnu/packages/sdl.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index a1522792a7..30b48a5215 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2017, 2018 Rutger Helling ;;; Copyright =C2=A9 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Ricardo Wurmus +;;; Copyright =C2=A9 2019 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -348,6 +349,21 @@ directory.") (other other)) (package-propagated-inputs package))) =20 +(define-public sdl2-gfx + (package (inherit sdl-gfx) + (name "sdl2-gfx") + (version "1.0.4") + (source (origin + (method url-fetch) + (uri + (string-append "http://www.frezkopp.net/Software/SDL2_gfx= /SDL2_gfx-" + version ".tar.gz")) + (sha256 + (base32 + "0qk2ax7f7grlxb13ba0ll3zlm8780s7j8fmrhlpxzjgdvldf1q33"))= )) + (propagated-inputs + (propagated-inputs-with-sdl2 sdl-gfx)))) + (define-public sdl2-image (package (inherit sdl-image) (name "sdl2-image") --=20 2.20.1 From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 2/3] gnu: Add cxxtest. References: <20190215063530.31198-1-kkebreau@posteo.net> In-Reply-To: <20190215063530.31198-1-kkebreau@posteo.net> Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Feb 2019 12:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34482@debbugs.gnu.org Cc: Kei Kebreau Received: via spool by 34482-submit@debbugs.gnu.org id=B34482.15502336039286 (code B ref 34482); Fri, 15 Feb 2019 12:27:02 +0000 Received: (at 34482) by debbugs.gnu.org; 15 Feb 2019 12:26:43 +0000 Received: from localhost ([127.0.0.1]:48653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gucZi-0002Pc-PE for submit@debbugs.gnu.org; Fri, 15 Feb 2019 07:26:43 -0500 Received: from mout01.posteo.de ([185.67.36.65]:33506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gucZf-0002PF-8v for 34482@debbugs.gnu.org; Fri, 15 Feb 2019 07:26:36 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 153B3160060 for <34482@debbugs.gnu.org>; Fri, 15 Feb 2019 13:26:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550233588; bh=CTAeKf2q7xie80PLzXmCKlsI6yPyhvdzyCaDT1Lxyo8=; h=From:To:Cc:Subject:Date:From; b=DUrxif0XfQYEob53WTAHA1QLSQkghhn7cgWyIQAcmikH9nUJ4H8FIBGyIWmmLnGJ7 iNAL/frr9H8+cdq7spCTqw1C4waX2acF/MXWlKPItx1g1eidb7mZ8eAehcaTA834It AKHkQlZ1gw7xFYLnf6Y91g+rUYclQiPxVS4F18xQw6SVyTc+oRm1jXWQjipEmh568P SyUL7C834ZbPWL3HGiaxzGMJ8C/amuvBm4ynIwAlItEnfnDSBUnlVVjzsjePL3+6YS rs1w5HxUomr/QGOG+kWocbRY0IKm3uuU28D04rqHHs+YO3HM1Y9cwzD8YJBaXrtPhY 5q2hnc5qjj5aw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 441CDM1c6zz6tmH; Fri, 15 Feb 2019 13:26:27 +0100 (CET) From: Kei Kebreau Date: Fri, 15 Feb 2019 07:26:23 -0500 Message-Id: <20190215122624.5269-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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.3 (---) * gnu/packages/check.scm (cxxtest): New variable. --- gnu/packages/check.scm | 47 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index d689c96648..6f4ba579eb 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -22,7 +22,7 @@ ;;; Copyright © 2017, 2018 Arun Isaac ;;; Copyright © 2017 Frederick M. Muriithi ;;; Copyright © 2017 Mathieu Othacehe -;;; Copyright © 2017 Kei Kebreau +;;; Copyright © 2017, 2019 Kei Kebreau ;;; Copyright © 2017 Nils Gillmann ;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus ;;; Copyright © 2016, 2017, 2018 Marius Bakke @@ -324,6 +324,51 @@ normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).") (license license:gpl3+))) +(define-public cxxtest + (package + (name "cxxtest") + (version "4.4") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/cxxtest/cxxtest/" + version "/cxxtest-" version ".tar.gz")) + (sha256 + (base32 + "1n7pbj4z9ivx005hqvivj9ddhq8awynzg6jishfbypf6j7ply58w")))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'chdir-to-source + (lambda _ + (chdir "python") + #t)) + (add-after 'install 'install-headers + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (include-dir (string-append out "/include/cxxtest"))) + (for-each (lambda (header-file) + (install-file header-file include-dir)) + (find-files "../cxxtest")) + #t))) + (add-after 'install 'install-doc + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (doc-dir (string-append out "/share/doc/cxxtest"))) + (install-file "../README" doc-dir) + (install-file "../doc/guide.txt" doc-dir) + (copy-recursively "../sample" (string-append doc-dir "/sample")) + #t)))))) + (propagated-inputs + `(("python-ply" ,python-ply))) + (home-page "https://cxxtest.com/") + (synopsis "Unit testing framework for C++") + (description "CxxTest is a unit testing framework for C++ that is similar +in spirit to JUnit, CppUnit, and xUnit. CxxTest does not require precompiling +a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) +and it supports a very flexible form of test discovery.") + (license license:lgpl3+))) + (define-public go-gopkg.in-check.v1 (let ((commit "20d25e2804050c1cd24a7eea1e7a6447dd0e74ec") (revision "0")) -- 2.20.1 From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 3/3] gnu: freedink-engine: Update to 109.4. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Feb 2019 12:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34482@debbugs.gnu.org Cc: Kei Kebreau Received: via spool by 34482-submit@debbugs.gnu.org id=B34482.15502336039293 (code B ref 34482); Fri, 15 Feb 2019 12:27:02 +0000 Received: (at 34482) by debbugs.gnu.org; 15 Feb 2019 12:26:43 +0000 Received: from localhost ([127.0.0.1]:48655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gucZn-0002Pj-EJ for submit@debbugs.gnu.org; Fri, 15 Feb 2019 07:26:43 -0500 Received: from mout01.posteo.de ([185.67.36.65]:59267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gucZg-0002PI-9Q for 34482@debbugs.gnu.org; Fri, 15 Feb 2019 07:26:37 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id F3F48160060 for <34482@debbugs.gnu.org>; Fri, 15 Feb 2019 13:26:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550233590; bh=pILBLlq+NKydw5Zwr7L4cWxtPlgsSHb/q6jMl60rTK4=; h=From:To:Cc:Subject:Date:From; b=aoS34SVkXq6fMAiMmzSAiltoWq8SLyqUMiTSdWv3mo0Bl+4lPyWuxHxirS5gfqVYj GILhQpuqojSJvm01YsE6nnQogojoUJrSiYb3NwNbS4g1tCTyvEF1+NwOG0Ame20QUM G9O3V9l9IrAMHdPp5aEigpeQbAq2qxVLOVcQ+AD9Pwgui0qDxhsiComBB7TfSEW1Ap bLcud1FoSN13jaI7r4QUfxZczRVBwi/zITf4fHgY60iJxg35QYIa0rNxGTN1W8zi1e ZFatwZAg4RKtD3OzB0tK2ILwJt6cUf1MIpAdYZIBoG8Li9eJy+QJsaV8mQ8zjpBnS6 VLH3Y0inOCRZA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 441CDP23q5z6tmH; Fri, 15 Feb 2019 13:26:29 +0100 (CET) From: Kei Kebreau Date: Fri, 15 Feb 2019 07:26:24 -0500 Message-Id: <20190215122624.5269-2-kkebreau@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190215122624.5269-1-kkebreau@posteo.net> References: <20190215122624.5269-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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.3 (---) * gnu/packages/games.scm (freedink-engine): Update to 109.4. [arguments]: Add 'disable-graphical-tests' phase. [native-inputs]: Add autoconf, automake and cxxtest. Remove check. [inputs]: Add glm and sdl-union of sdl2, sdl2-image, sdl2-mixer, sdl2-ttf and sdl2-gfx. Remove sdl, sdl-image, sdl-mixer, sdl-ttf and sdl-gfx. --- gnu/packages/games.scm | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6d9e63c4e9..980bf872e7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -112,6 +112,7 @@ #:use-module (gnu packages linux) #:use-module (gnu packages lua) #:use-module (gnu packages haskell) + #:use-module (gnu packages maths) #:use-module (gnu packages mp3) #:use-module (gnu packages music) #:use-module (gnu packages multiprecision) @@ -1401,25 +1402,34 @@ interface or via an external visual interface such as GNU XBoard.") (define freedink-engine (package (name "freedink-engine") - (version "108.4") + (version "109.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/freedink/freedink-" version ".tar.gz")) (sha256 (base32 - "08c51imfjfcydm7h0va09z8qfw5nc837bi2x754ni2z737hb5kw2")))) + "0iaagwnyfgm3mqzkj550q60hrsjr13gykg5vfn2nz2ia520bb52g")))) (build-system gnu-build-system) - (arguments `(#:configure-flags '("--disable-embedded-resources"))) - (native-inputs `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) - (inputs `(("sdl" ,sdl) - ("sdl-image" ,sdl-image) - ("sdl-mixer" ,sdl-mixer) - ("sdl-ttf" ,sdl-ttf) - ("sdl-gfx" ,sdl-gfx) + (arguments + `(#:configure-flags '("--disable-embedded-resources") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'disable-graphical-tests + (lambda _ + ;; These tests require a graphical interface. + (substitute* "src/Makefile.am" + (("test_gfx_fonts TestIOGfxDisplay") "")) + #t))))) + (native-inputs `(("autoconf" ,autoconf) + ("automake" ,automake) + ("gettext" ,gettext-minimal) + ("pkg-config" ,pkg-config) + ("cxxtest" ,cxxtest))) + (inputs `(("sdl-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer + sdl2-ttf sdl2-gfx))) ("fontconfig" ,fontconfig) - ("check" ,check))) + ("glm" ,glm))) (properties '((ftp-directory . "/freedink") (upstream-name . "freedink"))) (home-page "https://www.gnu.org/software/freedink/") -- 2.20.1 From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx. Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Feb 2019 16:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kei Kebreau Cc: 34482@debbugs.gnu.org Received: via spool by 34482-submit@debbugs.gnu.org id=B34482.155024876118889 (code B ref 34482); Fri, 15 Feb 2019 16:40:02 +0000 Received: (at 34482) by debbugs.gnu.org; 15 Feb 2019 16:39:21 +0000 Received: from localhost ([127.0.0.1]:49733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gugWG-0004ua-MP for submit@debbugs.gnu.org; Fri, 15 Feb 2019 11:39:20 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58361) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gugWE-0004uL-Pr for 34482@debbugs.gnu.org; Fri, 15 Feb 2019 11:39:19 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6A5BE22141; Fri, 15 Feb 2019 11:39:13 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 15 Feb 2019 11:39:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=+bs9TnLogHE+cvT1jHG0mCg5 F6Qahmsn9wj4Hzq7wwM=; b=eRjxOlTWPJ3FBw6OAIH0PgOcUa4GjYehP29JLnA6 agb9LboiHcI5qwJl2+0f4jc44lhWB3xRCJ2AuczQo/9Ki7AQI62iyZVaIY9Ic1eX Mv6WssQtX1/5/DV6/Fl8bo43LBxdQuWs+vfGzaaJHsb8L5UsYruVGGgRXy9OWP0K pZ8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=+bs9Tn LogHE+cvT1jHG0mCg5F6Qahmsn9wj4Hzq7wwM=; b=UGfFSb+HRzkjfuGoHqmAb3 1sjU0Qg3yWPOliohGpmCvAW5domJ87ZR82KcchciHq5cExlLFilji8jOmlmXrCWl Gm5iSixVH/GeTWcdaq5CcJ/VXYyE9F1i3e7FrSmwfjL59e+LZF82dq62FhGpB2Pb 56rX2ZZHq2piznuBEtfaIEknwoz3nhhqoe9XeLJkqVOdA5zxPqRLb7/x3Dln385i tjk3WJwi/yUpb6E65rO1/Iwk/7sBSLGXk6szHNt7i21L3xCSBVcpaRSihh7/jY6Q q3NMfKMxnC+6QgEAi1R4UdUR1PNVT/cRYsctN/cDpR0gvowwdckYT7uBw6g4x/qQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtjedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkfh ggtggujggfsehgtderredtredvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehl vghosehfrghmuhhlrghrihdrnhgrmhgvqeenucffohhmrghinhepfhhrvgiikhhophhprd hnvghtnecukfhppeejiedruddvgedrvddtvddrudefjeenucfrrghrrghmpehmrghilhhf rhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvgenucevlhhushhtvghrufhiiigvpe dt X-ME-Proxy: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 18FD91031E; Fri, 15 Feb 2019 11:39:09 -0500 (EST) Date: Fri, 15 Feb 2019 11:39:09 -0500 From: Leo Famulari Message-ID: <20190215163909.GA9105@jasmine.lan> References: <20190215063530.31198-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <20190215063530.31198-1-kkebreau@posteo.net> User-Agent: Mutt/1.11.2 (2019-01-07) X-Spam-Score: -0.7 (/) 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.7 (-) --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 15, 2019 at 01:35:30AM -0500, Kei Kebreau wrote: > * gnu/packages/sdl.scm (sdl2-gfx): New variable. > + (string-append "http://www.frezkopp.net/Software/SDL2_gfx/SDL2_gfx-" > + version ".tar.gz")) I think there is a typo in this URL. s/frez/ferz --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlxm6y0ACgkQJkb6MLrK fwh4jw/7BfVUo8qt+7BS3Wc4u4h/1STYFWk1AfXfKrXGzWfZKAjdGSEjXRXTYHhu aVL52v+DFyiWssSb4d8AIqQpXIfPGbpSF8UUitYPeuwFoydfzc+NeepcVw8NHG74 tMbVKTNdg7/Vn9qbLoTmvaC9QFEFafIzFEjsrt4pxq/KH6xLDdQCPaNJB9zD4Unp Z/uWo8mwX2ujPC7/HdQ5dvjyjAMKQb+fo/0ydFpP48H3pCjMy7pHvyU6wAu57iJw hOukupfZ65ZfYsqYtBqmcW35Yj+wmxl1cfIlW93ouIfOeTZiut/v24x7kwwr8/nv G8a77q0YaWpW7OQ6+lOAmYRSqJvhXrwScM4uS37FoCxt+eSBimm3WmOwe5rZJZc1 Bmwc+xDWOsctQb8+KW5bmmVotlZQgbu7Ns5ZE3JCPsDNSuF/Wz6Js+dBB1Y8qIxF mcbVzqyQyAm6nefX5K8FNMfzwo7XJXCw+f54UglWR4dcY/rFyPyjdERpZkX0f9Ff M3nz7LR3ZMHxLsFo0Pp5YqFidDgK/msMa9QkH6ZzHmBLSgvCA8ZhyzeIH2wuG9tA v5+CwHSR6eQG2uSaE0mbIBj7HuJS/Ww8i2SclYoVdhkDAlXhmH9/prBkRjwUesL1 SC4Y0Wko0iptXhowewi2vTiKoVpR6tNmffZQMRZctuE10K1NvG0= =RCzt -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Feb 2019 19:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 34482@debbugs.gnu.org Received: via spool by 34482-submit@debbugs.gnu.org id=B34482.155025915310237 (code B ref 34482); Fri, 15 Feb 2019 19:33:02 +0000 Received: (at 34482) by debbugs.gnu.org; 15 Feb 2019 19:32:33 +0000 Received: from localhost ([127.0.0.1]:49808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gujDm-0002eu-K8 for submit@debbugs.gnu.org; Fri, 15 Feb 2019 14:32:31 -0500 Received: from mout01.posteo.de ([185.67.36.65]:33509) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gujDj-0002ee-KI for 34482@debbugs.gnu.org; Fri, 15 Feb 2019 14:32:25 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 6AA29160061 for <34482@debbugs.gnu.org>; Fri, 15 Feb 2019 20:32:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550259136; bh=rKZKtgr//TMls/G7d8eeE+31lCYPGaOq4PjiWF3vVcc=; h=From:To:Cc:Subject:Date:From; b=ljhBNbhge7Ys5hxzO1xXlehkwiB85B36In1h+gwwIqXCYkL8vkAcJwbh0KYRGnVze gqQDyws5Nmg/8+xPqBwJKNq8cWklsxibhGVz70CRGv5CaShLbA5R7ebVD53ucgvwYS xeGNxu8lNFxPOUtS3jqD7JmWDMXN2UOXpjx/w5qYOWAPTcqkSRTWycwQzIk+IKPf6C mstpy2sC0pyLFDeIdR9vklkQ+GR72FTqHLuL09N3U/OlKBENaGgOkn51uZ34UVsy3f CMReRX166fGdQJoywvPixvZlR+xkVigQ878fVouHiDx+490XU1i81XQoyF1I5jDgSQ 6/hbtTf/oaEjQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 441Ngg1BRpz6tmB; Fri, 15 Feb 2019 20:32:14 +0100 (CET) From: Kei Kebreau References: <20190215063530.31198-1-kkebreau@posteo.net> <20190215163909.GA9105@jasmine.lan> Date: Fri, 15 Feb 2019 14:32:13 -0500 In-Reply-To: <20190215163909.GA9105@jasmine.lan> (Leo Famulari's message of "Fri, 15 Feb 2019 11:39:09 -0500") Message-ID: <87bm3cluf6.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) 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.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Leo Famulari writes: > On Fri, Feb 15, 2019 at 01:35:30AM -0500, Kei Kebreau wrote: >> * gnu/packages/sdl.scm (sdl2-gfx): New variable. > >> + (string-append >> "http://www.frezkopp.net/Software/SDL2_gfx/SDL2_gfx-" >> + version ".tar.gz")) > > I think there is a typo in this URL. > > s/frez/ferz Yes, thanks. I've attached a working patch. --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-sdl2-gfx.patch Content-Transfer-Encoding: quoted-printable From=20fd23964fd6b563d098745d04fee0e388fb48d10a Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Tue, 12 Feb 2019 21:45:03 -0500 Subject: [PATCH 1/3] gnu: Add sdl2-gfx. * gnu/packages/sdl.scm (sdl2-gfx): New variable. =2D-- gnu/packages/sdl.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index a1522792a7..e3a23dae02 100644 =2D-- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2017, 2018 Rutger Helling ;;; Copyright =C2=A9 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Ricardo Wurmus +;;; Copyright =C2=A9 2019 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -348,6 +349,21 @@ directory.") (other other)) (package-propagated-inputs package))) =20 +(define-public sdl2-gfx + (package (inherit sdl-gfx) + (name "sdl2-gfx") + (version "1.0.4") + (source (origin + (method url-fetch) + (uri + (string-append "http://www.ferzkopp.net/Software/SDL2_gfx/S= DL2_gfx-" + version ".tar.gz")) + (sha256 + (base32 + "0qk2ax7f7grlxb13ba0ll3zlm8780s7j8fmrhlpxzjgdvldf1q33")))) + (propagated-inputs + (propagated-inputs-with-sdl2 sdl-gfx)))) + (define-public sdl2-image (package (inherit sdl-image) (name "sdl2-image") =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlxnE70ACgkQ5qXuPBlG eg34aA//X1lVKlcVLpUVcujUqqD3rnVVyGKvjB0401B3ZssjcU1XAPnNdRq1/3J3 CGt2Ny7M5XNNWMFn3vgoHWVjChFg6WjgfI7Bq6S97M/0SbhN0KIZ1MfPi/DKksRe TZj5YGYZtxZcFFGRbQN6I/kA+Vg1jK7AQZAjI6eE6NtuSOyOwreLqtVeEbCFGIjM AnhC4TX614pntJeS0ZYK7Kok2s3EnAOEyGnHLJRkN6eE/gZgLLCRMtvX9fvK05g1 vr+jgYY4ImzXvLTuqX+TE+nmp55f71t8E9YWI6mbPEhumyPbhecLDy8sJ3WHyPb/ MmK1VZqJu10Z9DXYLamMVAwbhSbT/cLctShVPUKaHErABbwUcdENJCa+YFbbkLIO wW6PQZ8qjstRFqL6O6bBUaO26GNTkksOohnHWLmzXc2B4/qqZVoxpTFZRaNw3HMf pBQkMy+IOSsRRh90T5ysXrai7FZhMZPPIx/OOmk9kZXr1xrm2O9HwWWXXEWG66EU kDa7LazcclXYopko/lhcQFCSepc5SpvI20gDCIkGZ1CRn+BEDHivkriCaE/8+ckZ XLUsRgCP/dxl1zL93u7VLh3aoz36MDZRvneRnlNBh/kuhyzQDTjT9eZa4tsZfM8M qcYlQM+uXaPS+naWbdytpcn0T1fsF/d4f/6m3/qCqjgRJLQRNok= =Tdn8 -----END PGP SIGNATURE----- --==-=-=-- From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Feb 2019 10:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: Kei Kebreau , 34482@debbugs.gnu.org Received: via spool by 34482-submit@debbugs.gnu.org id=B34482.15503989658709 (code B ref 34482); Sun, 17 Feb 2019 10:23:01 +0000 Received: (at 34482) by debbugs.gnu.org; 17 Feb 2019 10:22:45 +0000 Received: from localhost ([127.0.0.1]:50741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvJau-0002GP-QM for submit@debbugs.gnu.org; Sun, 17 Feb 2019 05:22:45 -0500 Received: from flashner.co.il ([178.62.234.194]:55864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvJas-0002GC-Lq for 34482@debbugs.gnu.org; Sun, 17 Feb 2019 05:22:43 -0500 Received: from localhost (unknown [188.120.128.87]) by flashner.co.il (Postfix) with ESMTPSA id 447D440319; Sun, 17 Feb 2019 10:22:36 +0000 (UTC) Date: Sun, 17 Feb 2019 12:22:35 +0200 From: Efraim Flashner Message-ID: <20190217102234.GA7206@macbook41> References: <20190215063530.31198-1-kkebreau@posteo.net> <20190215163909.GA9105@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline In-Reply-To: <20190215163909.GA9105@jasmine.lan> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.11.2 (2019-01-07) 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 (-) --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 15, 2019 at 11:39:09AM -0500, Leo Famulari wrote: > On Fri, Feb 15, 2019 at 01:35:30AM -0500, Kei Kebreau wrote: > > * gnu/packages/sdl.scm (sdl2-gfx): New variable. >=20 > > + (string-append "http://www.frezkopp.net/Software/SDL2_g= fx/SDL2_gfx-" > > + version ".tar.gz")) >=20 > I think there is a typo in this URL. >=20 > s/frez/ferz Is the url even still valid? I though they got a domain squatter there now --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlxpNecACgkQQarn3Mo9 g1FDYxAAsUlMXE2ry8S8HZENupY2tBcEFn4c2R70wjKH2kc/Bw8Cg/EX0Z6Erkd1 txO7muA7jRBN2OBigvCAvyk2OrkA+fN8boK8V95aIfcwf77VzWhL1j+wNrmfI+hj uF6zEOxqmW0xYn7HIcSOxNoVVHAugz6DwzuRC8NYtIUIu5t2Le+8X+EeCJJ0KvSH XO30y8nYLel/UQp/DX8vLsz+L2avEYrzPbyCJ82Ouh9LWJXEGJq1Ky+s33seX+J9 dH80F/6RxhGfQq12LYSyB5GND5JgingHcp4mKqcnkZjhE/7jtVTOqMjbWV0RJIlZ YxGxHCeDKuZ0TzNbsc8NRK3f54BqEPw7R1R33ujHfz5axiWat95B9R3Pi3u6F2Tx Gn7RQBC2tkFOUGw/tF/kPFb1WcOmxxero3oxHFUpAMDRxRYZx2Sonck6lpM5Tgak KCufREBW673fFjUQ1Kr0E3DYFoPSz175L7+EK+MrRbGh4nT7FBnAJ2b9JsTqMUBH PChd41cUP6DL5X/PvhUJzfbg5/t1gLhzUdQUBJPgzydISne/1UijhdaeImPur3Kk eSL140Z5W3BfMDQlSY4Ahck90IRftGi8RxSX1QQ5hq1BgKOa8nRiEan6RRorEqgY wZKiD3xcbi68kIWcZwicLKdOhJ/0hFJ97A553udEHnNnO/2L8QA= =kqfJ -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q-- From unknown Wed Sep 10 06:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Feb 2019 17:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Cc: 34482@debbugs.gnu.org, Leo Famulari Received: via spool by 34482-submit@debbugs.gnu.org id=B34482.155042378331069 (code B ref 34482); Sun, 17 Feb 2019 17:17:01 +0000 Received: (at 34482) by debbugs.gnu.org; 17 Feb 2019 17:16:23 +0000 Received: from localhost ([127.0.0.1]:51507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvQ3C-000851-Qs for submit@debbugs.gnu.org; Sun, 17 Feb 2019 12:16:23 -0500 Received: from mout01.posteo.de ([185.67.36.65]:42616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvQ3A-00084l-18 for 34482@debbugs.gnu.org; Sun, 17 Feb 2019 12:16:21 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 72E8E160062 for <34482@debbugs.gnu.org>; Sun, 17 Feb 2019 18:16:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550423772; bh=LCwbRV6NcPS9MgPSmbaeCaXFsOuJNZVPz/PPpVByPug=; h=From:To:Cc:Subject:Date:From; b=gawAxU4r9LDfEELjeylqmIavkSz+VBcjs+sYNFUqGYp5g3EokGJQ0wdCBDOyK4C1+ VEFIGdkv1hKI+6tdxysMezIo7Il1lxIugM/CFuqf3U/vQwSvmYpxCTuPgxVo6e06Ca iVNAXWwRkasW/ECLeWRERzZ9MCeNGz8t0VzQGU0eACi56nwSUd/mES4hhw35cvvW6K Zex0gH4hw4jqeTArLMrbV/UUkJ4vuiC50lGYWOuXFHu6JibmSxX3vxOM3Lt/EA/gXX AxpLRGqZgdIljrw/oA5Z4AszyPf6RSFe0eRTxYwVoU7jH7tu/17ignIe03z9C1DIs5 ErEXn9YV4HQlw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 442YYh2x5xz6tmD; Sun, 17 Feb 2019 18:16:08 +0100 (CET) From: Kei Kebreau References: <20190215063530.31198-1-kkebreau@posteo.net> <20190215163909.GA9105@jasmine.lan> <20190217102234.GA7206@macbook41> Date: Sun, 17 Feb 2019 12:15:57 -0500 In-Reply-To: <20190217102234.GA7206@macbook41> (Efraim Flashner's message of "Sun, 17 Feb 2019 12:22:35 +0200") Message-ID: <877edypc8i.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) 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.3 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Efraim Flashner writes: > On Fri, Feb 15, 2019 at 11:39:09AM -0500, Leo Famulari wrote: >> On Fri, Feb 15, 2019 at 01:35:30AM -0500, Kei Kebreau wrote: >> > * gnu/packages/sdl.scm (sdl2-gfx): New variable. >>=20 >> > + (string-append >> > "http://www.frezkopp.net/Software/SDL2_gfx/SDL2_gfx-" >> > + version ".tar.gz")) >>=20 >> I think there is a typo in this URL. >>=20 >> s/frez/ferz > > Is the url even still valid? I though they got a domain squatter there > now I navigated through the website to get to the SDL2_gfx tarball which was last updated about a year ago, so I think it's still valid. Below is the relevant page: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlxpls0ACgkQ5qXuPBlG eg3cew/9Emn5tzz0h7UNjlFutqYRYBZijtiIV3zDXmGHu97wkORKgzUh46d9NEuk 8Hnbta8PKyh5ZCIWwdDcHyTs5njnZ92ptE9FiBBq7yLRQ6bOjDzsT9jUgPPUst7x W3PQvA4CA2449vbUzOpuOkrGmB2EX4gfcNDh5PqLMlRLcc4+otd1QbAUljluK1CR 4GJrg2CGVjrbIcppUjVu5dgeyOkufpmNCTr2WI3kSOc43j5X20h01VUDOTIM/CnM nvW/3zw7ZO1OtzJj8ELuL8ZR2CU2YgcoNkPqxKcyKMkr+DLGm5UkFyHMzeilZv8d LpLHT6TVLfC7oZ/lcukCzvLBaw1lf2rmuaF02bAL0qMBOq/RHJOg+XYCYauBUVcb nL/cLyrNSaUXKpFoZEbTG/m9sK/pZktIRDJx8Kw+GadtuKWrhJo3ESx46a0F0eU8 gkHN4aEVFidiyqFAaUNFVUgkQg7tLA0O1Yj/zv7PNQh6DRMN1lFCi2A693Tv9vny +Qc8YF7yJIY0ydtOynVQKAO0BZGABGJ6rl2mREJUggZwI0y0QQ1novqLKa1JY113 UAuetfYRqPsg3duywwk9NcBAiaUroRBeaLrHkUFRGBT1TStZWgxeTxXZSMqcZgMf Z9gX/iJbWyVm97J205KMPBgeRMtLgq71jnZXVj89jOaK2QHu70I= =DYti -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Sep 10 06:21:10 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: Kei Kebreau Subject: bug#34482: closed (Re: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx.) Message-ID: References: <87zhqn9t7x.fsf@posteo.net> <20190215063530.31198-1-kkebreau@posteo.net> X-Gnu-PR-Message: they-closed 34482 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 34482@debbugs.gnu.org Date: Sat, 23 Feb 2019 01:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1550886122-27149-1" This is a multi-part message in MIME format... ------------=_1550886122-27149-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34482: [PATCH 1/3] gnu: Add sdl2-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 34482@debbugs.gnu.org. --=20 34482: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34482 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1550886122-27149-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34482-done) by debbugs.gnu.org; 23 Feb 2019 01:41:53 +0000 Received: from localhost ([127.0.0.1]:48699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gxMK9-00073Z-96 for submit@debbugs.gnu.org; Fri, 22 Feb 2019 20:41:53 -0500 Received: from mout01.posteo.de ([185.67.36.65]:59612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gxMK6-00073J-OW for 34482-done@debbugs.gnu.org; Fri, 22 Feb 2019 20:41:52 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CE94B16005D for <34482-done@debbugs.gnu.org>; Sat, 23 Feb 2019 02:41:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550886103; bh=yNmvcSWN32sFpIynzc6iQiDzc4mTchzPzGsPq6n/Icc=; h=From:To:Cc:Subject:Date:From; b=pppBOesTpdf9N4kgLtKtbdmiTY1xfsRWHrrgWcZDlDKLvF3C5yFn44cK2aY9l2V8X VFqACW18cxckwZ7APf3XQ6xKlOJ7esM2Kj+z28T6dtXVbOfdYqOzUW8aZOmAyvm1N+ uIaoKV1vo/GXeSWaNfJxvirMQPknUs/wEMrVUkXc6J3ev7fwEHcLVOaAL5mtKp3nmE h+k5YUfeibCTGuBcFLgqmpxFPcq11GVEpqOTYGYFQBVGAN3XHU2YsIY6IjYUgjp93U XQoAv1I/5XR/Khq/PYtEW9Fb+TCsX8qh2NTZCMlBo4tq0nK0R0gmvpQn7in3PliAnX IJebenSFYdB8A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 445rXk1HXkz6tm6; Sat, 23 Feb 2019 02:41:39 +0100 (CET) From: Kei Kebreau To: Efraim Flashner Subject: Re: [bug#34482] [PATCH 1/3] gnu: Add sdl2-gfx. References: <20190215063530.31198-1-kkebreau@posteo.net> <20190215163909.GA9105@jasmine.lan> <20190217102234.GA7206@macbook41> <877edypc8i.fsf@posteo.net> Date: Fri, 22 Feb 2019 20:41:38 -0500 In-Reply-To: <877edypc8i.fsf@posteo.net> (Kei Kebreau's message of "Sun, 17 Feb 2019 12:15:57 -0500") Message-ID: <87zhqn9t7x.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34482-done Cc: 34482-done@debbugs.gnu.org, Leo Famulari 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.3 (---) Since there have been no further corrections, I've pushed a slightly modified version of this patch to master. Thanks to all involved for reviewing! ------------=_1550886122-27149-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Feb 2019 06:44:44 +0000 Received: from localhost ([127.0.0.1]:48528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1guXEp-0002Xl-VK for submit@debbugs.gnu.org; Fri, 15 Feb 2019 01:44:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57893) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1guXEn-0002XY-DH for submit@debbugs.gnu.org; Fri, 15 Feb 2019 01:44:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:58823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guXEh-0000wk-SA for submit@debbugs.gnu.org; Fri, 15 Feb 2019 01:44:36 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guXEe-0007mg-NY for guix-patches@gnu.org; Fri, 15 Feb 2019 01:44:35 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guX63-0000S9-6K for guix-patches@gnu.org; Fri, 15 Feb 2019 01:35:40 -0500 Received: from mout02.posteo.de ([185.67.36.66]:32989) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guX61-0000Lq-CV for guix-patches@gnu.org; Fri, 15 Feb 2019 01:35:39 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2DED32400E6 for ; Fri, 15 Feb 2019 07:35:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550212533; bh=cPqTVFQkt84oDZ1r/em30pZAbb3DzLZUCT/nHN8pe/Y=; h=From:To:Cc:Subject:Date:From; b=V1hH/7iKNcuU0M8QtR7NH5+R8VntRPVrRN9SeqwA9IpYwzGURP6RnPEkjHSjGKvyt VKGRUEBHaOJdUj3ZW2YsgFJhjW8GPVA60g9T7Y+VKQUTow/JIbNYNQV2RrXRz1LazW YtDmA+00CovKoPR7eB9fc7J3RjxnxzYpnT8gWNzSarEOFlCHgQFM6JbLPkUZGAMucu nO7Kt4fLjCxmITG6PgbAwTpPSknroMfBp89+rd6pghpx2pSyYSjDO0HMdBZn25SbtF zc0KcL05uAP8au/YxCwnmC6/ZTFIhQW49bKnTvNC6CYBYYss92zp7uR5gOdW7Rzk2B I/yPdzx/Rsk1g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4413RS27ZBz9rxH; Fri, 15 Feb 2019 07:35:32 +0100 (CET) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add sdl2-gfx. Date: Fri, 15 Feb 2019 01:35:30 -0500 Message-Id: <20190215063530.31198-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau 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 (/) * gnu/packages/sdl.scm (sdl2-gfx): New variable. --- gnu/packages/sdl.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index a1522792a7..30b48a5215 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2017, 2018 Rutger Helling ;;; Copyright =C2=A9 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Ricardo Wurmus +;;; Copyright =C2=A9 2019 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -348,6 +349,21 @@ directory.") (other other)) (package-propagated-inputs package))) =20 +(define-public sdl2-gfx + (package (inherit sdl-gfx) + (name "sdl2-gfx") + (version "1.0.4") + (source (origin + (method url-fetch) + (uri + (string-append "http://www.frezkopp.net/Software/SDL2_gfx= /SDL2_gfx-" + version ".tar.gz")) + (sha256 + (base32 + "0qk2ax7f7grlxb13ba0ll3zlm8780s7j8fmrhlpxzjgdvldf1q33"))= )) + (propagated-inputs + (propagated-inputs-with-sdl2 sdl-gfx)))) + (define-public sdl2-image (package (inherit sdl-image) (name "sdl2-image") --=20 2.20.1 ------------=_1550886122-27149-1--