GNU bug report logs - #39242
[PATCHES] gnu: Add stb-truetype and stb-sprintf

Previous Next

Package: guix-patches;

Reported by: goodoldpaul <at> autistici.org

Date: Wed, 22 Jan 2020 19:20:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39242 in the body.
You can then email your comments to 39242 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#39242; Package guix-patches. (Wed, 22 Jan 2020 19:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to goodoldpaul <at> autistici.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Jan 2020 19:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: goodoldpaul <at> autistici.org
To: guix-patches <at> gnu.org
Subject: [PATCHES] gnu: Add stb-truetype and stb-sprintf
Date: Wed, 22 Jan 2020 19:19:17 +0000
Hi Guix,
I'm sending two patches one for stb-sprintf, the other for stb-truetype.

Thanks for all the cool work,

Giacomo




Information forwarded to guix-patches <at> gnu.org:
bug#39242; Package guix-patches. (Wed, 22 Jan 2020 19:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 39242 <at> debbugs.gnu.org (full text, mbox):

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 39242 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH 1/3] gnu: Add stb-sprintf.
Date: Wed, 22 Jan 2020 20:22:41 +0100
* gnu/packages/stb.scm (stb-sprintf): New variable.
---
 gnu/packages/stb.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 5444347644..5ee34cda59 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -101,3 +101,8 @@ decoding from file or memory.  A variety of formats are supported."))
    "stb-image-write" "1.13"
    "stb-image-write is a small library for writing image files to the
 C <at> tie{}@code{stdio} interface."))
+
+(define-public stb-sprintf
+  (make-stb-header-package
+   "stb-sprintf" "1.06"
+   "stb-sprintf implements fast @code{sprintf}, @code{snprintf} for C/C++."))
-- 
2.25.0





Information forwarded to guix-patches <at> gnu.org:
bug#39242; Package guix-patches. (Wed, 22 Jan 2020 19:24:03 GMT) Full text and rfc822 format available.

Message #11 received at 39242 <at> debbugs.gnu.org (full text, mbox):

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 39242 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH 2/3] gnu: Add stb-truetype.
Date: Wed, 22 Jan 2020 20:22:42 +0100
* gnu/packages/stb.scm (stb-truetype): New variable.
---
 gnu/packages/stb.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 5ee34cda59..9cb2ae10b6 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -106,3 +106,9 @@ C <at> tie{}@code{stdio} interface."))
   (make-stb-header-package
    "stb-sprintf" "1.06"
    "stb-sprintf implements fast @code{sprintf}, @code{snprintf} for C/C++."))
+
+(define-public stb-truetype
+  (make-stb-header-package
+   "stb-truetype" "1.22"
+   "stb-truetype is a library for parsing, decoding, and rasterizing
+characters from TrueType fonts."))
-- 
2.25.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 04 Feb 2020 23:11:02 GMT) Full text and rfc822 format available.

Notification sent to goodoldpaul <at> autistici.org:
bug acknowledged by developer. (Tue, 04 Feb 2020 23:11:02 GMT) Full text and rfc822 format available.

Message #16 received at 39242-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Giacomo Leidi <goodoldpaul <at> autistici.org>
Cc: 39242-done <at> debbugs.gnu.org
Subject: Re: [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf.
Date: Wed, 05 Feb 2020 00:10:09 +0100
Hello Giacomo,

Giacomo Leidi <goodoldpaul <at> autistici.org> skribis:

> * gnu/packages/stb.scm (stb-sprintf): New variable.

> * gnu/packages/stb.scm (stb-truetype): New variable.

Applied both patches, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Mar 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.