GNU bug report logs - #69243
[PATCH] gnu: Add go-github-com-orisano-pixelmatch.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Sun, 18 Feb 2024 18:25:09 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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69243: closed ([PATCH] gnu: Add go-github-com-orisano-pixelmatch.)
Date: Mon, 19 Feb 2024 23:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 Feb 2024 23:44:35 +0000
with message-id <87cyssj9y4.fsf <at> gmail.com>
and subject line [PATCH] gnu: Add go-github-com-orisano-pixelmatch. 
has caused the debbugs.gnu.org bug report #69243,
regarding [PATCH] gnu: Add go-github-com-orisano-pixelmatch.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69243: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69243
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add go-github-com-orisano-pixelmatch.
Date: Thu, 15 Feb 2024 23:48:16 +0100
* gnu/packages/golang-xyz.scm (go-github-com-orisano-pixelmatch): New variable.
---
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 50beb0dffe..2eec59fca3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -709,6 +709,31 @@ (define-public go-github-com-nsqio-go-nsq
 NSQ protocol @url{https://nsq.io/}.")
     (license license:expat)))
 
+(define-public go-github-com-orisano-pixelmatch
+  (package
+    (name "go-github-com-orisano-pixelmatch")
+    (version "0.0.0-20230914042517-fa304d1dc785")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/orisano/pixelmatch")
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1lplxfif5mfqnd0jjph2vd25c3bpr3idfs2axh8z0ib0zdkwca32"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/orisano/pixelmatch"))
+    (home-page "https://github.com/orisano/pixelmatch")
+    (synopsis "Pixelmatch port to Go")
+    (description
+     "This package provides a port of Pixelmatch, a pixel-level image
+comparison library, to Go.  Both a library and a command-line tool are
+included in this package.")
+    (license license:expat)))
+
 (define-public go-github-com-prometheus-client-model
   (let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016")
         (revision "2"))

base-commit: 3e2334d9457c4bd9ccd9c720de2cf298f0c8f122
-- 
2.42.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 69243-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add go-github-com-orisano-pixelmatch. 
Date: Mon, 19 Feb 2024 23:44:35 +0000
[Message part 4 (text/plain, inline)]
Hi,

Pushed as d1a5af5adb11faf8dc8ee03fb75ee289867516d0 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 153 days ago.

Previous Next


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