unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Erik Edrosa <erik.edrosa@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH v2 2/3] gnu: Add filteraudio.
Date: Sat, 10 Sep 2016 22:40:23 +0300	[thread overview]
Message-ID: <20160910194023.GB6073@macbook42.flashner.co.il> (raw)
In-Reply-To: <20160909010231.26698-1-erik.edrosa@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2214 bytes --]

On Thu, Sep 08, 2016 at 09:02:30PM -0400, Erik Edrosa wrote:
> * gnu/packages/audio.scm (filteraudio): New variable.
> ---
>  gnu/packages/audio.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
> 
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 40cc029..cc51d88 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -2483,3 +2483,36 @@ with support for HD extensions.")
>  flavors EBU R128, ATSC A/85, and ReplayGain 2.0.  It helps normalizing the
>  loudness of audio and video files to the same level.")
>      (license license:gpl2+)))
> +
> +(define-public filteraudio
> +  (let ((revision "1")
> +        (commit "2fc669581e2a0ff87fba8de85861b49133306094"))
> +    (package
> +      (name "filteraudio")
> +      (version (string-append "0.0.0-" revision "."
> +                              (string-take commit 7)))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/irungentoo/filter_audio.git")
> +               (commit commit)))
> +         (file-name (string-append name "-" version "-checkout"))
> +         (sha256
> +          (base32
> +           "0hbb290n3wb23f2k692a6bhc23nnqmxqi9sc9j15pnya8wifw64g"))))
> +      (build-system gnu-build-system)
> +      (arguments
> +       '(#:make-flags (list (string-append "PREFIX=" %output)
> +                            "CC=gcc")
> +         ;; No tests
> +         #:tests? #f
> +         #:phases
> +         (modify-phases %standard-phases
> +           ;; No configure script
> +           (delete 'configure))))
> +      (synopsis "Lightweight audio filtering library")
> +      (description "An easy to use audio filtering library made from webrtc code, used
> +in @code{libtoxcore}.")
> +      (home-page "https://github.com/irungentoo/filter_audio")
> +      (license license:bsd-3))))
> -- 
> 2.10.0
> 

Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      parent reply	other threads:[~2016-09-10 19:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08  0:59 [PATCH 0/3] Add utox Erik Edrosa
2016-09-08  1:00 ` [PATCH 1/3] gnu: openal: Update to 1.17.2 Erik Edrosa
2016-09-08  9:02   ` Efraim Flashner
2016-09-08  1:00 ` [PATCH 2/3] gnu: Add filteraudio Erik Edrosa
2016-09-08  8:40   ` Efraim Flashner
2016-09-08  1:00 ` [PATCH 3/3] gnu: Add utox Erik Edrosa
2016-09-08  8:56   ` Efraim Flashner
2016-09-09  1:02 ` [PATCH v2 2/3] gnu: Add filteraudio Erik Edrosa
2016-09-09  1:02   ` [PATCH v2 3/3] gnu: Add utox Erik Edrosa
2016-09-10 19:40     ` Efraim Flashner
2016-09-10 19:40   ` Efraim Flashner [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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20160910194023.GB6073@macbook42.flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=erik.edrosa@gmail.com \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).