guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add opencore-amr.


From: guix-commits
Subject: branch master updated: gnu: Add opencore-amr.
Date: Sun, 05 Apr 2020 19:42:31 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d5fc851  gnu: Add opencore-amr.
d5fc851 is described below

commit d5fc8518896f406da74a2e5b7c5ac95fabfe56c9
Author: Raghav Gururajan <address@hidden>
AuthorDate: Wed Apr 1 23:13:33 2020 -0400

    gnu: Add opencore-amr.
    
    * gnu/packages/audio.scm (opencore-amr): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/audio.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a4c21be..f9d5066 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -121,6 +121,26 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26))
 
+(define-public opencore-amr
+  (package
+    (name "opencore-amr")
+    (version "0.1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://sourceforge.net/projects/opencore-amr/files/";
+                       name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0hfk9khz3by0119h3jdwgdfd7jgkdbzxnmh1wssvylgnsnwnq01c"))))
+    (build-system gnu-build-system)
+    (synopsis "Adaptive Multi Rate Codec")
+    (description "OpenCore-AMR is a library of OpenCORE Framework
+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 alsa-modular-synth
   (package
     (name "alsa-modular-synth")



reply via email to

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