Your message dated Sun, 20 Feb 2011 20:47:11 +0000
with message-id <[email protected]>
and subject line Bug#591516: fixed in avbin 7-1.1
has caused the Debian Bug report #591516,
regarding FTBFS with ffmpeg 0.6
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.)
--
591516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591516
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: avbin
Version: 7-1
Severity: important
Tags: patch
Your package FTBFS with FFmpeg 0.6 as found in experimental:
avbin.c: In function 'avbin_log_callback':
avbin.c:59: error: 'av_log_level' undeclared (first use in this function)
avbin.c:59: error: (Each undeclared identifier is reported only once
avbin.c:59: error: for each function it appears in.)
avbin.c: In function 'avbin_set_log_level':
avbin.c:101: error: 'av_log_level' undeclared (first use in this function)
avbin.c: In function 'avbin_decode_audio':
avbin.c:302: warning: 'avcodec_decode_audio2' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3390)
avbin.c: In function 'avbin_decode_video':
avbin.c:325: warning: 'avcodec_decode_video' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3452)
avbin.c:351: warning: passing argument 2 of 'sws_scale' from incompatible
pointer type
/usr/include/libswscale/swscale.h:195: note: expected 'const uint8_t * const*'
but argument is of type 'uint8_t **'
make[3]: *** [libavbin_la-avbin.lo] Error 1
make[3]: Leaving directory `/build/buildd-avbin_7-1-amd64-1FqBDC/avbin-7/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd-avbin_7-1-amd64-1FqBDC/avbin-7'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd-avbin_7-1-amd64-1FqBDC/avbin-7'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
this patch fixes it:
>> debdiff avbin_7-1.dsc avbin_7-1.1.dsc
diff -u avbin-7/debian/changelog avbin-7/debian/changelog
--- avbin-7/debian/changelog
+++ avbin-7/debian/changelog
@@ -1,3 +1,10 @@
+avbin (7-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * port to new libavutil50 log API.
+
+ -- Reinhard Tartler <[email protected]> Tue, 03 Aug 2010 17:58:35 +0000
+
avbin (7-1) unstable; urgency=low
[ Andrew Straw ]
diff -u avbin-7/src/avbin.c avbin-7/src/avbin.c
--- avbin-7/src/avbin.c
+++ avbin-7/src/avbin.c
@@ -43,6 +43,7 @@
};
static AVbinLogCallback user_log_callback = NULL;
+static int av_log_level;
/**
* Format log messages and call the user log callback. Essentially a
@@ -92,7 +93,8 @@
AVbinResult avbin_init()
{
avcodec_init();
- av_register_all();
+ av_register_all();
+ av_log_level = av_log_get_level();
return AVBIN_RESULT_OK;
}
take care!
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500,
'lucid-proposed'), (500, 'lucid')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-24-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: avbin
Source-Version: 7-1.1
We believe that the bug you reported is fixed in the latest version of
avbin, which is due to be installed in the Debian FTP archive:
avbin_7-1.1.diff.gz
to main/a/avbin/avbin_7-1.1.diff.gz
avbin_7-1.1.dsc
to main/a/avbin/avbin_7-1.1.dsc
libavbin-dev_7-1.1_i386.deb
to main/a/avbin/libavbin-dev_7-1.1_i386.deb
libavbin0_7-1.1_i386.deb
to main/a/avbin/libavbin0_7-1.1_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.
Reinhard Tartler <[email protected]> (supplier of updated avbin 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: Fri, 18 Feb 2011 20:35:54 +0100
Source: avbin
Binary: libavbin0 libavbin-dev
Architecture: source i386
Version: 7-1.1
Distribution: unstable
Urgency: low
Maintainer: Andrew Straw <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Description:
libavbin-dev - development files for libavbin
libavbin0 - cross-platform media decoding library
Closes: 591516
Changes:
avbin (7-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* port to new libavutil50 log API. (Closes: #591516)
Checksums-Sha1:
bf35d740fc50b734feb5d8327cfeb942354c5948 1241 avbin_7-1.1.dsc
0d73691b5603612c6d8f03658ff0afd45036b248 3581 avbin_7-1.1.diff.gz
daf6ec3019e999d682be5e62af5c03f7c86fb4c8 7114 libavbin0_7-1.1_i386.deb
d5c8d2caf9fdcf5149bd2e45edd527d6f1d644d1 34462 libavbin-dev_7-1.1_i386.deb
Checksums-Sha256:
4a731123904b579869dd9511510b05c1dcd469a60b85676d703e0a850dd15f61 1241
avbin_7-1.1.dsc
56ea208d54c3bd4850ac4c178d537f94d1bd409e49df5fc3f22a62f7defe9b28 3581
avbin_7-1.1.diff.gz
1b7fa95b3443ecf0390adafda2787a9b8d964b6ff6e34ab7e6e645bb1238c455 7114
libavbin0_7-1.1_i386.deb
fc58500463985dca0d30ea7ebd876ce8b13ef7b6fce9350844c07d38c21bcc81 34462
libavbin-dev_7-1.1_i386.deb
Files:
f864a5298972766a8a50fc34dddb28e1 1241 utils extra avbin_7-1.1.dsc
ea10ca82c86a0b381f7cab088f3c8de8 3581 utils extra avbin_7-1.1.diff.gz
db64f78620edd5a92294773090d4eea8 7114 libs extra libavbin0_7-1.1_i386.deb
72ee896f6e72045818704150f79c348f 34462 libdevel extra
libavbin-dev_7-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Debian Powered!
iEYEARECAAYFAk1eyz4ACgkQmAg1RJRTSKQXoACeI+YnTCoHF3xsSzXwfL+Z2A/T
JJcAn3/l9SBTWisC3SWNAakPn6kKyky+
=yVMm
-----END PGP SIGNATURE-----
--- End Message ---