GNU bug report logs - #70463
[PATCH] gnu: Add stb-image-resize.

Previous Next

Package: guix-patches;

Reported by: aurtzy <aurtzy <at> gmail.com>

Date: Fri, 19 Apr 2024 01:17:03 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

To reply to this bug, email your comments to 70463 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70463; Package guix-patches. (Fri, 19 Apr 2024 01:17:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to aurtzy <aurtzy <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 19 Apr 2024 01:17:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: aurtzy <aurtzy <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: john.kehayias <at> protonmail.com, aurtzy <aurtzy <at> gmail.com>
Subject: [PATCH] gnu: Add stb-image-resize.
Date: Thu, 18 Apr 2024 21:14:53 -0400
* 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





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Fri, 19 Apr 2024 16:18:05 GMT) Full text and rfc822 format available.

Notification sent to aurtzy <aurtzy <at> gmail.com>:
bug acknowledged by developer. (Fri, 19 Apr 2024 16:18:05 GMT) Full text and rfc822 format available.

Message #10 received at 70463-done <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: aurtzy <aurtzy <at> gmail.com>
Cc: 70463-done <at> debbugs.gnu.org
Subject: Re: [bug#70463] [PATCH] gnu: Add stb-image-resize.
Date: Fri, 19 Apr 2024 16:15:43 +0000
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





This bug report was last modified 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.