summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurtzy <aurtzy@gmail.com>2025-05-07 01:59:11 -0400
committerLudovic Courtès <ludo@gnu.org>2025-06-12 14:38:16 +0200
commit939da3efcfa8eb536c3777cf5b86e8ec5d7c93a6 (patch)
treeee620967b80026a9c4ad4cabbfb1781dd66d91be
parent04d22ebc42b197fff2bb6241db7bc737311b6bba (diff)
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>
-rw-r--r--gnu/packages/stb.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 827cdb85a4..f3be6a56ec 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -113,6 +113,14 @@ the C programming language.")
"stb-image is a small and self-contained library for image loading or
decoding from file or memory. A variety of formats are supported."))
+(define-stb-header-package stb-image-resize
+ "stb-image-resize" "0.97"
+ (description
+ "stb-image-resize is a library that supports scaling and translation of
+images. This library is deprecated; @code{stb-image-resize2} should be used
+instead.")
+ #:deprecated? #t)
+
(define-stb-header-package stb-image-resize2
"stb-image-resize2" "2.12"
(description