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

Bug#1004623: marked as done (gpac: FTBFS with ffmpeg 5.0)



Your message dated Fri, 25 Feb 2022 11:00:18 +0000
with message-id <E1nNYKg-0006yw-D0@fasolo.debian.org>
and subject line Bug#1004623: fixed in gpac 2.0.0+dfsg1-1
has caused the Debian Bug report #1004623,
regarding gpac: 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.)


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

gpac FTBFS with ffmpeg 5.0 (in experimental):
| gcc -I"/<<PKGBUILDDIR>>/include" -O2  -Wall -fPIC -DPIC -I/usr/include/mozjs -DXP_UNIX -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC -msse2 -Wno-deprecated -Wno-deprecated-declarations -Wno-int-in-bool-context -DGPAC_HAVE_CONFIG_H -I"/<<PKGBUILDDIR>>" -fvisibility="hidden" -g  -I/usr/include -c -o filters/ff_dmx.o filters/ff_dmx.c
| filters/ff_dec.c: In function ‘ffdec_process_video’:
| filters/ff_dec.c:127:9: error: unknown type name ‘AVPicture’
|   127 |         AVPicture pict;
|       |         ^~~~~~~~~
| filters/ff_dec.c:189:15: warning: implicit declaration of function ‘avcodec_decode_video2’; did you mean ‘avcodec_decode_subtitle2’? [-Wimplicit-function-declaration]
|   189 |         res = avcodec_decode_video2(ctx->decoder, frame, &gotpic, &pkt);
|       |               ^~~~~~~~~~~~~~~~~~~~~
|       |               avcodec_decode_subtitle2
| filters/ff_dec.c:257:62: error: ‘AVFrame’ has no member named ‘pkt_pts’; did you mean ‘pkt_dts’?
|   257 |                 if (gf_filter_pck_get_cts(pck_src) == frame->pkt_pts) break;
|       |                                                              ^~~~~~~
|       |                                                              pkt_dts
| filters/ff_dec.c:289:21: error: request for member ‘data’ in something not a structure or union
|   289 |                 pict.data[0] =  (uint8_t *)out_buffer;
|       |                     ^
| filters/ff_dec.c:290:21: error: request for member ‘linesize’ in something not a structure or union
|   290 |                 pict.linesize[0] = 3*ctx->width;
|       |                     ^
| filters/ff_dec.c:294:21: error: request for member ‘data’ in something not a structure or union
|   294 |                 pict.data[0] =  (uint8_t *)out_buffer;
|       |                     ^
| filters/ff_dec.c:295:21: error: request for member ‘linesize’ in something not a structure or union
|   295 |                 pict.linesize[0] = 4*ctx->width;
|       |                     ^
| filters/ff_dec.c:300:21: error: request for member ‘data’ in something not a structure or union
|   300 |                 pict.data[0] =  (uint8_t *)out_buffer;
|       |                     ^
| filters/ff_dec.c:301:21: error: request for member ‘data’ in something not a structure or union
|   301 |                 pict.data[1] =  (uint8_t *)out_buffer + ctx->stride * ctx->height;
|       |                     ^
| filters/ff_dec.c:302:21: error: request for member ‘data’ in something not a structure or union
|   302 |                 pict.data[2] =  (uint8_t *)pict.data[1] + ctx->stride_uv * uv_height;
|       |                     ^
| filters/ff_dec.c:302:48: error: request for member ‘data’ in something not a structure or union
|   302 |                 pict.data[2] =  (uint8_t *)pict.data[1] + ctx->stride_uv * uv_height;
|       |                                                ^
| filters/ff_dec.c:303:21: error: request for member ‘linesize’ in something not a structure or union
|   303 |                 pict.linesize[0] = ctx->stride;
|       |                     ^
| filters/ff_dec.c:304:21: error: request for member ‘linesize’ in something not a structure or union
|   304 |                 pict.linesize[1] = pict.linesize[2] = ctx->stride_uv;
|       |                     ^
| filters/ff_dec.c:304:40: error: request for member ‘linesize’ in something not a structure or union
|   304 |                 pict.linesize[1] = pict.linesize[2] = ctx->stride_uv;
|       |                                        ^
| filters/ff_dec.c:313:21: error: request for member ‘data’ in something not a structure or union
|   313 |                 pict.data[0] =  (uint8_t *)out_buffer;
|       |                     ^
| filters/ff_dec.c:314:21: error: request for member ‘data’ in something not a structure or union
|   314 |                 pict.data[1] =  (uint8_t *)out_buffer + ctx->stride * ctx->height;
|       |                     ^
| filters/ff_dec.c:315:21: error: request for member ‘data’ in something not a structure or union
|   315 |                 pict.data[2] =  (uint8_t *)pict.data[1] + ctx->stride_uv * ctx->height;
|       |                     ^
| filters/ff_dec.c:315:48: error: request for member ‘data’ in something not a structure or union
|   315 |                 pict.data[2] =  (uint8_t *)pict.data[1] + ctx->stride_uv * ctx->height;
|       |                                                ^
| filters/ff_dec.c:316:21: error: request for member ‘linesize’ in something not a structure or union
|   316 |                 pict.linesize[0] = ctx->stride;
|       |                     ^
| filters/ff_dec.c:317:21: error: request for member ‘linesize’ in something not a structure or union
|   317 |                 pict.linesize[1] = pict.linesize[2] = ctx->stride_uv;
|       |                     ^
| filters/ff_dec.c:317:40: error: request for member ‘linesize’ in something not a structure or union
|   317 |                 pict.linesize[1] = pict.linesize[2] = ctx->stride_uv;
|       |                                        ^
| filters/ff_dec.c:326:21: error: request for member ‘data’ in something not a structure or union
|   326 |                 pict.data[0] =  (uint8_t *)out_buffer;
|       |                     ^
| filters/ff_dec.c:327:21: error: request for member ‘data’ in something not a structure or union
|   327 |                 pict.data[1] =  (uint8_t *)out_buffer + ctx->stride * ctx->height;
|       |                     ^
| filters/ff_dec.c:328:21: error: request for member ‘data’ in something not a structure or union
|   328 |                 pict.data[2] =  (uint8_t *)out_buffer + 2*ctx->stride * ctx->height;
|       |                     ^
| filters/ff_dec.c:329:21: error: request for member ‘linesize’ in something not a structure or union
|   329 |                 pict.linesize[0] = pict.linesize[1] = pict.linesize[2] = ctx->stride;
|       |                     ^
| filters/ff_dec.c:329:40: error: request for member ‘linesize’ in something not a structure or union
|   329 |                 pict.linesize[0] = pict.linesize[1] = pict.linesize[2] = ctx->stride;
|       |                                        ^
| filters/ff_dec.c:329:59: error: request for member ‘linesize’ in something not a structure or union
|   329 |                 pict.linesize[0] = pict.linesize[1] = pict.linesize[2] = ctx->stride;
|       |                                                           ^
| filters/ff_dec.c:348:115: error: request for member ‘data’ in something not a structure or union
|   348 |                 sws_scale(ctx->sws_ctx, (const uint8_t * const*)frame->data, frame->linesize, 0, ctx->height, pict.data, pict.linesize);
|       |                                                                                                                   ^
| filters/ff_dec.c:348:126: error: request for member ‘linesize’ in something not a structure or union
|   348 |                 sws_scale(ctx->sws_ctx, (const uint8_t * const*)frame->data, frame->linesize, 0, ctx->height, pict.data, pict.linesize);
|       |                                                                                                                              ^
| filters/ff_dec.c: In function ‘ffdec_process_audio’:
| filters/ff_dec.c:412:15: warning: implicit declaration of function ‘avcodec_decode_audio4’; did you mean ‘avcodec_decode_subtitle2’? [-Wimplicit-function-declaration]
|   412 |         len = avcodec_decode_audio4(ctx->decoder, frame, &gotpic, &pkt);
|       |               ^~~~~~~~~~~~~~~~~~~~~
|       |               avcodec_decode_subtitle2
| filters/ff_dec.c:480:20: error: ‘AVFrame’ has no member named ‘pkt_pts’; did you mean ‘pkt_dts’?
|   480 |         if (frame->pkt_pts != AV_NOPTS_VALUE) {
|       |                    ^~~~~~~
|       |                    pkt_dts
| filters/ff_dec.c:481:34: error: ‘AVFrame’ has no member named ‘pkt_pts’; did you mean ‘pkt_dts’?
|   481 |                 u64 pts = frame->pkt_pts;
|       |                                  ^~~~~~~
|       |                                  pkt_dts
| In file included from /<<PKGBUILDDIR>>/include/gpac/filters.h:33,
|                  from filters/ff_common.h:27,
|                  from filters/ff_dec.c:30:
| filters/ff_dec.c:508:128: error: ‘AVFrame’ has no member named ‘pkt_pts’; did you mean ‘pkt_dts’?
|   508 |         GF_LOG(GF_LOG_ERROR, GF_LOG_CODEC, ("[FFDec] Code not yet tested  - frame PTS was "LLU" - nb samples dec %d\n", frame->pkt_pts, frame->nb_samples));
|       |                                                                                                                                ^~~~~~~
| /<<PKGBUILDDIR>>/include/gpac/tools.h:717:143: note: in definition of macro ‘GF_LOG’
|   717 | #define GF_LOG(_log_level, _log_tools, __args) if (gf_log_tool_level_on(_log_tools, _log_level) ) { gf_log_lt(_log_level, _log_tools); gf_log __args ;}
|       |                                                                                                                                               ^~~~~~
| filters/ff_dec.c: In function ‘ffdec_configure_pid’:
| filters/ff_dec.c:650:23: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|   650 |                 codec = avcodec_find_decoder(ctx->decoder->codec_id);
|       |                       ^
| filters/ff_dec.c:693:37: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|   693 |                 if (codec_id) codec = avcodec_find_decoder(codec_id);
|       |                                     ^
| make[2]: *** [../config.mak:151: filters/ff_dec.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| filters/ff_dmx.c: In function ‘ffdmx_shared_pck_release’:
| filters/ff_dmx.c:108:17: warning: implicit declaration of function ‘av_free_packet’; did you mean ‘av_get_packet’? [-Wimplicit-function-declaration]
|   108 |                 av_free_packet(&ctx->pkt);
|       |                 ^~~~~~~~~~~~~~
|       |                 av_get_packet
| filters/ff_dmx.c: In function ‘ffdmx_init_common’:
| filters/ff_dmx.c:299:47: error: ‘AVStream’ has no member named ‘codec’
|   299 |                 AVCodecContext *codec = stream->codec;
|       |                                               ^~
| In file included from filters/ff_common.h:27,
|                  from filters/ff_dmx.c:30:
| filters/ff_dmx.c:503:91: error: ‘AVFormatContext’ has no member named ‘filename’
|   503 |                 gf_filter_pid_set_property(pid, GF_PROP_PID_URL, &PROP_STRING(ctx->demuxer->filename));
|       |                                                                                           ^~
| /<<PKGBUILDDIR>>/include/gpac/filters.h:1176:93: note: in definition of macro ‘PROP_STRING’
|  1176 | #define PROP_STRING(_val) (GF_PropertyValue){.type=GF_PROP_STRING, .value.string = (char *) _val}
|       |                                                                                             ^~~~
| filters/ff_dmx.c: In function ‘ffdmx_initialize’:
| filters/ff_dmx.c:554:51: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|   554 |                 if (!stricmp(ext+1, "cmp")) av_in = av_find_input_format("m4v");
|       |                                                   ^
| filters/ff_dmx.c: In function ‘ffdmx_probe_data’:
| filters/ff_dmx.c:683:9: warning: implicit declaration of function ‘av_register_all’; did you mean ‘avdevice_register_all’? [-Wimplicit-function-declaration]
|   683 |         av_register_all();
|       |         ^~~~~~~~~~~~~~~
|       |         avdevice_register_all
| filters/ff_dmx.c:693:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|   693 |                 probe_fmt = av_probe_input_format3(&pb, GF_FALSE, &ffscore);
|       |                           ^
| filters/ff_dmx.c:698:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|   698 |                 probe_fmt = av_probe_input_format3(&pb, GF_FALSE, &ffscore);
|       |                           ^
| filters/ff_dmx.c: In function ‘ffavin_initialize’:
| filters/ff_dmx.c:786:25: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|   786 |                 dev_fmt = av_find_input_format(default_fmt);
|       |                         ^
| filters/ff_dmx.c:898:48: error: ‘AVStream’ has no member named ‘codec’
|   898 |                 switch(ctx->demuxer->streams[i]->codec->codec_type) {
|       |                                                ^~
| make[2]: *** [../config.mak:151: filters/ff_dmx.o] Error 1
| filters/ff_common.c:188:10: error: ‘AV_CH_FRONT_LEFT’ undeclared here (not in a function); did you mean ‘GF_AUDIO_CH_FRONT_LEFT’?
|   188 |         {AV_CH_FRONT_LEFT, GF_AUDIO_CH_FRONT_LEFT},
|       |          ^~~~~~~~~~~~~~~~
|       |          GF_AUDIO_CH_FRONT_LEFT
| filters/ff_common.c:189:10: error: ‘AV_CH_FRONT_RIGHT’ undeclared here (not in a function); did you mean ‘GF_AUDIO_CH_FRONT_RIGHT’?
|   189 |         {AV_CH_FRONT_RIGHT, GF_AUDIO_CH_FRONT_RIGHT},
|       |          ^~~~~~~~~~~~~~~~~
|       |          GF_AUDIO_CH_FRONT_RIGHT
| filters/ff_common.c:190:10: error: ‘AV_CH_FRONT_CENTER’ undeclared here (not in a function); did you mean ‘GF_AUDIO_CH_FRONT_CENTER’?
|   190 |         {AV_CH_FRONT_CENTER, GF_AUDIO_CH_FRONT_CENTER},
|       |          ^~~~~~~~~~~~~~~~~~
|       |          GF_AUDIO_CH_FRONT_CENTER
| filters/ff_common.c:191:10: error: ‘AV_CH_LOW_FREQUENCY’ undeclared here (not in a function)
|   191 |         {AV_CH_LOW_FREQUENCY, GF_AUDIO_CH_LFE},
|       |          ^~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:192:10: error: ‘AV_CH_BACK_LEFT’ undeclared here (not in a function)
|   192 |         {AV_CH_BACK_LEFT, GF_AUDIO_CH_SURROUND_LEFT},
|       |          ^~~~~~~~~~~~~~~
| filters/ff_common.c:193:10: error: ‘AV_CH_BACK_RIGHT’ undeclared here (not in a function)
|   193 |         {AV_CH_BACK_RIGHT, GF_AUDIO_CH_SURROUND_RIGHT},
|       |          ^~~~~~~~~~~~~~~~
| filters/ff_common.c:194:10: error: ‘AV_CH_FRONT_LEFT_OF_CENTER’ undeclared here (not in a function)
|   194 |         {AV_CH_FRONT_LEFT_OF_CENTER, GF_AUDIO_CH_FRONT_CENTER_LEFT},
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:195:10: error: ‘AV_CH_FRONT_RIGHT_OF_CENTER’ undeclared here (not in a function)
|   195 |         {AV_CH_FRONT_RIGHT_OF_CENTER, GF_AUDIO_CH_FRONT_CENTER_RIGHT},
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:196:10: error: ‘AV_CH_BACK_CENTER’ undeclared here (not in a function)
|   196 |         {AV_CH_BACK_CENTER, GF_AUDIO_CH_REAR_CENTER},
|       |          ^~~~~~~~~~~~~~~~~
| filters/ff_common.c:197:10: error: ‘AV_CH_SIDE_LEFT’ undeclared here (not in a function)
|   197 |         {AV_CH_SIDE_LEFT, GF_AUDIO_CH_REAR_SURROUND_LEFT},
|       |          ^~~~~~~~~~~~~~~
| filters/ff_common.c:198:10: error: ‘AV_CH_SIDE_RIGHT’ undeclared here (not in a function)
|   198 |         {AV_CH_SIDE_RIGHT, GF_AUDIO_CH_REAR_SURROUND_RIGHT},
|       |          ^~~~~~~~~~~~~~~~
| filters/ff_common.c:199:10: error: ‘AV_CH_TOP_CENTER’ undeclared here (not in a function); did you mean ‘AVCHROMA_LOC_CENTER’?
|   199 |         {AV_CH_TOP_CENTER, GF_AUDIO_CH_CENTER_SURROUND_TOP},
|       |          ^~~~~~~~~~~~~~~~
|       |          AVCHROMA_LOC_CENTER
| filters/ff_common.c:200:10: error: ‘AV_CH_TOP_FRONT_LEFT’ undeclared here (not in a function)
|   200 |         {AV_CH_TOP_FRONT_LEFT, GF_AUDIO_CH_FRONT_TOP_LEFT},
|       |          ^~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:201:10: error: ‘AV_CH_TOP_FRONT_CENTER’ undeclared here (not in a function)
|   201 |         {AV_CH_TOP_FRONT_CENTER, GF_AUDIO_CH_FRONT_TOP_CENTER},
|       |          ^~~~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:202:10: error: ‘AV_CH_TOP_FRONT_RIGHT’ undeclared here (not in a function)
|   202 |         {AV_CH_TOP_FRONT_RIGHT, GF_AUDIO_CH_FRONT_TOP_RIGHT},
|       |          ^~~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:203:10: error: ‘AV_CH_TOP_BACK_LEFT’ undeclared here (not in a function)
|   203 |         {AV_CH_TOP_BACK_LEFT, GF_AUDIO_CH_SURROUND_TOP_LEFT},
|       |          ^~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:204:10: error: ‘AV_CH_TOP_BACK_CENTER’ undeclared here (not in a function)
|   204 |         {AV_CH_TOP_BACK_CENTER, GF_AUDIO_CH_REAR_CENTER_TOP},
|       |          ^~~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:205:10: error: ‘AV_CH_TOP_BACK_RIGHT’ undeclared here (not in a function)
|   205 |         {AV_CH_TOP_BACK_RIGHT, GF_AUDIO_CH_SURROUND_TOP_RIGHT},
|       |          ^~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c:206:10: error: ‘AV_CH_WIDE_LEFT’ undeclared here (not in a function)
|   206 |         {AV_CH_WIDE_LEFT, GF_AUDIO_CH_WIDE_FRONT_LEFT},
|       |          ^~~~~~~~~~~~~~~
| filters/ff_common.c:207:10: error: ‘AV_CH_WIDE_RIGHT’ undeclared here (not in a function)
|   207 |         {AV_CH_WIDE_RIGHT, GF_AUDIO_CH_WIDE_FRONT_RIGHT},
|       |          ^~~~~~~~~~~~~~~~
| filters/ff_common.c:208:10: error: ‘AV_CH_SURROUND_DIRECT_LEFT’ undeclared here (not in a function); did you mean ‘GF_AUDIO_CH_SURROUND_DIRECT_LEFT’?
|   208 |         {AV_CH_SURROUND_DIRECT_LEFT, GF_AUDIO_CH_SURROUND_DIRECT_LEFT},
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
|       |          GF_AUDIO_CH_SURROUND_DIRECT_LEFT
| filters/ff_common.c:209:10: error: ‘AV_CH_SURROUND_DIRECT_RIGHT’ undeclared here (not in a function); did you mean ‘GF_AUDIO_CH_SURROUND_DIRECT_RIGHT’?
|   209 |         {AV_CH_SURROUND_DIRECT_RIGHT, GF_AUDIO_CH_SURROUND_DIRECT_RIGHT},
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|       |          GF_AUDIO_CH_SURROUND_DIRECT_RIGHT
| filters/ff_common.c:210:10: error: ‘AV_CH_LOW_FREQUENCY_2’ undeclared here (not in a function)
|   210 |         {AV_CH_LOW_FREQUENCY_2, GF_AUDIO_CH_LFE2},
|       |          ^~~~~~~~~~~~~~~~~~~~~
| filters/ff_common.c: In function ‘ffmpeg_initialize’:
| filters/ff_common.c:432:9: warning: implicit declaration of function ‘av_register_all’; did you mean ‘avdevice_register_all’? [-Wimplicit-function-declaration]
|   432 |         av_register_all();
|       |         ^~~~~~~~~~~~~~~
|       |         avdevice_register_all
| filters/ff_common.c: In function ‘ffmpeg_expand_register’:
| filters/ff_common.c:691:39: warning: implicit declaration of function ‘av_iformat_next’; did you mean ‘av_opt_next’? [-Wimplicit-function-declaration]
|   691 |                                 fmt = av_iformat_next(fmt);
|       |                                       ^~~~~~~~~~~~~~~
|       |                                       av_opt_next
| filters/ff_common.c:691:37: warning: assignment to ‘AVInputFormat *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|   691 |                                 fmt = av_iformat_next(fmt);
|       |                                     ^
| filters/ff_common.c:700:33: warning: implicit declaration of function ‘av_codec_next’; did you mean ‘av_opt_next’? [-Wimplicit-function-declaration]
|   700 |                         codec = av_codec_next(codec);
|       |                                 ^~~~~~~~~~~~~
|       |                                 av_opt_next
| filters/ff_common.c:700:31: warning: assignment to ‘AVCodec *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|   700 |                         codec = av_codec_next(codec);
|       |                               ^
| filters/ff_common.c:718:29: warning: assignment to ‘AVInputFormat *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|   718 |                         fmt = av_iformat_next(fmt);
|       |                             ^
| filters/ff_common.c:747:31: warning: assignment to ‘AVCodec *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|   747 |                         codec = av_codec_next(codec);
|       |                               ^
| make[2]: *** [../config.mak:151: filters/ff_common.o] Error 1
| filters/ff_avf.c: In function ‘ffavf_configure_pid’:
| filters/ff_avf.c:804:45: warning: implicit declaration of function ‘av_get_default_channel_layout’; did you mean ‘av_opt_get_channel_layout’? [-Wimplicit-function-declaration]
|   804 |                 if (!ch_layout) ch_layout = av_get_default_channel_layout(p->value.uint);
|       |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|       |                                             av_opt_get_channel_layout
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
| make[1]: *** [Makefile:13: all] Error 2

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: gpac
Source-Version: 2.0.0+dfsg1-1
Done: Sebastian Ramacher <sramacher@debian.org>

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramacher@debian.org> (supplier of updated gpac 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 Feb 2022 00:24:53 +0100
Binary: gpac gpac-dbgsym gpac-modules-base gpac-modules-base-dbgsym libgpac11 libgpac11-dbgsym libgpac-dev
Source: gpac
Architecture: amd64 source
Version: 2.0.0+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 990691 991965 1004623
Description: 
 gpac       - GPAC Project on Advanced Content - utilities
 gpac-modules-base - GPAC Project on Advanced Content - modules
 libgpac11  - GPAC Project on Advanced Content - shared libraries
 libgpac-dev - GPAC Project on Advanced Content - development files
Changes:
 gpac (2.0.0+dfsg1-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream version 2.0.0+dfsg1
     - Fix remaining security issues (Closes: #990691, #991965)
       (CVE-2020-35980, CVE-2021-36584)
     - Fix build with ffmpeg 5.0 (Closes: #1004623)
   * SONAME bump: libgpac10 -> libgpac11
   * debian/watch: Add repacksuffix
   * debian/copyright:
     - Merge entries with same copyright holder and same license
     - Update copyright for 2.0.0 release
   * debian/control:
     - Bump ffmpeg build dependencies
     - * Replace libsdl1.2-dev with libsdl2-dev
   * debian/patches: Remove upstream patches
   * debian/rules: No longer remove .desktop file
   * debian/source/lintian-overrides: Update override to current lintian update
Checksums-Sha1: 
 ff51f0742b4e40857b825f4639c75577cfa777b9 2492 gpac_2.0.0+dfsg1-1.dsc
 72a74c5d32536bd863d41561aa7fef1b4406e42d 5750276 gpac_2.0.0+dfsg1.orig.tar.xz
 0cedeffe35777d7ff2f3dd935cfd8be0614b5288 35744 gpac_2.0.0+dfsg1-1.debian.tar.xz
 deedfa94406e10842ecaa81912b32ec1939bdb62 529796 gpac-dbgsym_2.0.0+dfsg1-1_amd64.deb
 e9bbe0fe92a99f9016cc9aa31f3820f8455c203f 169544 gpac-modules-base-dbgsym_2.0.0+dfsg1-1_amd64.deb
 c02e374327760314b6b95d88d1370721211691dc 87424 gpac-modules-base_2.0.0+dfsg1-1_amd64.deb
 80cbd93ae544ffa0a102524ab8d9f7b3e3b8a8b1 937932 gpac_2.0.0+dfsg1-1_amd64.deb
 9155b87dcada506fe4b3f20516691344e775c727 3986896 libgpac-dev_2.0.0+dfsg1-1_amd64.deb
 96182ed07341bd72891211a85b51410f16faf068 9885680 libgpac11-dbgsym_2.0.0+dfsg1-1_amd64.deb
 c20cb0a49722e8a662fd6aa659d7d71122b0a3bb 3218760 libgpac11_2.0.0+dfsg1-1_amd64.deb
Checksums-Sha256: 
 bb754e3b7cdf8863bbc54e29e0b3fcf7122294363884be4920b0633b3e34ff9a 2492 gpac_2.0.0+dfsg1-1.dsc
 3ea52c50a0fca0e3994574a2a2a3559dfc4f374c7cc022e45da654e40368972e 5750276 gpac_2.0.0+dfsg1.orig.tar.xz
 e3fded71676acbe113e54e3f87ed24ca3231de0beefa5709aac9e60e3b6eec41 35744 gpac_2.0.0+dfsg1-1.debian.tar.xz
 24ffe3ce67f395381e8f56b8278559be47ebacfa828926283c20a28c54f64360 529796 gpac-dbgsym_2.0.0+dfsg1-1_amd64.deb
 51939a89a1d5af30ba7d207fef83148d6adca4c82555872d2a58e4c03b836ff9 169544 gpac-modules-base-dbgsym_2.0.0+dfsg1-1_amd64.deb
 66c51869ca4659acf0397c518fda362c9fe0812e0ea5d7abaa81ab183a4555da 87424 gpac-modules-base_2.0.0+dfsg1-1_amd64.deb
 49d81b7015dc8a6ab4b0f0f94988eba3e7d19ef4e767e2a6ff7e9df871dec05e 937932 gpac_2.0.0+dfsg1-1_amd64.deb
 1916bdb87af88266911b02f0b4d3aeee3288ea9ae16eac379ff45d2bfadb5aaf 3986896 libgpac-dev_2.0.0+dfsg1-1_amd64.deb
 50970d96812f1538443a1f0888c42eaf4d90d8f2e445801826b47aa328a157fd 9885680 libgpac11-dbgsym_2.0.0+dfsg1-1_amd64.deb
 ea4b06cc08060d7b7c6392ee195121b0228bc6349763e86221d53fd7a4c3e3a4 3218760 libgpac11_2.0.0+dfsg1-1_amd64.deb
Files: 
 56717ade8d7adda8a2562fe15a51e212 2492 graphics optional gpac_2.0.0+dfsg1-1.dsc
 66ff49af078f7f6a2990a037395bca98 5750276 graphics optional gpac_2.0.0+dfsg1.orig.tar.xz
 075479f1369a46adb6848b19f1b75881 35744 graphics optional gpac_2.0.0+dfsg1-1.debian.tar.xz
 ee104c506a7dcfffd5cc0640a75d4320 529796 debug optional gpac-dbgsym_2.0.0+dfsg1-1_amd64.deb
 2304b400758e2b24f3118d9e4a571775 169544 debug optional gpac-modules-base-dbgsym_2.0.0+dfsg1-1_amd64.deb
 be5ab3c0c852c5a44794025b00427126 87424 graphics optional gpac-modules-base_2.0.0+dfsg1-1_amd64.deb
 37371edbfad30ce71855899c519ce14c 937932 graphics optional gpac_2.0.0+dfsg1-1_amd64.deb
 a51863dc1913c62d0bdaf017f7edf016 3986896 libdevel optional libgpac-dev_2.0.0+dfsg1-1_amd64.deb
 e4645cbc8e72f8be10eaefafa11534e7 9885680 debug optional libgpac11-dbgsym_2.0.0+dfsg1-1_amd64.deb
 3a236b53a5b9a3bebbe6cb916415a8e2 3218760 libs optional libgpac11_2.0.0+dfsg1-1_amd64.deb

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmIYFesACgkQafL8UW6n
GZOnyRAAnHyP/hF5qlIpCj/7iXLxN52kQ40Jvn40N52VL5HQ6xI6yYr/84x9ZcYQ
hWII/t9mNvU1dPVsKthlWJMbVzny0DmtolSUX6GuBAgpepn2NM0EQRQB0LxvkZY1
oWmNUqDTUm26TboXTzj+rM/31VRyXAFDxxMJQFSEZAslbjseaNMbzqj40mbd2WPQ
SnGJOXYwIK0VPJ+ECi6iKTD7gl+TOMNrCp2p72YIajoN3gz8XGmyETARnFrAzbGa
YnmmJcd4VUaUBosksglGwrnTBlS+qo09PEHSjwkHnADqo4Qdm03svm7AV8YUTFXQ
40iH1ROpkBQZCHKKomjLxfpZbT3D6s3RySSK329dolY1wnqVGtOuxS2M/AntY1J3
BE3v8hJhqADnedg3MrI0GntQcxDTA5rF3wVhrtIwZ4z4/YYccu2C31SmChfsYLJ5
ntNYRVzw1tFnPlmJtNRdxJY5wtrVZHMhhnFD2IyBiXpWxbRU40lKvcSkhBLbOPz2
Tg4H4JAILPxDIrA0lsv5JE87hC1e4ZK4J77OWAtIk4RffgWAyldBNv8gmhKCWIAY
twBcUx1zmdRkQm4n+JN11NYawcPQPeziaCxWXLnkMsht5ZlXdDwgKQ64yhlQZCOx
zWmJgqGeU+tefTDBGR+aaee8QN6EBddDG2Q9M35F3Yf8VozZI7Q=
=uk/z
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: