unofficial mirror of guix-patches@gnu.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 (v2)
Date: Thu, 02 Apr 2020 03:20:20 +0000	[thread overview]
Message-ID: <3c8484fd93f210e786ba42d6a59a6759@disroot.org> (raw)
In-Reply-To: <ba67cce95939afe25ba425f490d086d6@disroot.org>

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



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

From a91755d531118ddc00bb264762c926e65bfceca5 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 1 Apr 2020 23:18:08 -0400
Subject: [PATCH 18/18] gnu: Add vo-amrwbenc

* gnu/packages/linphone.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 d077b41ca3..73199d70fa 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


  parent reply	other threads:[~2020-04-02  3:21 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
2020-04-02  3:20 ` Raghav Gururajan [this message]
2020-04-05 23:56   ` bug#40349: gnu: Add vo-amrwbenc (v2) 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

  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=3c8484fd93f210e786ba42d6a59a6759@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 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).