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

Bug#450609: marked as done (ams: spectrum displays bogus values)



Your message dated Thu, 13 Dec 2007 11:47:03 +0000
with message-id <E1J2mWt-0005Hd-0r@ries.debian.org>
and subject line Bug#450609: fixed in ams 1.8.8~rc2-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ams
Version: 1.8.7-5
Severity: normal
Tags: patch


The spectrum module displays bogus values. To reproduce, just
connect any sound stream to the module and watch the displayed
spectrum.

This is due to a type mismatch. While it uses the single-precision
version of the library (Makefile says: "ams: [...] -lsrfftw
-lsfftw"), it includes headers for the double-precision version.

This patch fixes the problem (tested).

--- ams-1.8.7.orig/spectrumscreen.cpp	2007-05-31 17:22:38.000000000 +0200
+++ ams-1.8.7/spectrumscreen.cpp	2004-07-21 10:51:36.000000000 +0200
@@ -9,7 +9,7 @@
 #include <qevent.h>
 #include "synthdata.h"
 #include "spectrumscreen.h"
-#include <rfftw.h>
+#include <srfftw.h>
 #include <math.h>
 
 SpectrumScreen::SpectrumScreen(QWidget* parent, const char *name, SynthData *p_synthdata) : QWidget (parent, name)
--- ams-1.8.7.orig/spectrumscreen.h	2007-05-31 17:22:10.000000000 +0200
+++ ams-1.8.7/spectrumscreen.h	2004-07-21 10:51:06.000000000 +0200
@@ -12,7 +12,7 @@
 #include <qpixmap.h>
 #include <qevent.h>
 #include "synthdata.h"
-#include <rfftw.h>
+#include <srfftw.h>

 #define MINIMUM_WIDTH                 100
 #define MINIMUM_HEIGHT                 50



--- End Message ---
--- Begin Message ---
Source: ams
Source-Version: 1.8.8~rc2-3

We believe that the bug you reported is fixed in the latest version of
ams, which is due to be installed in the Debian FTP archive:

ams_1.8.8~rc2-3.diff.gz
  to pool/main/a/ams/ams_1.8.8~rc2-3.diff.gz
ams_1.8.8~rc2-3.dsc
  to pool/main/a/ams/ams_1.8.8~rc2-3.dsc
ams_1.8.8~rc2-3_amd64.deb
  to pool/main/a/ams/ams_1.8.8~rc2-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 450609@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Free Ekanayaka <freee@debian.org> (supplier of updated ams package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 13 Dec 2007 11:17:19 +0000
Source: ams
Binary: ams
Architecture: source amd64
Version: 1.8.8~rc2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
Changed-By: Free Ekanayaka <freee@debian.org>
Description: 
 ams        - Realtime modular synthesizer for ALSA
Closes: 450139 450609
Changes: 
 ams (1.8.8~rc2-3) unstable; urgency=low
 .
   * Recommends vco rev and amb plugins
   * Fixed wach file (Closes: #450139)
   * Applied patch for spectrum displays (Closes: #450609)
Files: 
 7fe3ac284ffdeae2d2c29d584d056572 826 sound optional ams_1.8.8~rc2-3.dsc
 7701ac8a301d836e345e007c555e37ab 12528 sound optional ams_1.8.8~rc2-3.diff.gz
 1d27749d8d044a2f0893f86ff737029a 413938 sound optional ams_1.8.8~rc2-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHYRnWcanJGlcVnlkRAlhCAKDHOgF7wdKUS99GE8OMbO2G+7TV+QCg0fqt
AB4jirXUKK9JukwB7rSyVR4=
=aKWV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: