summaryrefslogtreecommitdiff
path: root/gnu/packages/stb.scm
AgeCommit message (Collapse)Author
2025-06-12gnu: Add stb-image-resize.aurtzy
* gnu/packages/stb.scm (stb-image-resize): New variable. Change-Id: Ibaf2cc9e0855843139b55694601b56069cbd3074 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-12gnu: stb: Support defining deprecated header packages.aurtzy
* 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-12gnu: stb-*: Make it possible to translate descriptions.aurtzy
* 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-12gnu: stb: Use modern package style.aurtzy
* 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-01-20gnu: stb: Update to 2e2bef463a5b53ddf8bb788e25da6b8506314c08.Danny Milosavljevic
* 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
2024-08-31gnu: stb: Import the correct set of modules.Maxim Cournoyer
* gnu/packages/stb.scm (stb) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I22000458e9b09aef9b645553f555dc0235a6ff1a
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer
%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-04-19gnu: Add stb-image-resize.aurtzy
* gnu/packages/stb.scm (stb-image-resize): New variable. Change-Id: Ia9d654277b26f1bce0f32d064a5d2ae6c434b677 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2020-11-15gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58.Tobias Geerinckx-Rice
* 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-15gnu: Add stb-rect-pack.Tobias Geerinckx-Rice
* gnu/packages/stb.scm (stb-rect-pack): New public variable.
2020-02-05gnu: Add stb-truetype.Giacomo Leidi
* gnu/packages/stb.scm (stb-truetype): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05gnu: Add stb-sprintf.Giacomo Leidi
* gnu/packages/stb.scm (stb-sprintf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-23gnu: stb: Update snapshot.Marius Bakke
* gnu/packages/stb.scm (stb): Update to commit 2c2908f50515dcd. (stb-image): Update to 2.22. (stb-image-write): Update to 1.13.
2018-07-18gnu: Add stb-image-write.Marius Bakke
* gnu/packages/stb.scm (stb-image-write): New public variable.
2018-07-18gnu: Add stb-image.Marius Bakke
* gnu/packages/stb.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.