Your message dated Wed, 18 Sep 2013 00:03:02 +0000
with message-id <e1vm5eu-0004sy...@franck.debian.org>
and subject line Bug#720785: fixed in ffmpegthumbnailer 2.0.8-1
has caused the Debian Bug report #720785,
regarding ffmpegthumbnailer: 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 ow...@bugs.debian.org
immediately.)


-- 
720785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpegthumbnailer
Version: 2.0.7-2
Severity: serious
Justification: FTBFS but built successfully in the past
Tags: jessie sid
Control: block 706798 by -1

ffmpegthumbnailer FTBFS against libav 9:
| /bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.   
-D__STDC_CONSTANT_MACROS   -I/usr/include/libpng12   -g -O2 -c -o 
libffmpegthumbnailer_la-moviedecoder.lo `test -f 
'libffmpegthumbnailer/moviedecoder.cpp' || echo 
'./'`libffmpegthumbnailer/moviedecoder.cpp
| libtool: compile:  g++ -DHAVE_CONFIG_H -I. -D__STDC_CONSTANT_MACROS 
-I/usr/include/libpng12 -g -O2 -c libffmpegthumbnailer/moviedecoder.cpp  -fPIC 
-DPIC -o .libs/libffmpegthumbnailer_la-moviedecoder.o
| libffmpegthumbnailer/moviedecoder.cpp: In member function 'void 
ffmpegthumbnailer::MovieDecoder::initialize(const string&)':
| libffmpegthumbnailer/moviedecoder.cpp:61:18: error: 'avcodec_init' was not 
declared in this scope
|      avcodec_init();
|                   ^
| libffmpegthumbnailer/moviedecoder.cpp:67:113: error: 'av_open_input_file' was 
not declared in this scope
|      if ((!m_FormatContextWasGiven) && av_open_input_file(&m_pFormatContext, 
inputFile.c_str(), NULL, 0, NULL) != 0)
|                                                                               
                                   ^
| libffmpegthumbnailer/moviedecoder.cpp:73:45: error: 'av_find_stream_info' was 
not declared in this scope
|      if (av_find_stream_info(m_pFormatContext) < 0)
|                                              ^
| libffmpegthumbnailer/moviedecoder.cpp: In member function 'void 
ffmpegthumbnailer::MovieDecoder::destroy()':
| libffmpegthumbnailer/moviedecoder.cpp:93:9: warning: 'void 
av_close_input_file(AVFormatContext*)' is deprecated (declared at 
/usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
|          av_close_input_file(m_pFormatContext);
|          ^
| libffmpegthumbnailer/moviedecoder.cpp:93:45: warning: 'void 
av_close_input_file(AVFormatContext*)' is deprecated (declared at 
/usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
|          av_close_input_file(m_pFormatContext);
|                                              ^
| libffmpegthumbnailer/moviedecoder.cpp: In member function 'void 
ffmpegthumbnailer::MovieDecoder::initializeVideo()':
| libffmpegthumbnailer/moviedecoder.cpp:162:57: error: 'avcodec_open' was not 
declared in this scope
|      if (avcodec_open(m_pVideoCodecContext, m_pVideoCodec) < 0)
|                                                          ^
| make[3]: *** [libffmpegthumbnailer_la-moviedecoder.lo] Error 1

The full build log is available from
http://people.debian.org/~sramacher/logs/ffmpegthumbnailer_2.0.7-2_amd64-20130825-1521.log

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: ffmpegthumbnailer
Source-Version: 2.0.8-1

