Your message dated Thu, 23 Mar 2006 02:17:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326096: fixed in tapiir 0.7.1-8
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: tapiir
Version: 0.7.1-7
Severity: serious
Tags: patch
When building 'tapiir' in a clean 'unstable' chroot,
I get the following error:
checking for jack_client_new in -ljack... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 0.9.0... not present.
checking for snd_ctl_open in -lasound... no
configure: error: "missing alsa"
make[1]: *** [configure-stamp] Error 1
make[1]: Leaving directory `/tapiir-0.7.1'
make: *** [clean] Error 2
Please add the missing Build-Depends on 'libasound-dev'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/tapiir-0.7.1/debian/control ./debian/control
--- ../tmp-orig/tapiir-0.7.1/debian/control 2005-09-01 18:43:55.000000000
+0000
+++ ./debian/control 2005-09-01 18:43:53.000000000 +0000
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Enrique Robledo Arnuncio <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), automake1.6, libfltk1.1-dev, libjack-dev,
autoconf
+Build-Depends: debhelper, automake1.6, libasound-dev, libfltk1.1-dev,
libjack-dev, autoconf
Standards-Version: 3.6.1
Package: tapiir
diff -urN ../tmp-orig/tapiir-0.7.1/src/MTD.hxx ./src/MTD.hxx
--- ../tmp-orig/tapiir-0.7.1/src/MTD.hxx 2005-09-01 18:43:55.000000000
+0000
+++ ./src/MTD.hxx 2005-09-01 18:43:01.000000000 +0000
@@ -193,22 +193,22 @@
/****************************** specializations ******************************/
-inline float MTD<int,short>::FromGain(const int& g) const { return
float(g)/256.; }
-inline float MTD<int,float>::FromGain(const int& g) const { return
float(g)/256.; }
+template <> inline float MTD<int,short>::FromGain(const int& g) const { return
float(g)/256.; }
+template <> inline float MTD<int,float>::FromGain(const int& g) const { return
float(g)/256.; }
-inline int MTD<int,short>::ToGain(const float& f) const { return
(int)(f*256.); }
-inline int MTD<int,float>::ToGain(const float& f) const { return
(int)(f*256.); }
+template <> inline int MTD<int,short>::ToGain(const float& f) const { return
(int)(f*256.); }
+template <> inline int MTD<int,float>::ToGain(const float& f) const { return
(int)(f*256.); }
-inline void MTD<float,short>::Clip( float& f) const
+template <> inline void MTD<float,short>::Clip( float& f) const
{ if (f>32767.) f = 32767.; else if (f<-32767.) f = -32767.; }
-inline void MTD<int ,short>::Clip( int& i) const
+template <> inline void MTD<int ,short>::Clip( int& i) const
{ if (i>32767) i = 32767; else if (i<-32767) i = -32767; }
-inline void MTD<float,float>::Clip( float& f) const
+template <> inline void MTD<float,float>::Clip( float& f) const
{ if (f>1.) f = 1.; else if (f<-1.) f = -1.; }
-inline void MTD<int,float>::MulAdj( int& i) const { i>>=8; }
-inline void MTD<int,short>::MulAdj( int& i) const { i>>=8; }
+template <> inline void MTD<int,float>::MulAdj( int& i) const { i>>=8; }
+template <> inline void MTD<int,short>::MulAdj( int& i) const { i>>=8; }
/*****************************************************************************/
--- End Message ---
--- Begin Message ---
Source: tapiir
Source-Version: 0.7.1-8
We believe that the bug you reported is fixed in the latest version of
tapiir, which is due to be installed in the Debian FTP archive:
tapiir_0.7.1-8.diff.gz
to pool/main/t/tapiir/tapiir_0.7.1-8.diff.gz
tapiir_0.7.1-8.dsc
to pool/main/t/tapiir/tapiir_0.7.1-8.dsc
tapiir_0.7.1-8_i386.deb
to pool/main/t/tapiir/tapiir_0.7.1-8_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated tapiir 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 23 Mar 2006 10:37:23 +0100
Source: tapiir
Binary: tapiir
Architecture: source i386
Version: 0.7.1-8
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description:
tapiir - A tool for real time audio delay and feedback effects
Closes: 297967 299358 317226 326096 335147
Changes:
tapiir (0.7.1-8) unstable; urgency=low
.
* QA upload.
* Package is orphaned (#352539); set maintainer to Debian QA Group.
* Acknowledge NMUs. Closes: #297967, #317226, #326096, #335147.
* Add menu icon and hints from Tim Hall, thanks. Closes: #299358.
* debian/watch: Add.
* Conforms to Standards version 3.6.2.
Files:
755062c942bd245288445945c5f06d1b 641 sound optional tapiir_0.7.1-8.dsc
1f6c4aab703d2d66b0064d5bf6397ea4 27942 sound optional tapiir_0.7.1-8.diff.gz
db99376e1a4e943c688d906f909b8fdf 173514 sound optional tapiir_0.7.1-8_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEInDbxBYivKllgY8RAuT/AKDsKeGwK2FVDY6m2n8ZkeY/fZSpmgCfc3ji
n1pEu1gxPRhdu59kXxirFD0=
=XW/O
-----END PGP SIGNATURE-----
--- End Message ---