Your message dated Sat, 17 Nov 2012 13:17:31 +0000
with message-id <[email protected]>
and subject line Bug#693502: fixed in gmerlin-avdecoder 1.2.0~dfsg-3
has caused the Debian Bug report #693502,
regarding FTBFS against libav 9
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.)


-- 
693502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693502
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gmerlin-avdecoder
Version: 1.2.0~dfsg-1
Severity: important
Tags: patch

Hi,

Your package FTBFS against libav 9, which is currently in experimental:

/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include -I../include  -D_FORTIFY_SOURCE=2 
-DLOCALE_DIR=\"/usr/share/locale\" -D__BGAV__  -fvisibility=hidden -march=k8 
-mtune=k8 -O3 -funroll-all-loops -ffast-math -I/usr/include -I/usr/include   -g 
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall     -I/usr/include/mpeg2dec    
-I/usr/include/libdca          -I/usr/include/schroedinger-1.0 
-I/usr/include/orc-0.4      -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -Wall  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_REENTRANT 
-D_FILE_OFFSET_BITS=64   -Wall -Wmissing-declarations 
-Wdeclaration-after-statement -c -o demux_ffmpeg.lo demux_ffmpeg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include 
-D_FORTIFY_SOURCE=2 -DLOCALE_DIR=\"/usr/share/locale\" -D__BGAV__ 
-fvisibility=hidden -march=k8 -mtune=k8 -O3 -funroll-all-loops -ffast-math 
-I/usr/include -I/usr/include -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
-I/usr/include/mpeg2dec -I/usr/include/libdca -I/usr/include/schroedinger-1.0 
-I/usr/include/orc-0.4 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -Wall -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -Wall -Wmissing-declarations 
-Wdeclaration-after-statement -c demux_ffmpeg.c  -fPIC -DPIC -o 
.libs/demux_ffmpeg.o
demux_ffmpeg.c:299:7: error: 'CODEC_ID_SONIC' undeclared here (not in a 
function)


The attached patch fixes this. Please forward and discuss this with your 
upstream.

Cheers,
Reinhard

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-33-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Fix FTBFS against libav 9
   * Unbreak compilation against libav 9
Author: Reinhard Tartler <[email protected]>

---
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: no

Index: gmerlin-avdecoder-1.2.0~dfsg/lib/demux_ffmpeg.c
===================================================================
--- gmerlin-avdecoder-1.2.0~dfsg.orig/lib/demux_ffmpeg.c	2012-11-17 07:26:54.000000000 +0000
+++ gmerlin-avdecoder-1.2.0~dfsg/lib/demux_ffmpeg.c	2012-11-17 07:26:54.000000000 +0000
@@ -296,8 +296,10 @@
     { CODEC_ID_MACE3, BGAV_MK_FOURCC('M', 'A', 'C', '3') },
     { CODEC_ID_MACE6, BGAV_MK_FOURCC('M', 'A', 'C', '6') },
     { CODEC_ID_VMDAUDIO, BGAV_MK_FOURCC('V', 'M', 'D', 'A')},
+#if LIBAVCODEC_VERSION_MAJOR == 53
     { CODEC_ID_SONIC, BGAV_WAVID_2_FOURCC(0x2048) },
     //    { CODEC_ID_SONIC_LS, },
+#endif
     //    { CODEC_ID_FLAC, },
     { CODEC_ID_MP3ADU, BGAV_MK_FOURCC('r', 'm', 'p', '3') },
     { CODEC_ID_MP3ON4, BGAV_MK_FOURCC('m', '4', 'a', 29) },
Index: gmerlin-avdecoder-1.2.0~dfsg/lib/audio_ffmpeg.c
===================================================================
--- gmerlin-avdecoder-1.2.0~dfsg.orig/lib/audio_ffmpeg.c	2012-11-17 07:29:36.478270559 +0000
+++ gmerlin-avdecoder-1.2.0~dfsg/lib/audio_ffmpeg.c	2012-11-17 07:30:47.176321476 +0000
@@ -773,10 +773,12 @@
       CODEC_ID_VMDAUDIO,
       (uint32_t[]){ BGAV_MK_FOURCC('V', 'M', 'D', 'A'),
                     0x00 } },
+#if LIBAVCODEC_VERSION_MAJOR == 53
     /*     CODEC_ID_SONIC, */
     { "FFmpeg Sonic decoder", "Sonic", CODEC_ID_SONIC,
       (uint32_t[]){ BGAV_WAVID_2_FOURCC(0x2048), 0x00 },
       -1 },
+#endif
     
     /*     CODEC_ID_SONIC_LS, */
     /*     CODEC_ID_FLAC, */

--- End Message ---
--- Begin Message ---
Source: gmerlin-avdecoder
Source-Version: 1.2.0~dfsg-3

We believe that the bug you reported is fixed in the latest version of
gmerlin-avdecoder, which is due to be installed in the Debian FTP archive.

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 gmerlin-avdecoder 
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, 17 Nov 2012 12:54:49 +0000
Source: gmerlin-avdecoder
Binary: libgmerlin-avdec1 libgmerlin-avdec-dev libgmerlin-avdec-doc 
gmerlin-avdecoder-dbg gmerlin-plugins-avdecoder
Architecture: source all amd64
Version: 1.2.0~dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description: 
 gmerlin-avdecoder-dbg - debugging symbols for Gmerlin_avdecoder
 gmerlin-plugins-avdecoder - avdecoder plugins for Gmerlin
 libgmerlin-avdec-dev - general multimedia decoding library (development files)
 libgmerlin-avdec-doc - general multimedia decoding library (documentation)
 libgmerlin-avdec1 - general multimedia decoding library
