Your message dated Sat, 03 Sep 2011 07:18:23 +0000
with message-id <[email protected]>
and subject line Bug#623797: fixed in idjc 0.8.5-3
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-3
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-3.debian.tar.gz
to main/i/idjc/idjc_0.8.5-3.debian.tar.gz
idjc_0.8.5-3.dsc
to main/i/idjc/idjc_0.8.5-3.dsc
idjc_0.8.5-3_amd64.deb
to main/i/idjc/idjc_0.8.5-3_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, 03 Sep 2011 08:52:16 +0200
Source: idjc
Binary: idjc
Architecture: source amd64
Version: 0.8.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers
<[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description:
idjc - graphical shoutcast/icecast client
Closes: 623797
Changes:
idjc (0.8.5-3) unstable; urgency=low
.
* Enable libav's patch (Closes: #623797).
Checksums-Sha1:
2d58502ff6a812867d41fab3ffe7fdbd025f6c61 1545 idjc_0.8.5-3.dsc
ac5422e0f1473de623ec7169de206b01dd695d7f 8079 idjc_0.8.5-3.debian.tar.gz
9f48f46e5f8af915ed59e4780434887a13402d08 1802740 idjc_0.8.5-3_amd64.deb
Checksums-Sha256:
78d9763086bbaf298c0b25315276376d5c8ca3005d568cf53c8863a3be813325 1545
idjc_0.8.5-3.dsc
63372351db60ed2950cfa1e98ada261456cc3efd3f55dd0d3d8110cadf686176 8079
idjc_0.8.5-3.debian.tar.gz
0655f42964e8cc87ce813528958f366a5d1bfb57812d780d51284c8eac3e5116 1802740
idjc_0.8.5-3_amd64.deb
Files:
3f768c9094e469b314b6193983441367 1545 sound optional idjc_0.8.5-3.dsc
8c93314692ae50a67242f7df1ceb6c1f 8079 sound optional idjc_0.8.5-3.debian.tar.gz
892872fa9466ef4d1a82c2ed83410c3e 1802740 sound optional idjc_0.8.5-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5hz9AACgkQRdSMfNz8P9Ce4gCcD2eqzXraoCIBkL1lKNQObrX2
z+oAniBGtszAmufI+I2uw0rGmt3e0pcU
=2LUj
-----END PGP SIGNATURE-----
--- End Message ---