guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add chromaprint.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add chromaprint.
Date: Wed, 19 Oct 2016 22:25:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hi!

Hartmut Goebel <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]