From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:1008:1e59::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 8KybA6PfkGVKywAAkFu2QA (envelope-from ) for ; Sun, 31 Dec 2023 04:27:31 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id +GF6OqLfkGUGYAEA62LTzQ (envelope-from ) for ; Sun, 31 Dec 2023 04:27:31 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=dzfgv7c9; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703993250; h=from:from:sender:sender:reply-to: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-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=vf5YePB3a13PcFQ9xaUr5JfuQ+m8/+heUTayqJVAqBY=; b=iq6Dtg1rzU7HTd60Wca203RSskdEJD6kkM8QTXAljJbDAgFcV5rvqdNLFz6pzpWsBI+I9J mgR2wBpzfxJkcJDsb29UsWbwosS3J9cTwWdqvP+prEDMeWSBLny38Dfr+oS81IVjsNGmaI bPn6qF010ZLhf2W8IlZTpMbL9cSM4cBINu9cWTcARMW4BUlGQD9Xb4kSYHhWe4smfDUJ31 uMBSYPG96IRJ71QeBzhzi1vOYPtU6A+Tgv92N0Qy4vDv1SXL1v82gA/InD+S7IUED4DTAm WMplUhTVo8hZD2BFAuewrFYaIrcDc0Nvj48rIAj2prHRTA+c8GOMYHvqXChl/A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=dzfgv7c9; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703993250; a=rsa-sha256; cv=none; b=jW0vOYW/CIqp7dgy08j37LDX4HtDtQbh+aOoZyaWak6TWGev6VyO5Uehwbtj6ie9UKFvtN 8Csej9xv02C8g+KYucrQaSiV5E1UIHdm6Jf8f/NnO5uUu31v1HbIMAeZVvsaosUpqiMPn3 Rcd/qGd8PoYVzc0mczsr4WyY53+nwixC6goCjtyevwA+gNiQUbtdhRuIObNFryqFrTdUEB KyycUtOALz07YNvOQdcqni0mlc/nibgHVmqY18Co0HDnnDX5ZedyZarek3FgRm0nq+4sob h/tWGk+XPYOLv3npzJnUPbieZz2FcsVPi3ge5JF+3VyUkyxOCkxlI5CHGoa5Jg== 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 BFABE252F8 for ; Sun, 31 Dec 2023 04:27:29 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJmTg-0000yA-E4; Sat, 30 Dec 2023 22:27:04 -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 1rJmTe-0000xh-N5 for guix-patches@gnu.org; Sat, 30 Dec 2023 22:27:02 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rJmTe-0000bw-EO for guix-patches@gnu.org; Sat, 30 Dec 2023 22:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rJmTe-0004zg-F3; Sat, 30 Dec 2023 22:27:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68161] [PATCH] gnu: bbcsdl: Update to 1.39a. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sun, 31 Dec 2023 03:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68161 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68161@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.170399320519169 (code B ref -1); Sun, 31 Dec 2023 03:27:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Dec 2023 03:26:45 +0000 Received: from localhost ([127.0.0.1]:45434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJmTL-0004z5-CU for submit@debbugs.gnu.org; Sat, 30 Dec 2023 22:26:45 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJmTG-0004yk-6e for submit@debbugs.gnu.org; Sat, 30 Dec 2023 22:26:41 -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 1rJmT9-0000ws-IQ for guix-patches@gnu.org; Sat, 30 Dec 2023 22:26:31 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rJmT6-0000ai-T5 for guix-patches@gnu.org; Sat, 30 Dec 2023 22:26:31 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id E1F0D38A0345; Sun, 31 Dec 2023 03:26:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1703993186; bh=vf5YePB3a13PcFQ9xaUr5JfuQ+m8/+heUTayqJVAqBY=; h=From:To:Cc:Subject:Date:From; b=dzfgv7c9Iah1cPhVoNbc8PeUHxmSUMwQEVg0AHJeSxESeH39UKHlpfRjX7L00RQud Q9FVzpkfrYeYj8HO1s4S4ZEcXj4yM6lBrkw4BN7f9MO9/zPSafXCDt1jRdFSIBpS0o JQpbU/j+h2Fsy+MhlHwH5RJoOKB92V0MTMktVd01B14+FXHhQ831Zt282j5HlwRsXE yaLJeyfiq/K6Wees2BTind7Y/eHsOrf7wYNuM7SCe5KQV7ZWvJ1M89JEmjPWt0sum3 tOQxrVsjWYiWTmJFdi16hI4EZpgPIaLnp+cTAVVUd57+F32CYDPQbVEmE3rcMpN0hf RXy3yYhiYrH0PLitmyTpd4UkmAjo70AsJ9ZsxyGbJ8MWo0S1MW6NKSj7er4IS4AK2X 8nQKRveQ5FcQmw1SQ9uqEIj7IrVf1TBByogtyk6No9v2ZS/O1KVV5J+pBp950SAAhP sJ1JIcZpOsP9/cUxFVVpjFv8D943gE2/U6h48rdlqlUseLhJA6iLjzXGOe1p+lnRlQ mIgJVCFEdeaWbPqZ7NBDvw6qPX6LN9Gtf9N8SeWE6Tx4JQiHfTeSHdU4X2olLP6Aoe GiVoBCbRGeHs03jKDM8gLE0rg1hV5j6y2HO/IsbuPpcP+seIuwUnCI2QD4+6heOlSX fl5RbeYE2uZwf3jaZX/s87L4= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id dpl5gCe8n_pv; Sun, 31 Dec 2023 03:26:23 +0000 (UTC) Received: from localhost (unknown [36.170.59.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 31 Dec 2023 03:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 93eb7534; Sun, 31 Dec 2023 03:26:20 +0000 (UTC) Date: Sun, 31 Dec 2023 11:26:17 +0800 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-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: , Reply-to: iyzsong@envs.net X-ACL-Warn: , iyzsong--- via Guix-patches From: iyzsong--- via Guix-patches via 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 X-Migadu-Spam-Score: -5.27 X-Spam-Score: -5.27 X-Migadu-Queue-Id: BFABE252F8 X-Migadu-Scanner: mx10.migadu.com X-TUID: 797We3g9X3Bk From: 宋文武 * gnu/packages/game-development.scm (bbcsdl): Update to 1.39a. [arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the 'install' phase. Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2 --- gnu/packages/game-development.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index f2139b315f..5d675545d1 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -3217,16 +3217,16 @@ (define-public raylib (define-public bbcsdl (package (name "bbcsdl") - (version "1.35a") + (version "1.39a") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/rtrussell/BBCSDL/") - (commit "b9b2a3eb438cb799edb2766055b3c38e9518e3e3"))) + (commit "93b0ffae960f4c4f45fdc2202bc6e83ee5ca277c"))) (file-name (git-file-name name version)) (sha256 (base32 - "1d03xmhrl6ba6w0vwfk46mpyc9d0w3bixxj2d4irx7wl7bh3bfic")))) + "03ga14k2hbhflnaynbyx9lwlbxlzx3rv6zqq21yhl183s6d4c0wa")))) (build-system gnu-build-system) (arguments (list @@ -3266,6 +3266,7 @@ (define-public bbcsdl inputs (string-append "share/fonts/truetype/" font)) (string-append opt "/lib/" font))) '("DejaVuSans.ttf" "DejaVuSansMono.ttf" + "DejaVuSans-Oblique.ttf" "FreeSans.ttf" "FreeMono.ttf" "FreeSerif.ttf")) (mkdir bin) (symlink (string-append opt "/bbcsdl") base-commit: 9d148d08be9d77781e8103915b1f498b03fd3dd2 -- 2.41.0