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.

Full log


View this message in rfc822 format

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 39242 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [bug#39242] [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





This bug report was last modified 5 years and 141 days ago.

Previous Next


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