Your message dated Sun, 31 May 2009 01:32:06 +0000
with message-id <e1mazua-0002pt...@ries.debian.org>
and subject line Bug#518679: fixed in audacious-plugins 2.0.1-1
has caused the Debian Bug report #518679,
regarding FTBFS against libmpcdec-dev 1:0.1~r435-1 now in unstable
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
518679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: audacious-plugins
Version: 1.5.1-2
Severity: serious
Justification: FTBFS on unstable

In addition to #516559 there was also significant changes in libmpcdec-dev
resulting in non-compilable code of audacious-plugins. Failing module is
musepack.

Changes I spotted until now:
 - changed names of directory and files
 - removed type mpc_reader_file

Patch for changed names is simple (in attachment) - just remember to
regenerate configure as configure.ac has been changed.

Removed mpc_reader_file requires more changes in code for musepack,
which I am unable to do at the moment.

As a temporary solution one can disable musepack support with another
attached patch.

Regards
        Artur

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious-plugins depends on:
ii  audacious                 1.5.1-4        small and fast audio player which 
pn  libasound2                <none>         (no description available)
pn  libatk1.0-0               <none>         (no description available)
ii  libaudid3tag1             1.5.1-4        audacious id3 tag manipulation lib
ii  libc6                     2.9-4          GNU C Library: Shared libraries
ii  libcairo2                 1.8.6-2        The Cairo 2D vector graphics libra
ii  libcddb2                  1.2.1-1        library to access CDDB data - runt
ii  libcdio-cdda0             0.78.2+dfsg1-3 library to read and control digita
ii  libcdio7                  0.78.2+dfsg1-3 library to read and control CD-ROM
ii  libflac8                  1.2.1-1.2      Free Lossless Audio Codec - runtim
ii  libglib2.0-0              2.18.4-2       The GLib library of C routines
pn  libgtk2.0-0               <none>         (no description available)
ii  libmad0                   0.15.1b-4      MPEG audio decoder library
ii  libmms0                   0.4-2          MMS stream protocol library - shar
ii  libmowgli1                0.6.1-1        a high performance development fra
ii  libneon27-gnutls          0.28.2-6.1     An HTTP and WebDAV client library 
pn  libogg0                   <none>         (no description available)
ii  libpango1.0-0             1.22.4-2       Layout and rendering of internatio
ii  libsndfile1               1.0.18-2       Library for reading/writing audio 
pn  libvorbis0a               <none>         (no description available)
pn  libvorbisenc2             <none>         (no description available)
pn  libvorbisfile3            <none>         (no description available)
pn  libxml2                   <none>         (no description available)

audacious-plugins recommends no packages.

audacious-plugins suggests no packages.

-- no debconf information

-- 
windows jest jak Odie - głupi jak but, cały czas się uśmiecha, a linux jak
Garfield - może i by coś zrobił, ale trzeba go najpierw do tego zmusić.
                                                        /yacoob/
