1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Andrew Wong
bc84aaa882 gnu: stb: Make public.
* gnu/packages/stb.scm (stb): Make publically-accessible.

This allows packages to use the whole stb as a dependency.

Change-Id: I8f37ea6ee975a071ef1c9b402392ce74cb8f87b9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-12-26 13:15:40 +01:00
aurtzy
939da3efcf gnu: Add stb-image-resize.
* gnu/packages/stb.scm (stb-image-resize): New variable.

Change-Id: Ibaf2cc9e0855843139b55694601b56069cbd3074
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-12 14:38:16 +02:00
aurtzy
04d22ebc42 gnu: stb: Support defining deprecated header packages.
* gnu/packages/stb.scm (stb)[arguments]<#:phases>: Modify 'install phase to
include deprecated files in output.
(make-stb-header-package): Support `deprecated?' keyword argument.
(define-stb-header-package): Accept rest arguments and pass them to
make-stb-header-package.

Change-Id: I003dd5786e3bd22d00290d1935e21291e8529914
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-12 14:38:16 +02:00
aurtzy
fa84972de7 gnu: stb-*: Make it possible to translate descriptions.
* gnu/packages/stb.scm (define-stb-header-package): New macro.
(stb-image, stb-image-resize2, stb-image-write, stb-rect-pack, stb-sprintf,
stb-truetype): Use it.

Change-Id: Ie7da51a2eb2dc91dff8d23e0d3c8397af3eb6d67
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-12 14:38:16 +02:00
aurtzy
856bfa268f gnu: stb: Use modern package style.
* gnu/packages/stb.scm (stb)[arguments]<#:phases>: Use G-Expressions.
(make-stb-header-package): Likewise.

Change-Id: I836ad872e20444dcfb30480bd420cb63e4bb313f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-12 14:38:16 +02:00
Danny Milosavljevic
e5aa06223c gnu: stb: Update to 2e2bef463a5b53ddf8bb788e25da6b8506314c08.
* gnu/packages/stb.scm (stb):  Update to
2e2bef463a5b53ddf8bb788e25da6b8506314c08.
[arguments<#:phases>[check]: Disable.
(stb-image):  Update to 2.30.
(stb-image-resize):  Remove variable.
(stb-image-resize2):  New variable.
(stb-image-write):  Update to 1.16.
(stb-rect-pack):  Update to 1.01.
(stb-printf):  Update to 1.10.
(stb-truetype):  Update to 1.26.

Change-Id: I664c1d557d99b6495f7b4797df991710003321cb
2025-01-20 22:18:38 +01:00
Maxim Cournoyer
a03800efcb gnu: stb: Import the correct set of modules.
* gnu/packages/stb.scm (stb) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I22000458e9b09aef9b645553f555dc0235a6ff1a
2024-08-31 10:42:23 +02:00
Maxim Cournoyer
f59df1aa3c build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.

The renaming was automated via the command:

  $ git grep -l %gnu-build-system-modules
    | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i

* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this.  Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.

Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-31 10:42:16 +02:00
aurtzy
ff692ed4cf gnu: Add stb-image-resize.
* gnu/packages/stb.scm (stb-image-resize): New variable.

Change-Id: Ia9d654277b26f1bce0f32d064a5d2ae6c434b677
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-04-19 12:01:55 -04:00
Ludovic Courtès
8394619bac gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Tobias Geerinckx-Rice
0e8df7403e gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58.
* gnu/packages/stb.scm (stb): Update to commit b42009b3b9d4ca35bc703f5310eedc74f584be58..
(stb-image): Update version number to 2.26.
(stb-image-write): Update version number to 1.15.
(stb-sprintf): Update version number to 1.09.
(stb-truetype): Update version number to 1.24.
2020-11-15 00:12:12 +01:00
Tobias Geerinckx-Rice
6f5f60b289 gnu: Add stb-rect-pack.
* gnu/packages/stb.scm (stb-rect-pack): New public variable.
2020-11-15 00:12:11 +01:00
Giacomo Leidi
6e43e1eee8 gnu: Add stb-truetype.
* gnu/packages/stb.scm (stb-truetype): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Giacomo Leidi
8a4c7be4c8 gnu: Add stb-sprintf.
* gnu/packages/stb.scm (stb-sprintf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Marius Bakke
d3b22d488b gnu: stb: Update snapshot.
* gnu/packages/stb.scm (stb): Update to commit 2c2908f50515dcd.
(stb-image): Update to 2.22.
(stb-image-write): Update to 1.13.
2019-03-23 23:25:56 +01:00
Marius Bakke
ecb1194bbc gnu: Add stb-image-write.
* gnu/packages/stb.scm (stb-image-write): New public variable.
2018-07-18 01:04:14 +02:00
Marius Bakke
cada868c2a gnu: Add stb-image.
* gnu/packages/stb.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2018-07-18 01:04:14 +02:00