unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rovanion Luckey <rovanion.luckey@gmail.com>
To: 48717@debbugs.gnu.org
Subject: [bug#48717] [PATCH] Add lingot
Date: Fri, 28 May 2021 17:21:59 +0200	[thread overview]
Message-ID: <CAAaf0CDHT4CJuDRcnkXYrVkiY2h-26=V=CF+sGYyr1zMKK4E8Q@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 49 bytes --]

Added a tuner program to the package collection.

[-- Attachment #1.2: Type: text/html, Size: 74 bytes --]

[-- Attachment #2: 0001-gnu-lingot-Add-package-lingot.patch --]
[-- Type: text/x-patch, Size: 2262 bytes --]

From 248c6525564dabe71e130e4f6a48005201d2efdc Mon Sep 17 00:00:00 2001
From: Rovanion Luckey <rovanion.luckey@gmail.com>
Date: Fri, 28 May 2021 17:19:56 +0200
Subject: [PATCH] gnu: lingot: Add package lingot.

* gnu/packages/music.scm (lingot): Add package
---
 gnu/packages/music.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7840e8399a..423c9bd3c7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6639,3 +6639,40 @@ It is provided as an LV2 plugin and as a standalone Jack application.")
   framework.")
       (home-page "http://shiru.untergrund.net/software.shtml")
       (license license:wtfpl2))))
+
+(define-public lingot
+    (package
+      (name "lingot")
+      (version "1.1.1")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/ibancg/lingot")
+                      (commit (string-append "v" version))))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "04lcjzfhddbyskxr2068z609y6x0s2gjx1wl78w0dkxdi459zrn9"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("intltool" ,intltool)
+       ("cunit" ,cunit)
+       ("pkg-config" ,pkg-config)
+       ("libtool" ,libtool)))
+    (inputs
+     `(
+       ("alsa-lib" ,alsa-lib) ; for libasound2
+       ("fftw" ,fftw)
+       ("gtk+" ,gtk+)
+       ("glib" ,glib "bin") ; for GLIB_COMPILE_RESOURCES
+       ("jack" ,jack-2)
+       ("json-c" ,json-c)
+       ("pulseaudio" ,pulseaudio)))
+    (home-page "http://lingot.nongnu.org/")
+    (synopsis "An accurate, configurable musical instrument tuner")
+    (description "LINGOT is a musical instrument tuner. It’s accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, it can now be used to tune other instruments.
+
+It looks like an analogue tuner, with a gauge indicating the relative shift to a certain note, determined automatically as the closest note to the estimated frequency.")
+    (license license:gpl2)))
-- 
2.30.0


             reply	other threads:[~2021-05-28 15:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 15:21 Rovanion Luckey [this message]
2021-05-28 17:12 ` [bug#48717] [PATCH] Add lingot Tobias Geerinckx-Rice via Guix-patches via
2021-05-28 19:18 ` Rovanion Luckey
2021-07-30 19:03   ` Rovanion Luckey
2021-08-02 15:40     ` bug#48717: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAaf0CDHT4CJuDRcnkXYrVkiY2h-26=V=CF+sGYyr1zMKK4E8Q@mail.gmail.com' \
    --to=rovanion.luckey@gmail.com \
    --cc=48717@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).