unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 40348@debbugs.gnu.org
Subject: [bug#40348] gnu: Add opencore-amr
Date: Tue, 31 Mar 2020 13:17:35 +0000	[thread overview]
Message-ID: <c8aafddbbbae129f1f4cb5094e234d7a@disroot.org> (raw)

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

Hello Guix!

Please find the attached patch to add "opencore-amr" package.

Regards,
RG.

[-- Attachment #2: opencore-amr.patch --]
[-- Type: application/octet-stream, Size: 1388 bytes --]

From 17415cab8442927de6e9ce1b0750eb7d45b3813a Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 31 Mar 2020 09:10:30 -0400
Subject: [PATCH 20/20] gnu: Add opencore-amr

* gnu/packages/audio.scm (opencore-amr): 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 803efb5cd1..76be063ac4 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 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")
-- 
2.26.0


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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 13:17 Raghav Gururajan [this message]
2020-04-02  3:15 ` [bug#40348] gnu: Add opencore-amr (v2) Raghav Gururajan
2020-04-05 23:42   ` bug#40348: " 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=c8aafddbbbae129f1f4cb5094e234d7a@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=40348@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).