guix-commits
[Top][All Lists]
Advanced

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

170/276: gnu: Add rust-resize-0.4.


From: guix-commits
Subject: 170/276: gnu: Add rust-resize-0.4.
Date: Wed, 18 Oct 2023 04:49:56 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit cc6b84347b9c5e99a3c5722ee46f0ca86a99b31c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 14:50:34 2023 +0300

    gnu: Add rust-resize-0.4.
    
    * gnu/packages/crates-graphics.scm (rust-resize-0.4): New variable.
---
 gnu/packages/crates-graphics.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 04dee1ec09..5d5319a387 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2262,6 +2262,25 @@ AVIF format (powers the `cavif` tool).")
     (arguments
      `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))))
 
+(define-public rust-resize-0.4
+  (package
+    (name "rust-resize")
+    (version "0.4.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "resize" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0bamrw2m37l8q46mcy6snp6106d93dq7x67hbbj32w88pjdhxn84"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-development-inputs (("rust-png" ,rust-png-0.16))))
+    (home-page "https://github.com/PistonDevelopers/resize";)
+    (synopsis "Image resampling library in pure Rust")
+    (description "This package provides an image resampling library in pure 
Rust.")
+    (license license:expat)))
+
 (define-public rust-rgb-0.8
   (package
     (name "rust-rgb")



reply via email to

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