unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70463] [PATCH] gnu: Add stb-image-resize.
@ 2024-04-19  1:14 aurtzy
  2024-04-19 16:15 ` bug#70463: " John Kehayias via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: aurtzy @ 2024-04-19  1:14 UTC (permalink / raw)
  To: 70463; +Cc: john.kehayias, aurtzy

* gnu/packages/stb.scm (stb-image-resize): New variable.

Change-Id: Ia9d654277b26f1bce0f32d064a5d2ae6c434b677
---
 gnu/packages/stb.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 4ee1b4ebd2..9286bcd87d 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -97,6 +97,12 @@ (define-public stb-image
    "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-public stb-image-resize
+  (make-stb-header-package
+   "stb-image-resize" "0.96"
+   "stb-image-resize is a library that supports scaling and translation of
+images."))
+
 (define-public stb-image-write
   (make-stb-header-package
    "stb-image-write" "1.15"

base-commit: 49f82fca4130ffcfb16aa0cf89750ab56fb99ad7
prerequisite-patch-id: f5e8f0d0088ee3f75f25a0a5c8516d21ff9f4ea1
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70463: [PATCH] gnu: Add stb-image-resize.
  2024-04-19  1:14 [bug#70463] [PATCH] gnu: Add stb-image-resize aurtzy
@ 2024-04-19 16:15 ` John Kehayias via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-04-19 16:15 UTC (permalink / raw)
  To: aurtzy; +Cc: 70463-done

Hello,

On Thu, Apr 18, 2024 at 09:14 PM, aurtzy wrote:

> * gnu/packages/stb.scm (stb-image-resize): New variable.
>
> Change-Id: Ia9d654277b26f1bce0f32d064a5d2ae6c434b677
> ---
>  gnu/packages/stb.scm | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
> index 4ee1b4ebd2..9286bcd87d 100644
> --- a/gnu/packages/stb.scm
> +++ b/gnu/packages/stb.scm
> @@ -97,6 +97,12 @@ (define-public stb-image
>     "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-public stb-image-resize
> +  (make-stb-header-package
> +   "stb-image-resize" "0.96"
> +   "stb-image-resize is a library that supports scaling and translation of
> +images."))
> +
>  (define-public stb-image-write
>    (make-stb-header-package
>     "stb-image-write" "1.15"
>
> base-commit: 49f82fca4130ffcfb16aa0cf89750ab56fb99ad7
> prerequisite-patch-id: f5e8f0d0088ee3f75f25a0a5c8516d21ff9f4ea1

Thanks, pushed as ff692ed4cf!

John





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-19 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  1:14 [bug#70463] [PATCH] gnu: Add stb-image-resize aurtzy
2024-04-19 16:15 ` bug#70463: " John Kehayias via Guix-patches via

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).