all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Hartmut Goebel <h.goebel@crazy-compilers.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add chromaprint.
Date: Wed, 19 Oct 2016 22:25:51 +0200	[thread overview]
Message-ID: <87shrs3x2o.fsf@gnu.org> (raw)
In-Reply-To: <1474913985-26107-1-git-send-email-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 26 Sep 2016 20:19:45 +0200")

Hi!

Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:

> * gnu/packages/mp3.scm (chromaprint): New variable.

[...]

> +(define-public chromaprint
> +  (package
> +    (name "chromaprint")
> +    (version "1.3.2")
> +    (source (origin
> +      (method url-fetch)
> +      (uri (string-append
> +            "https://bitbucket.org/acoustid/chromaprint/downloads/"
> +            "chromaprint-" version ".tar.gz"))
> +      (sha256
> +       (base32 "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     `(#:tests? #f ; tests require googletest *sources*

Weird.

> +    (synopsis "Audio fingerprinting library")
> +    (description "Chromaprint is a library for calculating audio
> +fingerprints which are used by the Acoustid service.  Its main purpose
> +is to provide an accurate identifier for record tracks")
                                                         ^
Missing period.

OK with this change, thank you!

Ludo’.

  reply	other threads:[~2016-10-19 20:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26 18:19 [PATCH] gnu: Add chromaprint Hartmut Goebel
2016-10-19 20:25 ` Ludovic Courtès [this message]
2016-10-20  7:08   ` Hartmut Goebel
2016-10-20 12:57     ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=87shrs3x2o.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=h.goebel@crazy-compilers.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.