Your message dated Sat, 17 Mar 2007 12:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336890: fixed in portaudio 18.1-5
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: portaudio
Severity: important
Tags: patch

Author: aurel32
Status: in BTS

Hi,

The current version of portaudio fails to build on GNU/kFreeBSD, because
machine/soundcard.h has been moved to sys/soundcard.h on BSD systems for
a long time (since version 5.0 for FreeBSD). Please find attached a 
patch to fix that. It would be nice if you could include it in the next
upload.

Thanks in advance,
Aurelien


-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS

--- portaudio-18.1.orig/pa_unix_oss/pa_unix_oss.c
+++ portaudio-18.1/pa_unix_oss/pa_unix_oss.c
@@ -44,7 +44,7 @@
 #ifdef __linux__
 #include <linux/soundcard.h>
 #else
-#include <machine/soundcard.h> /* JH20010905 */
+#include <sys/soundcard.h> /* JH20010905 */
 #endif
 
 

--- End Message ---
--- Begin Message ---
Source: portaudio
Source-Version: 18.1-5

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

libportaudio-dev_18.1-5_i386.deb
  to pool/main/p/portaudio/libportaudio-dev_18.1-5_i386.deb
libportaudio-doc_18.1-5_all.deb
  to pool/main/p/portaudio/libportaudio-doc_18.1-5_all.deb
libportaudio0_18.1-5_i386.deb
  to pool/main/p/portaudio/libportaudio0_18.1-5_i386.deb
portaudio_18.1-5.diff.gz
  to pool/main/p/portaudio/portaudio_18.1-5.diff.gz
portaudio_18.1-5.dsc
  to pool/main/p/portaudio/portaudio_18.1-5.dsc



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.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated portaudio 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: Sat, 17 Mar 2007 12:19:56 +0000
Source: portaudio
Binary: libportaudio-doc libportaudio-dev libportaudio0
Architecture: source all i386
Version: 18.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description: 
 libportaudio-dev - Portable audio I/O - development files
 libportaudio-doc - Portable audio I/O - documentation
 libportaudio0 - Portable audio I/O - shared library
Closes: 336890
Changes: 
 portaudio (18.1-5) unstable; urgency=low
 .
   * Update debian/watch
   * Working debian/rules get-orig-source
   * Patch from Aurelien Jarno <[EMAIL PROTECTED]>
     - FTBFS on GNU/kFreeBSD (Closes: #336890)
Files: 
 60e56cb9ee642aa5860c6e3b99667f9b 919 sound optional portaudio_18.1-5.dsc
 ed37dc216527d7b68ff48c3145f8aa56 231741 sound optional portaudio_18.1-5.diff.gz
 36560ef4af17274af3a7a804415b1393 14986 libs optional 
libportaudio0_18.1-5_i386.deb
 6c6466b3538d1a72ac530e52cd3cbcaf 19568 libdevel optional 
libportaudio-dev_18.1-5_i386.deb
 d748a87b6fd31dd7d8a208d3079eece8 89300 doc optional 
libportaudio-doc_18.1-5_all.deb

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

iD8DBQFF+90boCzanz0IthIRAqvSAJ0TFG9vaG6F8C4sItxggPsCFBnHgQCeIkC5
mx19xmkt18rV42HEQhcZOPU=
=ICIT
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to