GNU bug report logs - #62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.

Previous Next

Package: guix-patches;

Reported by: conses <contact <at> conses.eu>

Date: Sun, 19 Mar 2023 23:26:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Miguel Ángel Moreno <mail <at> migalmoreno.com>
To: 62284 <at> debbugs.gnu.org
Cc: mail <at> migalmoreno.com
Subject: [bug#62284] [PATCH v2 69/71] gnu: Add go-github-com-chai2010-webp.
Date: Sun, 11 Feb 2024 23:09:29 +0100
* gnu/packages/golang.scm (go-github-com-chai2010-webp): New variable.

Change-Id: I3c77a035d35c37262ab8d3f9b5afdd37cacb43b9
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 78a27bdf9f..4b639edae7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6055,6 +6055,28 @@ (define-public go-github-com-whyrusleeping-tar-utils
       (description "Tar utilities extracted from @command{go-ipfs} codebase.")
       (license license:expat))))
 
+(define-public go-github-com-chai2010-webp
+  (package
+    (name "go-github-com-chai2010-webp")
+    (version "1.1.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/chai2010/webp")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1103iah700q9id04hz37nxbpb25qz13g1ia2r6gdffc3vh2w3riv"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/chai2010/webp"))
+    (home-page "https://github.com/chai2010/webp")
+    (synopsis "WebP decoder and encoder for Go")
+    (description "This package provides a WebP decoder and encoder for Go with
+zero dependencies.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-sabhiram-go-gitignore
   (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a")
         (revision "1"))
-- 
2.41.0



-- 
Best regards,
Miguel Ángel Moreno

This bug report was last modified 98 days ago.

Previous Next


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