guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add soxr.


From: Taylan Ulrich Bayırlı/Kammer
Subject: Re: [PATCH] gnu: Add soxr.
Date: Sun, 22 Feb 2015 13:12:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Andreas Enge <address@hidden> writes:

> looking at the more or less trivial file "go", I think you had better use
> our cmake build system (and drop the explicit cmake input). I tried it and
> it worked:
>
> (define-public soxr
>   (package
>     (name "soxr")
>     (version "0.1.1")
>     (source
>      (origin
>        (method url-fetch)
>        (uri
>         (string-append "mirror://sourceforge/soxr/soxr-" version
>                        "-Source.tar.xz"))
>        (sha256
>         (base32 "1hmadwqfpg15vhwq9pa1sl5xslibrjpk6hpq2s9hfmx1s5l6ihfw"))))
>     (build-system cmake-build-system)
>     (arguments
>      '(#:tests? #f)) ; no check target
>     (home-page "http://sourceforge.net/p/soxr/wiki/Home/";)
>     (synopsis "One-dimensional sample-rate conversion library")
>     (description
>      "The SoX Resampler library (libsoxr) performs one-dimensional sample-rate
> conversion.  It may be used, for example, to resample PCM-encoded audio.")
>     (license license:lgpl2.1+)))
>
> Andreas

Indeed, thanks for the tip.

I'll push it after I've pushed the prior patches affecting audio.scm
(libsbsms, soundtouch).

Taylan



reply via email to

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