Re: [PATCH] gnu: Add chromaprint.

2016-10-20 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 19.10.2016 um 22:25 schrieb Ludovic Courtès: >>> > +(arguments >>> > + `(#:tests? #f ; tests require googletest *sources* >> Weird. >> > > Yes. From the issue I opened on this:[1] > > That's the recommended way to use gtest. It's a C++ library and the >

Re: [PATCH] gnu: Add chromaprint.

2016-10-20 Thread Hartmut Goebel
Am 19.10.2016 um 22:25 schrieb Ludovic Courtès: >> > +(arguments >> > + `(#:tests? #f ; tests require googletest *sources* > Weird. > Yes. From the issue I opened on this:[1] That's the recommended way to use gtest. It's a C++ library and the ABI depends on many compiler options.

Re: [PATCH] gnu: Add chromaprint.

2016-10-19 Thread Ludovic Courtès
Hi! Hartmut Goebel 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://bitbu

[PATCH] gnu: Add chromaprint.

2016-09-26 Thread Hartmut Goebel
* gnu/packages/mp3.scm (chromaprint): New variable. --- gnu/packages/mp3.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 37407cd..3cb653a 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -25,6