Your message dated Sat, 30 Jul 2011 10:02:30 +0000
with message-id <[email protected]>
and subject line Bug#623797: fixed in idjc 0.8.5-2
has caused the Debian Bug report #623797,
regarding idjc: ftbfs with libavcodec-dev from experimental
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 [email protected]
immediately.)


-- 
623797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623797
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: idjc
Version: 0.8.5-1
Severity: important
Justification: future ftbfs
Tags: upstream patch

Hi Alessio et al,

Trying to build idjc against libavcodec-dev 4:0.7~b1-1 (from
experimental), I get compile-time errors due to the missing
CODEC_TYPE_AUDIO symbol.  The patch below seems to fix it.
http://bugs.debian.org/623682 has some related details.

Thanks for keeping this package maintained well.

Regards,
Jonathan

 c/avcodecdecode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/avcodecdecode.c b/c/avcodecdecode.c
index 36090ba..51dffae 100644
--- a/c/avcodecdecode.c
+++ b/c/avcodecdecode.c
@@ -232,7 +232,7 @@ int avcodecdecode_reg(struct xlplayer *xlplayer)
    for(self->stream = 0; self->stream < self->ic->nb_streams; self->stream++)
       {
       self->c = self->ic->streams[self->stream]->codec;
-      if(self->c->codec_type == CODEC_TYPE_AUDIO)
+      if(self->c->codec_type == AVMEDIA_TYPE_AUDIO)
          break;
       }
 
-- 
1.7.5.rc3




--- End Message ---
--- Begin Message ---
Source: idjc
Source-Version: 0.8.5-2

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

idjc_0.8.5-2.debian.tar.gz
  to main/i/idjc/idjc_0.8.5-2.debian.tar.gz
idjc_0.8.5-2.dsc
  to main/i/idjc/idjc_0.8.5-2.dsc
idjc_0.8.5-2_amd64.deb
  to main/i/idjc/idjc_0.8.5-2_amd64.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.
Alessio Treglia <[email protected]> (supplier of updated idjc 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.8
Date: Sat, 30 Jul 2011 11:44:40 +0200
Source: idjc
Binary: idjc
Architecture: source amd64
Version: 0.8.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description: 
 idjc       - graphical shoutcast/icecast client
Closes: 623797 623799
Changes: 
 idjc (0.8.5-2) unstable; urgency=low
 .
   * Add MP3 support, drop idjc-twolame.patch.
   * Add patch from Jonathan Nieder to fix FTBFS with libavcodec 0.7
     on Ubuntu and Debian experimental (Closes: #623797).
     - Apply libav-0.7.patch only on Ubuntu; the two series files will be
       merged when libav 0.7 hits unstable.
   * Add patch to fix bashism in configure.ac (Closes: #623799).
   * debian/patches: Clean-up.
   * Update debian/copyright to DEP-5 rev. 174.
Checksums-Sha1: 
 cab73a3d39092bdb200a787ea00cc816d442f434 1545 idjc_0.8.5-2.dsc
 6c5c5da2e333fe46f60adfd860b7c38dc579fff7 8116 idjc_0.8.5-2.debian.tar.gz
 6e039cbc53f0cbfd7331493a069fec004b30582b 1802706 idjc_0.8.5-2_amd64.deb
Checksums-Sha256: 
 72f71a02fe209d43269e8d925efda4a404a2ec41598b4d14c1aeedd9601cfc85 1545 
idjc_0.8.5-2.dsc
 c05dd085ae014b4a6b273aba502cb9e8df64b37a4b402a80766786f3d5a3ea23 8116 
idjc_0.8.5-2.debian.tar.gz
 f8cf2ff2bf897c8d42279c362c53d4acab1cd7d25544d4d3eda82a6ff51741ce 1802706 
idjc_0.8.5-2_amd64.deb
Files: 
 b5b1eaac863f36333e331b3ff4cc4dcd 1545 sound optional idjc_0.8.5-2.dsc
 2d102452a5862e45cf0d9f2d8bf99742 8116 sound optional idjc_0.8.5-2.debian.tar.gz
 029f423b56abacfd706cb7fe3d5b102a 1802706 sound optional idjc_0.8.5-2_amd64.deb

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

iEYEARECAAYFAk4z1TsACgkQRdSMfNz8P9DzCwCfeZ7+nOuP94vzwzf107mviq+m
7pkAn3NgJYOwPPUM+jN5DM0QqdPedk3t
=T1jh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to