* [bug#39242] [PATCHES] gnu: Add stb-truetype and stb-sprintf
@ 2020-01-22 19:19 goodoldpaul
2020-01-22 19:22 ` [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf Giacomo Leidi
0 siblings, 1 reply; 4+ messages in thread
From: goodoldpaul @ 2020-01-22 19:19 UTC (permalink / raw)
To: 39242
Hi Guix,
I'm sending two patches one for stb-sprintf, the other for stb-truetype.
Thanks for all the cool work,
Giacomo
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf.
2020-01-22 19:19 [bug#39242] [PATCHES] gnu: Add stb-truetype and stb-sprintf goodoldpaul
@ 2020-01-22 19:22 ` Giacomo Leidi
2020-01-22 19:22 ` [bug#39242] [PATCH 2/3] gnu: Add stb-truetype Giacomo Leidi
2020-02-04 23:10 ` bug#39242: [PATCH 1/3] gnu: Add stb-sprintf Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Giacomo Leidi @ 2020-01-22 19:22 UTC (permalink / raw)
To: 39242; +Cc: Giacomo Leidi
* 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@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#39242] [PATCH 2/3] gnu: Add stb-truetype.
2020-01-22 19:22 ` [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf Giacomo Leidi
@ 2020-01-22 19:22 ` Giacomo Leidi
2020-02-04 23:10 ` bug#39242: [PATCH 1/3] gnu: Add stb-sprintf Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Giacomo Leidi @ 2020-01-22 19:22 UTC (permalink / raw)
To: 39242; +Cc: Giacomo Leidi
* 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@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#39242: [PATCH 1/3] gnu: Add stb-sprintf.
2020-01-22 19:22 ` [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf Giacomo Leidi
2020-01-22 19:22 ` [bug#39242] [PATCH 2/3] gnu: Add stb-truetype Giacomo Leidi
@ 2020-02-04 23:10 ` Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-02-04 23:10 UTC (permalink / raw)
To: Giacomo Leidi; +Cc: 39242-done
Hello Giacomo,
Giacomo Leidi <goodoldpaul@autistici.org> skribis:
> * gnu/packages/stb.scm (stb-sprintf): New variable.
> * gnu/packages/stb.scm (stb-truetype): New variable.
Applied both patches, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-04 23:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 19:19 [bug#39242] [PATCHES] gnu: Add stb-truetype and stb-sprintf goodoldpaul
2020-01-22 19:22 ` [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf Giacomo Leidi
2020-01-22 19:22 ` [bug#39242] [PATCH 2/3] gnu: Add stb-truetype Giacomo Leidi
2020-02-04 23:10 ` bug#39242: [PATCH 1/3] gnu: Add stb-sprintf Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).