all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer)
To: Andreas Enge <andreas@enge.fr>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add soxr.
Date: Sun, 22 Feb 2015 13:12:43 +0100	[thread overview]
Message-ID: <877fva87r8.fsf@taylan.uni.cx> (raw)
In-Reply-To: <20150222105219.GA28626@debian> (Andreas Enge's message of "Sun, 22 Feb 2015 11:52:19 +0100")

Andreas Enge <andreas@enge.fr> 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	other threads:[~2015-02-22 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-21 23:24 [PATCH] gnu: Add soxr Taylan Ulrich Bayırlı/Kammer
2015-02-22 10:52 ` Andreas Enge
2015-02-22 12:12   ` Taylan Ulrich Bayırlı/Kammer [this message]

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=877fva87r8.fsf@taylan.uni.cx \
    --to=taylanbayirli@gmail.com \
    --cc=andreas@enge.fr \
    --cc=guix-devel@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 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.