Your message dated Mon, 24 Jul 2006 06:32:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375377: fixed in glame 2.0.1-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: glame
Severity: important
Version: 2.0.1-2
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs to exclude linux specific build-depends,
and a small tweak in sources.

This package is able to use OSS under GNU/kFreeBSD,
it builds fine without libasound2-dev installed.

Please, could you exclude linux specific package in Build-Depends
by using "libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]".

Additional source tweak is bellow.
It would also be nice if you can ask upstream
to include this change.


Thanks in advance

                        Petr

--- /tmp/glame-2.0.1/src/plugins/audio_io_oss.c 2005-03-27 14:29:48.000000000 
+0200
+++ src/plugins/audio_io_oss.c  2006-06-25 20:13:49.000000000 +0200
@@ -24,11 +24,11 @@
 #include <config.h>
 #endif

-#ifdef HAVE_OSS_LINUX
+#if defined(HAVE_OSS_LINUX)
 #include <linux/soundcard.h>
-#elif HAVE_OSS_SYS
+#elif defined(HAVE_OSS_SYS)
 #include <sys/soundcard.h>
-#elif HAVE_OSS_MACHINE
+#elif defined(HAVE_OSS_MACHINE)
 #include <machine/soundcard.h>
 #else
 #error BUG in OSS configuration.



--- End Message ---
--- Begin Message ---
Source: glame
Source-Version: 2.0.1-3

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

glame_2.0.1-3.diff.gz
  to pool/main/g/glame/glame_2.0.1-3.diff.gz
glame_2.0.1-3.dsc
  to pool/main/g/glame/glame_2.0.1-3.dsc
glame_2.0.1-3_i386.deb
  to pool/main/g/glame/glame_2.0.1-3_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.
Daniel Kobras <[EMAIL PROTECTED]> (supplier of updated glame 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: Mon, 24 Jul 2006 14:02:25 +0200
Source: glame
Binary: glame
Architecture: source i386
Version: 2.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras <[EMAIL PROTECTED]>
Changed-By: Daniel Kobras <[EMAIL PROTECTED]>
Description: 
 glame      - versatile audio processor
Closes: 299367 313737 375377 379270
Changes: 
 glame (2.0.1-3) unstable; urgency=low
 .
   * Added patches:
     + [10_bsd_oss_fix]
       Do not assume that AC_DEFINED macros are always defined to 1. Cures
       build failure on *bsd. Patch thanks to Petr Salinger. Closes: #375377
       (Upstream has a different fix in place so we can drop this patch after
       the next sync.)
     + [10_de_po_fix_CVS]
       Fix various typos in German translation. Patch thanks to Jens
       Seidel. Closes: #313737
   * debian/control: Restrict ALSA build dependency to Linux targets.
   * debian/control: Build-depend on version of dpkg that supports
     architecture wildcards used in the above change.
   * debian/control: Build-depend on xbitmaps that has been split from
     xlibs-data. Patch thanks to Robert Edmonds. Closes: #379270
   * debian/control: Complies with version 3.7.2 of Debian policy.
   * debian/copyright: Update address of the Free Software Foundation.
   * debian/glame.xpm: Add crappy menu icon.
   * debian/rules: Install crappy menu icon.
   * debian/glame.menu: Make use of crappy menu icon. Closes: #299367
   * debian/rules: Use CURDIR make variable in favour of pwd.
Files: 
 ce48c973dd76136d4fe118c416b98e66 940 sound extra glame_2.0.1-3.dsc
 73ef46d17759e64f7c5fb4d5b4ce5447 23964 sound extra glame_2.0.1-3.diff.gz
 3ca6157682f2cf6afba418885eda1612 822484 sound extra glame_2.0.1-3_i386.deb

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

iD8DBQFExMihpOKIA4m/fisRAjatAJsGe9xJa4T9rxPoGoL/MYmMGplZcACfaVKQ
Ur64fs32z5qBLFdlwdl2lZA=
=Woen
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to