all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 40349@debbugs.gnu.org
Subject: [bug#40349] gnu: Add vo-amrwbenc
Date: Tue, 31 Mar 2020 13:32:43 +0000	[thread overview]
Message-ID: <3fd573c7e0046358569264a55cfd1188@disroot.org> (raw)
In-Reply-To: <ba67cce95939afe25ba425f490d086d6@disroot.org>

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

OOPS! File is now attached here.

[-- Attachment #2: vo-amrwbenc.patch --]
[-- Type: application/octet-stream, Size: 1353 bytes --]

From e91520e7df71d0737a76b9db64711ace8affe1db Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 31 Mar 2020 09:27:49 -0400
Subject: [PATCH 21/21] gnu: Add vo-amrwbenc

* gnu/packages/audio.scm (vo-amrwbenc): New variable.
---
 gnu/packages/audio.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 76be063ac4..6b3aa7a1af 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -119,6 +119,25 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26))
 
+(define-public vo-amrwbenc
+ (package
+  (name "vo-amrwbenc")
+   (version "0.1.3")
+   (source
+    (origin
+     (method url-fetch)
+     (uri
+      (string-append "https://sourceforge.net/projects/opencore-amr/files/"
+                     name "/" name "-" version ".tar.gz"))
+     (sha256
+      (base32 "0klx3nkidc6b8aawchpk19n3xlrzgnc046w4gd0rdqphw28v6ljn"))))
+ (build-system gnu-build-system)
+ (synopsis "Adaptive Multi Rate Codec")
+ (description "VO-AMR is a library of VisualOn implementation of
+Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.")
+ (home-page "https://sourceforge.net/projects/opencore-amr/")
+ (license license:asl2.0)))
+
 (define-public opencore-amr
  (package
   (name "opencore-amr")
-- 
2.26.0


  reply	other threads:[~2020-03-31 13:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 13:30 [bug#40349] gnu: Add vo-amrwbenc Raghav Gururajan
2020-03-31 13:32 ` Raghav Gururajan [this message]
2020-04-02  3:20 ` [bug#40349] gnu: Add vo-amrwbenc (v2) Raghav Gururajan
2020-04-05 23:56   ` bug#40349: " Danny Milosavljevic
2020-04-05 23:58   ` [bug#40349] " Danny Milosavljevic

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=3fd573c7e0046358569264a55cfd1188@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=40349@debbugs.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.