GNU bug report logs -
#52803
[PATCH] gnu: Add headsetcontrol.
Previous Next
Full log
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
John Kehayias via Guix-patches via <guix-patches <at> gnu.org> writes:
> Subject: [PATCH] gnu: Add headsetcontrol.
>
> * gnu/packages/hardware.scm (headsetcontrol): New variable.
Thank you. I pushed it with the changes detailed below.
> +(define-public headsetcontrol
> + (package
> + (name "headsetcontrol")
> + (version "2.6")
> + (source (origin
> + (method git-fetch)
I moved `origin' below `source' and adjusted indentation.
> + (uri (git-reference
> + (url "https://github.com/Sapd/HeadsetControl")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "0a7zimzi71416pmn6z0l1dn1c2x8p702hkd0k6da9rsznff85a88"))))
I moved hash on the same line as `base32'
> + (build-system cmake-build-system)
> + (inputs
> + (list hidapi))
> + (synopsis "Sidetone and Battery status for USB headsets")
> + (description
> + "A tool to control certain aspects of USB-connected headsets on Linux.
I started the description with the name of the package (guix lint
should warn you about this), and removed reference to Linux, since it is
not useful in Guix.
> +Currently, support is provided for adjusting sidetone, getting battery state,
> +controlling LEDs, and setting the inactive time.")
> + (home-page "https://github.com/Sapd/HeadsetControl")
> + (license license:gpl3)))
I used gpl3+ as "main.c" includes "or (at your option) any later
version" in its header.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.