[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1004810: marked as done (ffmpegthumbnailer: FTBFS with ffmpeg 5.0)



Your message dated Fri, 25 Mar 2022 21:20:24 +0000
with message-id <E1nXrM8-0008YJ-Cc@fasolo.debian.org>
and subject line Bug#1004810: fixed in ffmpegthumbnailer 2.2.2+git20220218+dfsg-1
has caused the Debian Bug report #1004810,
regarding ffmpegthumbnailer: FTBFS with ffmpeg 5.0
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 owner@bugs.debian.org
immediately.)


-- 
1004810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004810
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpegthumbnailer
Version: 2.1.1-0.2
Severity: important
X-Debbugs-Cc: sramacher@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

ffmpegthumbnailer FTBFS with ffmpeg 5.0 in experimental:

/usr/lib/ccache/c++ -D__STDC_CONSTANT_MACROS -Dlibffmpegthumbnailer_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/libffmpegthumbnailer.dir/libffmpegthumbnailer/pngwriter.cpp.o -MF CMakeFiles/libffmpegthumbnailer.dir/libffmpegthumbnailer/pngwriter.cpp.o.d -o CMakeFiles/libffmpegthumbnailer.dir/libffmpegthumbnailer/pngwriter.cpp.o -c /<<PKGBUILDDIR>>/libffmpegthumbnailer/pngwriter.cpp
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initialize(const string&)’:
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:71:5: error: ‘av_register_all’ was not declared in this scope
   71 |     av_register_all();
      |     ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:72:5: error: ‘avcodec_register_all’ was not declared in this scope
   72 |     avcodec_register_all();
      |     ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initializeVideo()’:
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:138:43: error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  138 |         if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO)
      |                                           ^~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:152:70: error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  152 |     m_pVideoCodecContext = m_pFormatContext->streams[m_VideoStream]->codec;
      |                                                                      ^~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:153:41: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive]
  153 |     m_pVideoCodec = avcodec_find_decoder(m_pVideoCodecContext->codec_id);
      |                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         const AVCodec*
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initializeFilterGraph(AVRational, int, int)’:
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:177:99: warning: ‘AVBufferSinkParams* av_buffersink_params_alloc()’ is deprecated [-Wdeprecated-declarations]
  177 |     std::unique_ptr<AVBufferSinkParams, decltype(del)> buffersinkParams(av_buffersink_params_alloc(), del);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:33:
/usr/include/x86_64-linux-gnu/libavfilter/buffersink.h:112:21: note: declared here
  112 | AVBufferSinkParams *av_buffersink_params_alloc(void);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:179:5: error: ‘avfilter_register_all’ was not declared in this scope
  179 |     avfilter_register_all();
      |     ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::seek(int)’:
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:267:69: error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  267 |     avcodec_flush_buffers(m_pFormatContext->streams[m_VideoStream]->codec);
      |                                                                     ^~~~~
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp: In member function ‘bool ffmpegthumbnailer::MovieDecoder::decodeVideoPacket()’:
/<<PKGBUILDDIR>>/libffmpegthumbnailer/moviedecoder.cpp:323:24: error: ‘avcodec_decode_video2’ was not declared in this scope; did you mean ‘avcodec_decode_subtitle2’?
  323 |     int bytesDecoded = avcodec_decode_video2(m_pVideoCodecContext, m_pFrame, &frameFinished, m_pPacket);
      |                        ^~~~~~~~~~~~~~~~~~~~~
      |                        avcodec_decode_subtitle2