Closes: 693502
Changes: 
 gmerlin-avdecoder (1.2.0~dfsg-3) unstable; urgency=low
 .
   * Fix FTBFS with libav 9 (Closes: #693502) (LP: #1079993)
Checksums-Sha1: 
 1fa5c65e52283563ebf9355aa53b63567ea836eb 3018 
gmerlin-avdecoder_1.2.0~dfsg-3.dsc
 f74459de3c63995e4261d31f1b0be6e4c3569a0e 14870 
gmerlin-avdecoder_1.2.0~dfsg-3.debian.tar.gz
 a154b2c0283e08308831cf0dec19a03552d88bfb 121322 
libgmerlin-avdec-doc_1.2.0~dfsg-3_all.deb
 3e062f9b8f4a532fe2d4613dc59b4c0d502a6258 541998 
libgmerlin-avdec1_1.2.0~dfsg-3_amd64.deb
 4af3a972bc62d363837ff4f205c2c337668da79f 28486 
libgmerlin-avdec-dev_1.2.0~dfsg-3_amd64.deb
 540a3c049e057bd54b4ea53a563abbbb3f7a4083 1871428 
gmerlin-avdecoder-dbg_1.2.0~dfsg-3_amd64.deb
 c0de9f3feb092fee42dcda1f2c024bf4bc082143 41188 
gmerlin-plugins-avdecoder_1.2.0~dfsg-3_amd64.deb
Checksums-Sha256: 
 5fdf3c21c91c6479dbed98e3ce61e6474168a1d6a868e17d9391a345e3ad4432 3018 
gmerlin-avdecoder_1.2.0~dfsg-3.dsc
 7d305b0bdf79bc6348033ef17789e8c780d31102a204df336a63901a270cacf4 14870 
gmerlin-avdecoder_1.2.0~dfsg-3.debian.tar.gz
 cf3ab32cbf104e9a0abb4ea1457dc9bf6f39b29fc3b2abb86bbf4e76ee129ab6 121322 
libgmerlin-avdec-doc_1.2.0~dfsg-3_all.deb
 10505983bdd73e5df197e11d4f9d2c1a5bbb812e9ece9513609ce418019b6748 541998 
libgmerlin-avdec1_1.2.0~dfsg-3_amd64.deb
 e502a60b74dfee6772d1d79e6335f4ecc05ad59a05ac072ae3eda6c0cee7498b 28486 
libgmerlin-avdec-dev_1.2.0~dfsg-3_amd64.deb
 3e5f5adf52d8c168f581339c256307d5a022a202b20e928580aa50a2c411c5d5 1871428 
gmerlin-avdecoder-dbg_1.2.0~dfsg-3_amd64.deb
 ccad69d2a0820ff123a3d86c799150f82de3065afb767694bc88099358c2cf09 41188 
gmerlin-plugins-avdecoder_1.2.0~dfsg-3_amd64.deb
Files: 
 6d073b8535b60520d469823b7b599a35 3018 libs extra 
gmerlin-avdecoder_1.2.0~dfsg-3.dsc
 d8e24a85004b07e83abb094f9f7e60be 14870 libs extra 
gmerlin-avdecoder_1.2.0~dfsg-3.debian.tar.gz
 4f4fc50b2b0c86d2d0eaf50deecf7d66 121322 doc extra 
libgmerlin-avdec-doc_1.2.0~dfsg-3_all.deb
 e847412556e55929ffae100205d71553 541998 libs extra 
libgmerlin-avdec1_1.2.0~dfsg-3_amd64.deb
 62989bdb71054ff23d1d557f9747a352 28486 libdevel extra 
libgmerlin-avdec-dev_1.2.0~dfsg-3_amd64.deb
 cc1f572f4e1dc98f660da601e0c7b90d 1871428 debug extra 
gmerlin-avdecoder-dbg_1.2.0~dfsg-3_amd64.deb
 481c785b6272a243c89cc2a3830d2500 41188 libs extra 
gmerlin-plugins-avdecoder_1.2.0~dfsg-3_amd64.deb

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

iQIcBAEBAgAGBQJQp4wpAAoJEOikiuUxHXZaOKIP/0hKuU2H4/BwLxgGCb5NhRSL
IRrD3j4gEq8KBNtoyV2RWEPYkQ6rx7kytjsWoLI0KzIV+1tNZU5JcGqQ/dzb/7rE
T9v//M4bd+GFRbBMr/vXAKrqZ2OPXuli9ItU5CpMrVKQ+gY3NmpwxfQ0qrqyU0ul
xCx8PRQoW33z/281mFXk/nWHQA1PK8tqXFTyXOjEmH5jAnwQ/ec48YUEDXuxHyPA
1ZNydw1cf5e5Z3AKYyEFk8rg8m5CRmTVqPpg7EY9OaCzdb9a8ahbYeyEl9Iabfe3
JyXNXC8i/OIKALcWLcA9oaqIs9DIkIxtAXG+oiV4L9tmPVRQR0lWlwZgvU9dawYt
4uLJ0oO0pUmuGdqh77HBQxi0FlCz6ksOTgaAKxt4i24VGMBuBhy48rNka7b2eGEz
f38amOiggJ7D/QQrnUJTHBcUUZlnu2cNPeykxX4xToMgcHnbE++phoglg+o+4KZr
5fSTGSl9QFZhkrVibjP2DhSukA0yLyPg4Zu2yh+udZyhNKgLZsoCxTsamLJl+vJP
mdgxtAyrpa9IYYIOYPi0/KGM8DepXODADeRF4JRDZvxbzHGFXQCCt6Y2I6v3AqfF
jlmd5mAuB9134YOaueeFAS0LQ9dpzAYGLnBmwVgiRTnPNroTbPMvpFvBlZT404LO
kgRC7lblkpipxGdpMQXp
=Pi7Y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to