From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id QJKyLzfO5mMVHQEAbAwnHQ (envelope-from ) for ; Sat, 11 Feb 2023 00:07:35 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id AIneLjfO5mNzNwAAG6o9tA (envelope-from ) for ; Sat, 11 Feb 2023 00:07:35 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F0FA23ABF4 for ; Sat, 11 Feb 2023 00:07:34 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQcU6-00046K-UG; Fri, 10 Feb 2023 18:07:15 -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 1pQcTu-00045m-P8 for guix-patches@gnu.org; Fri, 10 Feb 2023 18:07:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pQcTu-0006hz-B5 for guix-patches@gnu.org; Fri, 10 Feb 2023 18:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pQcTu-0002nD-7j for guix-patches@gnu.org; Fri, 10 Feb 2023 18:07:02 -0500 Subject: bug#61225: [PATCH 3/3] gnu: supertuxkart: Update to 1.4. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 10 Feb 2023 23:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61225 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Sughosha Cc: 61225-done@debbugs.gnu.org Mail-Followup-To: 61225@debbugs.gnu.org, ludo@gnu.org, Sughosha@proton.me Received: via spool by 61225-done@debbugs.gnu.org id=D61225.167607038410674 (code D ref 61225); Fri, 10 Feb 2023 23:07:02 +0000 Received: (at 61225-done) by debbugs.gnu.org; 10 Feb 2023 23:06:24 +0000 Received: from localhost ([127.0.0.1]:38298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQcTH-0002m3-JI for submit@debbugs.gnu.org; Fri, 10 Feb 2023 18:06:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39170) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQcTC-0002ll-3E for 61225-done@debbugs.gnu.org; Fri, 10 Feb 2023 18:06:21 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQcT6-0006NX-MO; Fri, 10 Feb 2023 18:06:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=nypddQaDhXAzOkHPbS8rwZyFeL+l8vqCJw1ws52rDOk=; b=AfdO6LhWPIohWgtdGvkl zb746bTxCJI2HE5MFum5MjLJ3teblDLHCJPmzpOBRqFF7qGsUlvtQW7WVTEMRVUgQQe2/p/009gx4 lGwesDPLUlEfXDePG0j71PHEFZ/MJ4DmSgSYj6FpzPdA08f09Wu4ow+g/rH7B6cp6kcN3g0mf0rx4 nngNxAqTV4KsIaYTzjwAvXw0MG+S+5l6VW2n5pP6NBq1Yo3xsJbBmo7K6oBi3SCILg6heglvtp0fg 0QLagpzC4Hm/jd0rQragCzjsN6AuKjGSWXFuJBD8BYrtlYiKQEpBEW3TtNPz8Q1P48W3kqI2/rX7J /m6WP/M5Gv/zmg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQcT5-00043h-SI; Fri, 10 Feb 2023 18:06:12 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sat, 11 Feb 2023 00:06:09 +0100 In-Reply-To: (Sughosha@proton.me's message of "Thu, 02 Feb 2023 11:20:11 +0000") Message-ID: <87ttztnmse.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676070455; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=nypddQaDhXAzOkHPbS8rwZyFeL+l8vqCJw1ws52rDOk=; b=F+y6Ws75ntALnXl+4MdW9K3bij4wUQ88HaPNdjtbgZ1clQf4s9WbL51S6KkwgTAGtafczj b7FhHd0UrEyf6nhRbi1bc6k7hi/rd9Y8pUtgjVYXmEZ9x4Lyf4OuyUrdwW0H4OrouRXhw0 viZeSc7w/heJzFQNBkCOmNqFYV+Vbwjbwc3IWjCNzWOckxm3h8smf1ubGArwyqtte46fKb M6v1FgLCsLtz88cpLTXOhVKt+K5/gWadCcxg2qsgBt8sEyMfRw4aLsugIrAHhVtTreO7vE PmuMgRt1jTdX1RnskQ+iVrnMsp2f0eBlq2/KHdV+jYQpzCF/uCxmA/o2cTT/ow== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AfdO6LhW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676070455; a=rsa-sha256; cv=none; b=DxrnTksklB6PeL4wzItRkjHJ/FAanjy6ag2stlTmv+21H8Muiyj9Aa+KmJB2fLcUaEgZ3g U1xdqLRxrJIXjPakUl13jOzshMdCP7rheXa0rwZu4WwllPHyh+AUB3KRvKUs3guiIxkUvG qkVL4F7qqLKfQ+I+9AEvSPkaOOvgc11iT55CueG285NFzUBDQqSjU0TWxBsMgw7gtlWb3h MREiM0VblsTHVpWD5DX9R5tkJrnVYR28LWMOE2/tF5R5i4J1qMsh8okUBMXOH2P1C957lu yRQYGWWorJTCr3QVMLhHriRO/9tJ59da7GQJ166Q7vuCMFIooP9J3WrfvD1BFg== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AfdO6LhW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.76 X-Spam-Score: -4.76 X-Migadu-Queue-Id: F0FA23ABF4 X-Migadu-Scanner: scn1.migadu.com X-TUID: NQ/5A8cNtBuu Hi, Sughosha skribis: > From 81e0fb91fff6f9ae51e6992dd0be68d0ba68da5d Mon Sep 17 00:00:00 2001 > From: Sughosha > Date: Thu, 2 Feb 2023 12:13:28 +0100 > Subject: [PATCH 3/3] gnu: supertuxkart: Update to 1.4. > > * gnu/packages/games.scm (supertuxkart): Update to 1.4. > [snippet]: Unbundle mcpp. > [arguments]: Enable recorder. > [inputs]: Add libopenglrecorder. > [native-inputs]: Add mcpp and python. [...] > From e879abbd120ffdfd0cb1c3104fbe9146aa15258e Mon Sep 17 00:00:00 2001 > From: Sughosha > Date: Thu, 2 Feb 2023 12:08:56 +0100 > Subject: [PATCH 2/3] gnu: Add libopenglrecorder. > > * gnu/packages/gl.scm (libopenglrecorder): New public variable. [...] > From 71affeda0d20521fd5f8ab23d5ea5046de68a702 Mon Sep 17 00:00:00 2001 > From: Sughosha > Date: Thu, 2 Feb 2023 12:08:13 +0100 > Subject: [PATCH 1/3] gnu: Add mcpp. > > * gnu/packages/cpp.scm (mcpp): New public variable. Applied all three patches. In the future please send patches using =E2=80=98git send-email=E2=80=99: https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html This will ensure https://qa.guix.gnu.org can apply them and test them. Thanks! Ludo=E2=80=99.