Your message dated Mon, 28 Mar 2022 10:32:57 +0000
with message-id <e1nymgd-0002gv...@fasolo.debian.org>
and subject line Bug#1004574: fixed in rbdoom3bfg 1.4.0+dfsg-1
has caused the Debian Bug report #1004574,
regarding rbdoom3bfg: 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 ow...@bugs.debian.org
immediately.)


-- 
1004574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rbdoom3bfg
Version: 1.3.0+dfsg-2
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

rbdoom3bfg FTBFS with ffmpeg 5.0 (available in experimental):
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:239:9: error: 
‘avcodec_register_all’ was not declared in this scope
|   239 |         avcodec_register_all();
|       |         ^~~~~~~~~~~~~~~~~~~~
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:240:9: error: ‘av_register_all’ 
was not declared in this scope
|   240 |         av_register_all();
|       |         ^~~~~~~~~~~~~~~
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp: In member function ‘bool 
idCinematicLocal::InitFromFFMPEGFile(const char*, bool)’:
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:588:73: error: invalid conversion 
from ‘AVCodec**’ to ‘const AVCodec**’ [-fpermissive]
|   588 |         ret = av_find_best_stream( fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, 
-1, &dec, 0 );
|       |                                                                       
  ^~~~
|       |                                                                       
  |
|       |                                                                       
  AVCodec**
| In file included from /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:64:
| /usr/include/x86_64-linux-gnu/libavformat/avformat.h:2161:41: note:   
initializing argument 5 of ‘int av_find_best_stream(AVFormatContext*, 
AVMediaType, int, int, const AVCodec**, int)’
|  2161 |                         const AVCodec **decoder_ret,
|       |                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:595:57: error: ‘AVStream’ {aka 
‘struct AVStream’} has no member named ‘codec’
|   595 |         dec_ctx = fmt_ctx->streams[video_stream_index]->codec;
|       |                                                         ^~~~~
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:630:27: error: ‘AVPicture’ was 
not declared in this scope; did you mean ‘AVPictureType’?
|   630 |         avpicture_fill( ( AVPicture* )frame2, image, 
AV_PIX_FMT_BGR32, CIN_WIDTH, CIN_HEIGHT );
|       |                           ^~~~~~~~~
|       |                           AVPictureType
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:630:38: error: expected 
primary-expression before ‘)’ token
|   630 |         avpicture_fill( ( AVPicture* )frame2, image, 
AV_PIX_FMT_BGR32, CIN_WIDTH, CIN_HEIGHT );
|       |                                      ^
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:630:9: error: ‘avpicture_fill’ 
was not declared in this scope
|   630 |         avpicture_fill( ( AVPicture* )frame2, image, 
AV_PIX_FMT_BGR32, CIN_WIDTH, CIN_HEIGHT );
|       |         ^~~~~~~~~~~~~~
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp: In member function ‘cinData_t 
idCinematicLocal::ImageForTimeFFMPEG(int)’:
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:1143:33: error: 
‘avcodec_decode_video2’ was not declared in this scope; did you mean 
‘avcodec_decode_subtitle2’?
|  1143 |                                 avcodec_decode_video2( dec_ctx, 
frame, &frameFinished, &packet );
|       |                                 ^~~~~~~~~~~~~~~~~~~~~
|       |                                 avcodec_decode_subtitle2
| /<<PKGBUILDDIR>>/neo/renderer/Cinematic.cpp:1146:25: error: ‘av_free_packet’ 
was not declared in this scope; did you mean ‘av_new_packet’?
|  1146 |                         av_free_packet( &packet );
|       |                         ^~~~~~~~~~~~~~
|       |                         av_new_packet
| make[3]: *** [CMakeFiles/rbdoom3bfg.dir/build.make:821: 
CMakeFiles/rbdoom3bfg.dir/renderer/Cinematic.cpp.o] Error 1

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: rbdoom3bfg
Source-Version: 1.4.0+dfsg-1
Done: Tobias Frost <t...@debian.org>

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

Debian distribution maintenance software
pp.
Tobias Frost <t...@debian.org> (supplier of updated rbdoom3bfg 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, 28 Mar 2022 11:15:37 +0200
Source: rbdoom3bfg
Architecture: source
Version: 1.4.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Tobias Frost <t...@debian.org>
Changed-By: Tobias Frost <t...@debian.org>
Closes: 1004574
Changes:
 rbdoom3bfg (1.4.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
     - Remove bundled imgui and use Debian packaged one instead.
     - Refresh patch.
     - It is compatible with ffmpeg 5.0. (Closes: #1004574)
   * Update/Review d/copyright.
   * New patch to utilize packaged imgui.
   * d/control: Remove no longer needed versions from constraints.
Checksums-Sha1:
 68a0491006574392dddc3d7a612cc59128ff9145 2152 rbdoom3bfg_1.4.0+dfsg-1.dsc
 d32d20e04cd69d9c77d2cfc8483bad532931baf2 5401240 
rbdoom3bfg_1.4.0+dfsg.orig.tar.xz
 89ddce1d55f5096ac78cce093bfd63983d80c408 13440 
rbdoom3bfg_1.4.0+dfsg-1.debian.tar.xz
 a610420b32a230d88b7389aed44c95eb848aeaef 13818 
rbdoom3bfg_1.4.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 3fd0e5c095909bf4022a8d0b12f4eb925229c865f75bddd5696bcfc8e88ed3ec 2152 
rbdoom3bfg_1.4.0+dfsg-1.dsc
 062f99438fbef65e7f55c17a68cc5203f31e8ff99a61d4b40f6b05cd5fd8af18 5401240 
rbdoom3bfg_1.4.0+dfsg.orig.tar.xz
 0faf10645b62eafa11f520fef3338a8eebb566483aa528f39949a331da37e648 13440 
rbdoom3bfg_1.4.0+dfsg-1.debian.tar.xz
 76b595e1d558d06f15d4dcaf91e3896b47d04a84275345709b3822a58fcd52cb 13818 
rbdoom3bfg_1.4.0+dfsg-1_source.buildinfo
Files:
 bfef9034d33afd69acb9c13add1be45a 2152 games optional 
rbdoom3bfg_1.4.0+dfsg-1.dsc
 8dbecd25e0339a061277120ee000f126 5401240 games optional 
rbdoom3bfg_1.4.0+dfsg.orig.tar.xz
 42286de8b6c0ba2b848bb1b69ae2abb8 13440 games optional 
rbdoom3bfg_1.4.0+dfsg-1.debian.tar.xz
 5e9d18b62836b01c3f5be7d357ea972d 13818 games optional 
rbdoom3bfg_1.4.0+dfsg-1_source.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAmJBfNsACgkQkWT6HRe9
XTZtVxAAj27D5I1XoHy25iW3EKsXaY5Nh8DsO1ky1qAyZfpxlac/6lFqQi88+b2E
3wxLT2zpb6uJbQjZ4L4QP9vR9lDpMaTb/i6w5674rnj4Gbrl1lc38oyp6wN39ZFT
+wt8AUfxBvCzAtuYhGJRLB2MrdWcEmkDmmIde2PscoYuboZfuBzCITIRRDtTfU5U
Fz/OXzc4rL3ksakhZUgTZfOQkVrnOf+30w7nFA2Wf+UIIC5oB4IK6RZh2/BmHN/Z
k83pxqMvX8T5ndFgAUW0KDXmTKBazcqp9lBtfkxdBM831+J+q38RrOFakrmV0ovs
nXdRdjVJgEGAIwvhWnsNW635shpEcJ1cHOyZL6VqvmzQ6c8ItTfPqV/4Y7I6xyfY
XCWXEV/2gqLWToKdW0sr8TqkTCKhHMHYpblJd6Xxq3/J0e86GBrhAHecomGX5vxD
mGXLe0+GImCW5FLx57NBmHrH0HQmUmsHJ2lub7rCjsym1npJScGkE11ojLhWuQOE
7MLJOcrIi9n0sCh2pggsO3IGs11b4TvzumieXSMTz4tRhy55AP58gk1GFuQRA8to
M6fSS339QON0l+FRySXx5eaEZGHoju4vUYZkxzVOQ2aYpSJ6K42aftnLTSlv4v4z
LyN57Jl4MA4SazmSNPVFKY1flVlXzXWWJhnKooJ4r+afpMwZ63w=
=8PvS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to