make[3]: *** [CMakeFiles/libffmpegthumbnailer.dir/build.make:79: CMakeFiles/libffmpegthumbnailer.dir/libffmpegthumbnailer/moviedecoder.cpp.o] Error 1


Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ffmpegthumbnailer
Source-Version: 2.2.2+git20220218+dfsg-1
Done: Boyuan Yang <byang@debian.org>

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 1004810@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 25 Mar 2022 16:53:05 -0400
Source: ffmpegthumbnailer
Architecture: source
Version: 2.2.2+git20220218+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 1004810
Changes:
 ffmpegthumbnailer (2.2.2+git20220218+dfsg-1) unstable; urgency=medium
 .
   * New upstream snapshot.
     + Fix compatibility with ffmpeg 5.0. (Closes: #1004810)
Checksums-Sha1:
 4b2fa7674f2523e6a8d7d52899d4740f081d6fc0 2441 ffmpegthumbnailer_2.2.2+git20220218+dfsg-1.dsc
 ef3eacfdea7b0bd02305a0213f8150bc6d52fc8a 123044 ffmpegthumbnailer_2.2.2+git20220218+dfsg.orig.tar.gz
 f8a9cad0db18b96a8670df6a0ec1eb20d8f1f923 5608 ffmpegthumbnailer_2.2.2+git20220218+dfsg-1.debian.tar.xz
 97bda7141c5e420485ddcc9a2a6759af2c841e73 12161 ffmpegthumbnailer_2.2.2+git20220218+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 61455dffad290326426d0c754576ca292708f3d3846b65c433b09e9c582ac43a 2441 ffmpegthumbnailer_2.2.2+git20220218+dfsg-1.dsc
 0a40cc1c2f5d560ad5d79a941330f08f1a24c75e0a4fc23f46ad04d2306afd35 123044 ffmpegthumbnailer_2.2.2+git20220218+dfsg.orig.tar.gz
 d02dab086d63b72a7101b2eb9c3cebd68d3da3009e0705d0164c74fdbd8e7aa3 5608 ffmpegthumbnailer_2.2.2+git20220218+dfsg-1.debian.tar.xz
 369e38c022009e1362c778ca64b11cf47b136a36817e70a2ccee31b4862d440f 12161 ffmpegthumbnailer_2.2.2+git20220218+dfsg-1_amd64.buildinfo
Files:
 08f4063a02ebcaa049246573eec1a139 2441 video optional ffmpegthumbnailer_2.2.2+git20220218+dfsg-1.dsc
 18b9cf5bbf504393a6aca374fa075b46 123044 video optional ffmpegthumbnailer_2.2.2+git20220218+dfsg.orig.tar.gz
 59814e74848a313fb6d1c9e56521092e 5608 video optional ffmpegthumbnailer_2.2.2+git20220218+dfsg-1.debian.tar.xz
 b3e354ddcc81243d664e708858ad5c9b 12161 video optional ffmpegthumbnailer_2.2.2+git20220218+dfsg-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmI+LIAACgkQwpPntGGC
Ws6ufRAAtk4p3mI/emNHJWpk7b5V6qyPfZRwSOzqacrQz6Do/J2/+ZZaXwYobpWK
pzo7hjDv/BpdQhFjH9nC1JfiGX8ugUKg9dPM8NPm/lVGQvcGQg9p6k3/2h0qCXQ9
j5EoNU8MfqMl2CHkhXZPORXzo/vKyIr8xWYLrJiAHAVvn6dLlpJxDQHQkx/jKWbm
p5SKEJEHb+GUUON90U+9CharDfpaWrIMHX7W3tkLYPXrOopO9/3lYTlM8t5BzQAb
zs0P85cLuQNLflWuRfV6+vtCefZF8TQtICyNqzvjXOvoYKEzxTeERIF8++NWIm0U
fqTl6wMvjy8K88Tlawtonr1pIAjAgzw5XVNC7LC46G61um+iNUExLileqNWYymlk
gbT0aAdbl+XkAWMCPSRrr1IAbNhgNd56sQCruXCnZaXF9RGlm/WI8aYM4gfEN9RG
Rk5Xboat1H5TTKeq+gXFVJQOpepFZi5ZZwZCOvO58YqzI/SbvJxgsAoVlAGRa4Sq
iZbBUzH6adKzU4FfK8uQg0i+BPs1i/c/r4Voj03IN1oaBZK4Ns/Tm7vtgUtLZCt8
0Jcj+/y6lyrkzT3JBkAu35zyKW54v6rOe5BuvM1+Awg8cTGRb6MIP1fph00QqWW6
JhE1nLIn+4DcPfjKHQcY9Ke5g9QGI1eSURT4vafs3BaXg+wtglI=
=nZ2i
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: