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 #29 received at 75522 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
To: 75522 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>,
 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [PATCH v1 2/3] gnu: Add zig-img.
Date: Fri, 21 Feb 2025 00:39:11 +0530
From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

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 9b6bf09b56..e8fa59227d 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -343,6 +343,28 @@ (define-public zig-clap
 @end itemize")
     (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.48.1





This bug report was last modified 56 days ago.

Previous Next


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