emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70463: closed ([PATCH] gnu: Add stb-image-resize.)


From: GNU bug Tracking System
Subject: bug#70463: closed ([PATCH] gnu: Add stb-image-resize.)
Date: Fri, 19 Apr 2024 16:18:05 +0000

Your message dated Fri, 19 Apr 2024 16:15:43 +0000
with message-id <87frvhjplj.fsf@protonmail.com>
and subject line Re: [bug#70463] [PATCH] gnu: Add stb-image-resize.
has caused the debbugs.gnu.org bug report #70463,
regarding [PATCH] gnu: Add stb-image-resize.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70463: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70463
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]