all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40307] gnu: packages: telephony: Add spandsp
@ 2020-03-29  3:37 Raghav Gururajan
  2020-03-31  5:21 ` Maxim Cournoyer
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Raghav Gururajan @ 2020-03-29  3:37 UTC (permalink / raw)
  To: 40307

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

Hello Guix!

Please find the attached patch to add "spandsp" package.

Regards,
RG.

[-- Attachment #2: spandsp.patch --]
[-- Type: application/octet-stream, Size: 2014 bytes --]

From 68e093007f2c5678895a5cbe29f2b1ac2c357ba2 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 28 Mar 2020 23:32:57 -0400
Subject: [PATCH 13/13] gnu: packages: telephony: Add spandsp

* gnu/packages/telephony.scm (spandsp): New variable.
---
 gnu/packages/telephony.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index fe6c230693..c68f80669c 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -52,6 +52,7 @@
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages image)
   #:use-module (gnu packages libcanberra)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages multiprecision)
@@ -84,6 +85,35 @@
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system qt))
 
+(define-public spandsp
+ (package
+  (name "spandsp")
+  (version "0.0.6")
+  (source
+   (origin
+    (method url-fetch)
+    (uri
+     (string-append "https://www.soft-switch.org/downloads/" name "/"
+                    name "-" version ".tar.gz"))
+    (sha256
+     (base32 "0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc"))))
+ (build-system gnu-build-system)
+ (native-inputs
+  `(("libtiff" ,libtiff)
+    ("zlib" ,zlib)))
+ (synopsis "DSP library for telephony")
+ (description "SpanDSP is a library of DSP functions for telephony, in the 8000 sample
+per second world of E1s, T1s, and higher order PCM channels.  It contains low level
+functions, such as basic filters.  It also contains higher level functions, such as
+cadenced supervisory tone detection, and a complete software FAX machine.")
+ (home-page "https://www.soft-switch.org/index.html")
+ (license
+  (list
+   ;; For Library
+   license:lgpl2.1+
+   ;; For Test Suites and Support Programs
+   license:gpl2+))))
+
 (define-public commoncpp
   (package
    (name "commoncpp")
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-02  4:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29  3:37 [bug#40307] gnu: packages: telephony: Add spandsp Raghav Gururajan
2020-03-31  5:21 ` Maxim Cournoyer
2020-03-31  5:25 ` Maxim Cournoyer
2020-03-31 16:29 ` [bug#40307] Alternative Source for TarBall Raghav Gururajan
2020-03-31 16:37   ` Raghav Gururajan
2020-03-31 21:03 ` bug#40307: gnu: packages: telephony: Add spandsp Maxim Cournoyer
2020-04-02  4:00 ` [bug#40307] gnu: Add spandsp (v2) Raghav Gururajan

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.