emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26262: closed ([PATCH 1/2] gnu: Add speexdsp.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26262: closed ([PATCH 1/2] gnu: Add speexdsp.)
Date: Sun, 26 Mar 2017 21:49:02 +0000

Your message dated Sun, 26 Mar 2017 23:48:39 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
26262: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26262
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26262: [PATCH 1/2] gnu: Add speexdsp. Date: Sun, 26 Mar 2017 23:48:39 +0200 User-agent: Notmuch/0.24 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)
Leo Famulari <address@hidden> 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!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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