Index: audacious-plugins-1.5.1/configure.ac
===================================================================
--- audacious-plugins-1.5.1.orig/configure.ac	2009-03-07 21:29:42.162465322 +0100
+++ audacious-plugins-1.5.1/configure.ac	2009-03-07 21:30:26.614460255 +0100
@@ -767,7 +767,7 @@
 
 if test "x$enable_musepack" = "xyes"; then
     PKG_CHECK_MODULES(TAGLIB, [taglib >= 1.4], [ 
-       AC_CHECK_HEADERS(mpcdec/config_types.h,, [
+       AC_CHECK_HEADERS(mpc/mpc_types.h,, [
            enable_musepack=no
        ])
     ], [enable_musepack=no])
Index: audacious-plugins-1.5.1/src/musepack/libmpc.h
===================================================================
--- audacious-plugins-1.5.1.orig/src/musepack/libmpc.h	2009-03-07 21:30:49.174461815 +0100
+++ audacious-plugins-1.5.1/src/musepack/libmpc.h	2009-03-07 21:33:27.058461767 +0100
@@ -21,7 +21,7 @@
 //libmpcdec headers
 #undef TRUE
 #undef FALSE
-#include <mpcdec/mpcdec.h>
+#include <mpc/mpcdec.h>
 
 //GTK+ headers
 #include <glib.h>
diff -Naru audacious-plugins-1.5.1.orig/debian/audacious-plugins-extra.install audacious-plugins-1.5.1/debian/audacious-plugins-extra.install
--- audacious-plugins-1.5.1.orig/debian/audacious-plugins-extra.install	2009-03-07 21:42:22.154460138 +0100
+++ audacious-plugins-1.5.1/debian/audacious-plugins-extra.install	2009-03-07 21:43:23.951683245 +0100
@@ -15,7 +15,6 @@
 usr/lib/audacious/Input/cuesheet.so
 usr/lib/audacious/Input/metronom.so
 usr/lib/audacious/Input/modplug.so
-usr/lib/audacious/Input/musepack.so
 usr/lib/audacious/Input/sexypsf.so
 usr/lib/audacious/Input/sid.so
 usr/lib/audacious/Input/timidity.so
diff -Naru audacious-plugins-1.5.1.orig/debian/rules audacious-plugins-1.5.1/debian/rules
--- audacious-plugins-1.5.1.orig/debian/rules	2009-03-07 21:42:36.358462532 +0100
+++ audacious-plugins-1.5.1/debian/rules	2009-03-07 21:43:09.338459693 +0100
@@ -40,6 +40,7 @@
 		    --disable-altivec \
 		    --disable-sse2 \
 		    --enable-chardet \
+		    --disable-musepack \
 		    CFLAGS="$(CFLAGS)"
 
 build: build-stamp

--- End Message ---
--- Begin Message ---
Source: audacious-plugins
Source-Version: 2.0.1-1

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

audacious-plugins-dbg_2.0.1-1_i386.deb
  to pool/main/a/audacious-plugins/audacious-plugins-dbg_2.0.1-1_i386.deb
audacious-plugins-dev_2.0.1-1_i386.deb
  to pool/main/a/audacious-plugins/audacious-plugins-dev_2.0.1-1_i386.deb
audacious-plugins-extra_2.0.1-1_i386.deb
  to pool/main/a/audacious-plugins/audacious-plugins-extra_2.0.1-1_i386.deb
audacious-plugins_2.0.1-1.diff.gz
  to pool/main/a/audacious-plugins/audacious-plugins_2.0.1-1.diff.gz
audacious-plugins_2.0.1-1.dsc
  to pool/main/a/audacious-plugins/audacious-plugins_2.0.1-1.dsc
audacious-plugins_2.0.1-1_i386.deb
  to pool/main/a/audacious-plugins/audacious-plugins_2.0.1-1_i386.deb
audacious-plugins_2.0.1.orig.tar.gz
  to pool/main/a/audacious-plugins/audacious-plugins_2.0.1.orig.tar.gz



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 518...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
William Pitcock <neno...@dereferenced.org> (supplier of updated 
audacious-plugins 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Fri, 29 May 2009 21:36:59 -0500
Source: audacious-plugins
Binary: audacious-plugins audacious-plugins-extra audacious-plugins-dev 
audacious-plugins-dbg
Architecture: source i386
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Audacious Packagers 
<pkg-audacious-maintain...@lists.alioth.debian.org>
Changed-By: William Pitcock <neno...@dereferenced.org>
Description: 
 audacious-plugins - Base plugins for audacious
 audacious-plugins-dbg - Audacious-Plugins debug symbols
 audacious-plugins-dev - Useful virtual package for doing audacious plugin 
development
 audacious-plugins-extra - Various extra plugins for audacious
Closes: 456558 460802 476383 500081 514674 518679
Changes: 
 audacious-plugins (2.0.1-1) unstable; urgency=low
 .
   * New upstream release.
     - New skins plugin with many less design flaws than the old XMMS code.
       (Closes: #456558, #460802, #500081)
     - Do not crash when invalid monkey's audio chunks are encountered.
       (Closes: #514674)
 .
   * Acknowledge NMU, thanks Rafael for your work.
     - debian/patches/004-compile-with-libmtp8.patch: dropped,
       different patch integrated upstream to solve the same issue.
 .
   * debian/audacious-plugins.install: add crossfade.so, skins.so.
   * debian/audacious-plugins-extra.install: add icecast.so, psf2.so, xsf.so
   * debian/control: enable projectm again.
   * debian/patches/*: dropped, integrated upstream.
   * debian/control: remove dependency on libmpcdec-dev and disable musepack
     support, as musepack sv7 and sv8 will be regained by audacious-ffaudio
     shortly, e.g. before squeeze ships.
     (Closes: #518679, #476383)
Checksums-Sha1: 
 63cb0932d2587e68dc6d8827f90d91d94f0c8772 2432 audacious-plugins_2.0.1-1.dsc
 cbb702b269e59ccdc36f483768881baa865af012 3505273 
audacious-plugins_2.0.1.orig.tar.gz
 3bf63fa1c9c83585c6c8eab9d9e88d9b766bfd8b 11161 
audacious-plugins_2.0.1-1.diff.gz
 0ee08f2570e2a97975f3b7e457d6651e56a3adbf 592286 
audacious-plugins_2.0.1-1_i386.deb
 cfe85160c4f529203ba744bd91820e21fb849525 1315688 
audacious-plugins-extra_2.0.1-1_i386.deb
 f6fec6b6f91ba7a103b5bea0abbf07f086426b34 10624 
audacious-plugins-dev_2.0.1-1_i386.deb
 031c5a6847f3f1b1dc13265ba931af9d9b90e033 5955168 
audacious-plugins-dbg_2.0.1-1_i386.deb
Checksums-Sha256: 
 a9163a82381ed39ce5c6136017dcbef0f0767127effc6fe933016e828ec61c49 2432 
audacious-plugins_2.0.1-1.dsc
 3279a2160d026c16828a850dd2d0b289bd69569c3a8ad6e060c6673b5d8cf648 3505273 
audacious-plugins_2.0.1.orig.tar.gz
 7c1fd41c6225f0019140d8c0f57f95f458b0852a33248238ff47766c1f02bffc 11161 
audacious-plugins_2.0.1-1.diff.gz
 d259ea68186ebe9f125c56f5ab15b94d2edf9795a7a0955e97674a03364abfab 592286 
audacious-plugins_2.0.1-1_i386.deb
 4f90ab2f1e52d2764baa8f72a38a1e0d37817de1a5db77e4b40b4d3c5dee3a6e 1315688 
audacious-plugins-extra_2.0.1-1_i386.deb
 bccbacccbf1406faa70d117e49e82fdbe714b3d375d5be4deaf5ccc963b1679c 10624 
audacious-plugins-dev_2.0.1-1_i386.deb
 96fa1b6132b54e9a19ed3eee15588f6c4214905b86cb95d7821a36d91377ee6c 5955168 
audacious-plugins-dbg_2.0.1-1_i386.deb
Files: 
 defebfb5582e4118b7aacf68573f9c06 2432 sound optional 
audacious-plugins_2.0.1-1.dsc
 5de2767d232e8f9f84fbd15d3b960f8b 3505273 sound optional 
audacious-plugins_2.0.1.orig.tar.gz
 de4c00f2fa15d4de089ee94e5fa9b04e 11161 sound optional 
audacious-plugins_2.0.1-1.diff.gz
 b80379cec4c2ffcb1a91d5a09604d7e6 592286 sound optional 
audacious-plugins_2.0.1-1_i386.deb
 a5cde27ec3dfbadc34e5c8f02a5316d0 1315688 sound optional 
audacious-plugins-extra_2.0.1-1_i386.deb
 d06d2ed55a8c7542e4458e9f88d9bf64 10624 devel optional 
audacious-plugins-dev_2.0.1-1_i386.deb
 f511d42b6d55e31ac2c4165bb2968b7c 5955168 debug extra 
audacious-plugins-dbg_2.0.1-1_i386.deb

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

iEYEARECAAYFAkoh2aEACgkQAQwuptkwlkQVMgCfeqd+PZVud9YbSZeeKIHhBoqo
Q3kAnjCnXloedrKjl9t3PSJjC456+Htk
=w+7l
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to