GNU bug report logs -
#26262
[PATCH 1/2] gnu: Add speexdsp.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26262 in the body.
You can then email your comments to 26262 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#26262
; Package
guix-patches
.
(Sun, 26 Mar 2017 08:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 26 Mar 2017 08:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26262
; Package
guix-patches
.
(Sun, 26 Mar 2017 08:18:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 26262 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
---
gnu/packages/telephony.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 87261825c..377ad6fed 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -411,6 +411,7 @@ address of one of the participants.")
("boost" ,boost)
("opus" ,opus)
("speex" ,speex)
+ ("speexdsp" ,speexdsp)
("speech-dispatcher" ,speech-dispatcher)
("libx11" ,libx11)
("libxi" ,libxi)
--
2.12.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26262
; Package
guix-patches
.
(Sun, 26 Mar 2017 19:10:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 26262 <at> debbugs.gnu.org (full text, mbox):
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?
Other than that, LGTM!
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26262
; Package
guix-patches
.
(Sun, 26 Mar 2017 19:10:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 26262 <at> debbugs.gnu.org (full text, mbox):
On Sun, Mar 26, 2017 at 10:16:57AM +0200, Marius Bakke wrote:
> * gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
LGTM
Reply sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
You have taken responsibility.
(Sun, 26 Mar 2017 21:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
bug acknowledged by developer.
(Sun, 26 Mar 2017 21:49:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 26262-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Apr 2017 11:24:05 GMT)
Full text and
rfc822 format available.
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.