GNU bug report logs - #75522
[PATCH v0 0/4] Add beanbag

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Sun, 12 Jan 2025 18:13:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
To: "75522" <75522 <at> debbugs.gnu.org>
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [bug#75522] [PATCH v2 2/3] gnu: Add zig-img.
Date: Mon, 24 Mar 2025 18:41:34 +0530
* gnu/packages/zig-xyz.scm (zig-img): New variable.

Change-Id: If87e1f65d3aa544b30ea3fb0da4e292bcec5e567
---
 gnu/packages/zig-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index 4d1cbf9000..37c6e27e0a 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -187,6 +187,30 @@ (define-public zig-diffz
       (home-page "https://github.com/ziglibs/diffz")
       (license license:expat))))
 
+(define-public zig-img
+  ;; zig-img is required by beanbag. However, there's no tags at the
+  ;; moment, so we'll be using the commit mentioned in beanbag's repo.
+  (let ((commit "52f10dd3e3b1cd4614fe72a8a8f0eddc7700bc0a")
+        (revision "0"))
+    (package
+      (name "zig-img")
+      (version (git-version "0.1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/zigimg/zigimg")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "187nh49rdv37arlvf056jiv58n4y87q2pm6qvznn75zrszjlvp0b"))))
+      (build-system zig-build-system)
+      (home-page "https://github.com/zigimg/zigimg")
+      (synopsis "Zig library for reading and writing different image formats")
+      (description
+       "@code{zig-img} is a Zig library for reading and writing different image formats.")
+      (license license:expat))))
+
 (define-public zig-known-folders
   (let ((commit "1cceeb70e77dec941a4178160ff6c8d05a74de6f")
         (revision "0"))
-- 
2.48.1




This bug report was last modified 121 days ago.

Previous Next


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