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


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

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 75522 <at> debbugs.gnu.org
Cc: hako <at> ultrarare.space, Ashvith Shetty <ashvithshetty10 <at> gmail.com>,
 ekaitz <at> elenq.tech
Subject: [PATCH v0 3/4] gnu: Add zig-img.
Date: Sun, 12 Jan 2025 23:49:02 +0530
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.

* gnu/packages/zig-xyz.scm (zig-img): New variable.

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

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index bf86c0897a..a6f5fbd453 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -340,6 +340,28 @@ (define-public zig-clap
      "A simple and easy to use command line argument parser library for Zig.")
     (license license:expat)))
 
+(define-public zig-img
+  (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
+     "This is a zig library for reading and writing different image formats.")
+    (license license:expat))))
+
 (define-public zig-zls-0.10
   (package
     (name "zig-zls")
-- 
2.47.1





This bug report was last modified 93 days ago.

Previous Next


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