Your message dated Fri, 19 May 2006 20:47:15 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326549: fixed in ogle 0.9.2-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: ogle
Severity: serious
Tags: patch

The configure check for the libasound version is broken and so with
libasound >= 1.0.0 the package is wrongly build without alsa support.
After fixing that I found another gcc 4.0 caused FTBFS, which is also fixed
in the attached patch. After applying the patch one needs to run autoconf
to regenerate configure, obviously.

What I didn't find out yet is why the package also looses its dependency on
libxml2, therefor I didn't uploaded it...

diff -Naur ogle-0.9.2.bak/configure.in ogle-0.9.2/configure.in
--- ogle-0.9.2.bak/configure.in 2005-09-04 01:23:14.856884008 +0200
+++ ogle-0.9.2/configure.in     2005-09-04 01:41:21.641667608 +0200
@@ -495,7 +495,7 @@
           [ 
 #include <sys/asoundlib.h>
 #if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
-#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
+#if SND_LIB_MAJOR==0 && SND_LIB_MINOR==5
 AP_maGiC_VALUE
 #endif
 #endif
diff -Naur ogle-0.9.2.bak/libogleao/alsa_audio.c 
ogle-0.9.2/libogleao/alsa_audio.c
--- ogle-0.9.2.bak/libogleao/alsa_audio.c       2003-10-19 02:38:30.000000000 
+0200
+++ ogle-0.9.2/libogleao/alsa_audio.c   2005-09-04 01:45:58.643556920 +0200
@@ -251,6 +251,7 @@
     snd_ctl_close(ctl_handle);
   
   __diga_end:
+    ;
   }
   
   return 0;

Gruesse,
        Frank Lichtenheld 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Source: ogle
Source-Version: 0.9.2-3

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

ogle-mmx_0.9.2-3_i386.deb
  to pool/main/o/ogle/ogle-mmx_0.9.2-3_i386.deb
ogle_0.9.2-3.diff.gz
  to pool/main/o/ogle/ogle_0.9.2-3.diff.gz
ogle_0.9.2-3.dsc
  to pool/main/o/ogle/ogle_0.9.2-3.dsc
ogle_0.9.2-3_i386.deb
  to pool/main/o/ogle/ogle_0.9.2-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.
Noèl Köthe <[EMAIL PROTECTED]> (supplier of updated ogle 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, 20 May 2006 04:52:01 +0200
Source: ogle
Binary: ogle-altivec ogle ogle-mmx
Architecture: source i386
Version: 0.9.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Noèl Köthe <[EMAIL PROTECTED]>
Description: 
 ogle       - DVD player with support for DVD menus
 ogle-mmx   - DVD player with support for DVD menus
Closes: 287850 326549 327685 347029 349181 361471
Changes: 
 ogle (0.9.2-3) unstable; urgency=low
 .
   * QA upload
   * corrected to QA maintainer address (see O: #361297)
   * NMUs included (closes: #349181, #287850, #326549, #347029, #327685)
   * correcting libasound2-dev dep to support kfreebsd-amd64 (closes: #361471)
Files: 
 c07d0821586d97e2e5e699e966034373 861 graphics optional ogle_0.9.2-3.dsc
 099344a2a79b4ca0bee1de4054408cc7 350048 graphics optional ogle_0.9.2-3.diff.gz
 b54adbc95e0e9e95d62afb7d44f6a211 238416 graphics optional ogle_0.9.2-3_i386.deb
 fb0243f9e6cd7f6599f1d6704d6dbc20 238576 graphics optional 
ogle-mmx_0.9.2-3_i386.deb

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

iD8DBQFEboaD9/DnDzB9Vu0RAvobAJ4k8GL0DAQQWmVG+Sp/flupGtBvvACghPUp
6bUeg68LkjSbqw5mXago2WU=
=Bt+p
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to