GNU bug report logs - #26262
[PATCH 1/2] gnu: Add speexdsp.

Previous Next

Package: guix-patches;

Reported by: Marius Bakke <mbakke <at> fastmail.com>

Date: Sun, 26 Mar 2017 08:16:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#26262: closed ([PATCH 1/2] gnu: Add speexdsp.)
Date: Sun, 26 Mar 2017 21:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 26 Mar 2017 23:48:39 +0200
with message-id <87efxjwvyg.fsf <at> kirby.i-did-not-set--mail-host-address--so-tickle-me>
and subject line Re: bug#26262: [PATCH 1/2] gnu: Add speexdsp.
has caused the debbugs.gnu.org bug report #26262,
regarding [PATCH 1/2] gnu: Add speexdsp.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
26262: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26262
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: guix-patches <at> gnu.org
Cc: Marius Bakke <mbakke <at> fastmail.com>
Subject: [PATCH 1/2] gnu: Add speexdsp.
Date: Sun, 26 Mar 2017 10:14:47 +0200
* gnu/packages/xiph.scm (speexdsp): New variable. Export it.
---
 gnu/packages/xiph.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 5ad504604..6a979bb54 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -43,6 +43,7 @@
             libvorbis
             libtheora
             speex
+            speexdsp
             ao
             flac
             libkate
@@ -149,6 +150,26 @@ stereo encoding, and voice activity detection.")
     (license (license:non-copyleft "file://COPYING"
                                 "See COPYING in the distribution."))))
 
+(define speexdsp
+  (package
+    (name "speexdsp")
+    (version "1.2rc3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://downloads.xiph.org/releases/speex/"
+                                  "speexdsp-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1wcjyrnwlkayb20zdhp48y260rfyzg925qpjpljd5x9r01h8irja"))))
+    (build-system gnu-build-system)
+    (home-page "https://speex.org/")
+    (synopsis "Speex processing library")
+    (description
+     "SpeexDSP is a @dfn{DSP} (Digital Signal Processing) library based on
+work from the @code{speex} codec.")
+    (license (license:non-copyleft "file://COPYING"
+                                   "See COPYING in the distribution."))))
+
 (define ao
   (package
     (name "ao")
-- 
2.12.2



[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26262-done <at> debbugs.gnu.org
Subject: Re: bug#26262: [PATCH 1/2] gnu: Add speexdsp.
Date: Sun, 26 Mar 2017 23:48:39 +0200
[Message part 4 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> On Sun, Mar 26, 2017 at 10:14:47AM +0200, Marius Bakke wrote:
>> * gnu/packages/xiph.scm (speexdsp): New variable. Export it.
>
>> +    (license (license:non-copyleft "file://COPYING"
>> +                                   "See COPYING in the distribution."))))
>
> It's bsd-3, right?

It uses the BSD-3 template, except <copyright holder> is replaced with
"COPYRIGHT HOLDERS AND CONTRIBUTORS" in the first instance, and "THE
FOUNDATION OR CONTRIBUTORS" in the second.

IANAL etc, but the added wording may have some legal implications
outside what one might expect from this license. FWIW speex has the same
license and uses this form, so I pushed it as-is.

Thanks for checking!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 62 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.