We believe that the bug you reported is fixed in the latest version of
ffmpegthumbnailer, 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 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lionel Le Folgoc <mrpo...@gmail.com> (supplier of updated ffmpegthumbnailer 
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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 26 Aug 2013 11:26:38 +0200
Source: ffmpegthumbnailer
Binary: ffmpegthumbnailer libffmpegthumbnailer4 libffmpegthumbnailer-dev 
ffmpegthumbnailer-dbg
Architecture: source amd64
Version: 2.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Lionel Le Folgoc <mrpo...@gmail.com>
Changed-By: Lionel Le Folgoc <mrpo...@gmail.com>
Description: 
 ffmpegthumbnailer - fast and lightweight video thumbnailer
 ffmpegthumbnailer-dbg - debugging informations for ffmpegthumbnailer
 libffmpegthumbnailer-dev - development files for ffmpegthumbnailer
 libffmpegthumbnailer4 - shared library for ffmpegthumbnailer
Closes: 662323 684149 720785
Changes: 
 ffmpegthumbnailer (2.0.8-1) unstable; urgency=low
 .
   * New upstream release (fixes build issue with libav 9). Closes: #720785
   * debian/rules:
     - pass --enable-thumbnailer to configure to register ffmpegthumbnailer
       as a gnome3 thumbnailer. Closes: #684149
     - enable all hardening flags.
     - build with --parallel.
   * debian/ffmpegthumbnailer.install: ship the thumbnailer file.
   * debian/control:
     - remove alternate b-dep on libpng12-dev. Closes: #662323
     - update standards version to 3.9.4.
     - update debhelper build dep to 9.
     - add build-dep on dpkg-dev 1.16.1.
   * debian/compat: bumped to 9.
   * debian/*.install: updated paths.
Checksums-Sha1: 
 4b4265a819ab3aaafab83d67234ad8bdf17bf8ab 2335 ffmpegthumbnailer_2.0.8-1.dsc
 2c54ca16efd953f46547e22799cfc40bd9c24533 367186 
ffmpegthumbnailer_2.0.8.orig.tar.gz
 7d69b695bbe8805bea8182a37b250aa5f38f33b6 4458 
ffmpegthumbnailer_2.0.8-1.debian.tar.gz
 0b932695e2b9abae2217267874d529c5d5374315 13352 
ffmpegthumbnailer_2.0.8-1_amd64.deb
 5968a336b2c797651bd895c261833c08872e8819 27734 
libffmpegthumbnailer4_2.0.8-1_amd64.deb
 1a668203eccd0f08c6592d93e9dc52416568db89 30742 
libffmpegthumbnailer-dev_2.0.8-1_amd64.deb
 2d2b3b2363eb97d4e60955218ef9ab8814c0e7e0 236846 
ffmpegthumbnailer-dbg_2.0.8-1_amd64.deb
Checksums-Sha256: 
 0a42531e804f2c1511ebf621c4ca0ed61cfe00504779060cd62dd31090527392 2335 
ffmpegthumbnailer_2.0.8-1.dsc
 2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b 367186 
ffmpegthumbnailer_2.0.8.orig.tar.gz
 f69d84681b5ccde313ae020938c3912e7f40b3bb8416ae32bdec7419aab2418a 4458 
ffmpegthumbnailer_2.0.8-1.debian.tar.gz
 00eacd9a5b637b85ca87d3dcc7eb2c04320a988fa007a49504f95c57f02a6b4e 13352 
ffmpegthumbnailer_2.0.8-1_amd64.deb
 4d5ca2d615374ff90410949765e89d4b341558fe44a0d85ff74e9be250f80b00 27734 
libffmpegthumbnailer4_2.0.8-1_amd64.deb
 2bbc3d51ed7d0a5b534f0cb2d992c86e4836044f123b394acee9c00f26c032e3 30742 
libffmpegthumbnailer-dev_2.0.8-1_amd64.deb
 580fa973d72bf1fd3d32dab5a47b7cb6e7209ed6091c2eca7a8b04d15fe06a4f 236846 
ffmpegthumbnailer-dbg_2.0.8-1_amd64.deb
Files: 
 f2b444742830893679908e3f33628884 2335 video optional 
ffmpegthumbnailer_2.0.8-1.dsc
 03e081f89778cd5e4fce30b29a4630e1 367186 video optional 
ffmpegthumbnailer_2.0.8.orig.tar.gz
 788d832d1d6657f6787bb49d9cb3ee53 4458 video optional 
ffmpegthumbnailer_2.0.8-1.debian.tar.gz
 19c62efd5e52c8a1a80e33fd5d2ac32d 13352 video optional 
ffmpegthumbnailer_2.0.8-1_amd64.deb
 b767cccfb1a2ff24639ecb717920a8a8 27734 video optional 
libffmpegthumbnailer4_2.0.8-1_amd64.deb
 0fc15430979709c8d6def62e263c03c5 30742 libdevel optional 
libffmpegthumbnailer-dev_2.0.8-1_amd64.deb
 30277f7cdf43d48dea0c2378c82159f7 236846 debug extra 
ffmpegthumbnailer-dbg_2.0.8-1_amd64.deb

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

iQIcBAEBCAAGBQJSOOxLAAoJEGny/FFupxmT6ZoP/3dhyIclcUU0uqo4sXRnCnpa
35X7mpHNLF4xOIiT0UrMu98ORvTjV1yleX0NBV60GzouLwwBrEWSjze2BJIPSe0F
kvUQprZ1rFNpJ/wB7jxJcM8Sd9W7ptK6+iH1Ii6+vy1e5G8aWHd3pezIKlnqsfEl
9LOgYTBTmeM+zunLTYH+cZZrAFfJbIZXIwXQyflO5L39xYEzhehE7aXS30+men6U
IfJ8EdGtwsxDKFIKQjG6/YhJ7oJetDhrkyq24EcjLVk2Ict14IAp1FWp0K3tjU2g
yFsxwJqf69sKrVwq1UkvCcyjqTzG2dHmb78Aa72vH5iKlx1/M61ES3zoSaCh37+k
taIZC2Njxm3lVSDmXZ/XzDQz632ZKa0IZRx2/gaKALGizTF66gz7d/D1pdrFCYnR
PbTJy63oq9FjtfdrYu0eErIvi0yVYmCsUzWhZeGhx8+5VwBhmayPyXgjChoKfXoU
w7gJNDjdVJJor8G2yOR4INAAeZZ59nYyCIcMajIOYqxwD6CanuxX1LPSpfopMsZa
VRTdZ3+vQj1kRGPEXy8hjRS7Q8Lhm0E2ov1R4glL9rZdB/0551LFA41aBj865Vn/
N6UBU/qmc3x6IWnvVBCWeAV0TWti1SdPBXkrb2ymDUcODXqSsyeKVDJA9KzoFCXy
k1z5yULp8nBs70lJmjx4
=em6C
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to