GNU bug report logs - #61334
[PATCH] gnu: footswitch: Update to 1.0-0.e455d67

Previous Next

Package: guix-patches;

Reported by: Martin Marshall <law <at> martinmarshall.com>

Date: Tue, 7 Feb 2023 03:28:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61334 in the body.
You can then email your comments to 61334 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61334; Package guix-patches. (Tue, 07 Feb 2023 03:28:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martin Marshall <law <at> martinmarshall.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 07 Feb 2023 03:28:01 GMT) Full text and rfc822 format available.

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

From: Martin Marshall <law <at> martinmarshall.com>
To: guix-patches <at> gnu.org
Cc: Martin Marshall <law <at> martinmarshall.com>
Subject: [PATCH] gnu: footswitch: Update to 1.0-0.e455d67
Date: Mon,  6 Feb 2023 22:27:34 -0500
* gnu/packages/accessibility.scm (footswitch): Update to commit e455d6752221.

This update adds 3 newly supported devices and an additional command to the
package.
---
 gnu/packages/accessibility.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 63f06f7460..fb9387e324 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -245,11 +245,11 @@ (define-public florence
     (license license:gpl2+)))
 
 (define-public footswitch
-  (let ((commit "ca43d53fc2002520cc825d119702afc124303e73")
-        (revision "2"))
+  (let ((commit "e455d6752221b9e9c3818cc304c873b9c2792490")
+        (revision "0"))
     (package
       (name "footswitch")
-      (version (git-version "0.1" revision commit))
+      (version (git-version "1.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -258,7 +258,7 @@ (define-public footswitch
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "14pyzc4ws1mj859xs9n4x83wzxxvd3bh5bdxzr6nv267xwx1mq68"))))
+                  "0xkk60sg3szpgbl3z8djlpagglsldv9viqibsih6wcnbhikzlc6j"))))
       (build-system gnu-build-system)
       (native-inputs
        (list pkg-config))
@@ -278,11 +278,13 @@ (define-public footswitch
                           (install-file "scythe" bin)
                           #t))))))
       (home-page "https://github.com/rgerganov/footswitch")
-      (synopsis "Command line utility for PCsensor foot switch")
+      (synopsis "Command line utilities for PCsensor and Scythe foot switches")
       (description
-       "Command line utility for programming foot switches sold by PCsensor.
-It works for both single pedal devices and three pedal devices.  All supported
-devices have vendorId:productId = 0c45:7403 or 0c45:7404.")
+       "This package provides command line utilities for programming PCsensor
+and Scythe foot switches.  It works for both single pedal and three pedal
+devices.  The \"footswitch\" command programs devices with vendorId:productId
+combinations matching 0c45:7403, 0c45:7404, 413d:2107, and 1a86:e026.  The
+\"scythe\" command programs switches matching 0426:3011.")
     (license license:expat))))
 
 (define-public xmagnify

base-commit: a582d863465990642d331bc05bf073f47fb80908
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61334; Package guix-patches. (Sat, 11 Feb 2023 20:47:01 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Martin Marshall <law <at> martinmarshall.com>
Cc: 61334-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61334] [PATCH] gnu: footswitch: Update to 1.0-0.e455d67
Date: Sat, 11 Feb 2023 20:45:18 +0000
[Message part 1 (text/plain, inline)]
Martin Marshall <law <at> martinmarshall.com> writes:

> * gnu/packages/accessibility.scm (footswitch): Update to commit e455d6752221.
>
> This update adds 3 newly supported devices and an additional command to the
> package.
> ---
>  gnu/packages/accessibility.scm | 18 ++++++++++--------
>  1 file changed, 10 insertions(+), 8 deletions(-)

Thanks! I've pushed this to master as
940033b685d9e328e254d249bd175ba268829330.

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

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 11 Feb 2023 20:47:03 GMT) Full text and rfc822 format available.

Notification sent to Martin Marshall <law <at> martinmarshall.com>:
bug acknowledged by developer. (Sat, 11 Feb 2023 20:47:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 12 Mar 2023 11:24:10 GMT) Full text and rfc822 format available.

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

Previous Next


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