Your message dated Wed, 11 Jul 2018 21:17:51 +0200
with message-id <20180711191751.ga23...@ramacher.at>
and subject line Re: Bug#888358: bino: FTBFS with FFmpeg 3.5
has caused the Debian Bug report #888358,
regarding bino: FTBFS with FFmpeg 4.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.)


-- 
888358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bino
Version: 1.6.5-1
Severity: important
User: debian-multime...@lists.debian.org
Usertags: ffmpeg-3.5-transition

Hi,

Your package FTBFS with the upcoming version 3.5 of FFmpeg. In FFmpeg 3.5,
there are a number of API changes which will cause many packages to FTBFS.
For this reason I have uploaded an early development snapshot to experimental
before the 3.5 release in an attempt to fix some of these a bit quicker.
While 3.5 has not been finalized and the ABI is not stable yet, there should
not be any significant API breakages before the release.

Incomplete list of changes (based on looking at common build failures):
- Some fields in AVCodecContext have been removed and replaced with private
  options which can be set using the av_opt_set* APIs
- Most CODEC_* constants have been renamed to AV_CODEC_*
- The buffer constants FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
  have been renamed to AV_INPUT_BUFFER_PADDING_SIZE and
  AV_INPUT_BUFFER_MIN_SIZE.
- The old resampling API provided by libavcodec has been removed. Use
  libswresample instead.
- The libavfilter/avfiltergraph.h header has been removed, include
  libavfilter/avfilter.h instead.
- The AVFrac structure (representing mixed rational numbers) has been
  removed.

Build log:
https://people.debian.org/~jcowgill/ffmpeg-3.5-20180122/bino_amd64.build

Thanks,
James

--- End Message ---
--- Begin Message ---
Version: 1.6.6-2

On 2018-01-24 22:26:50, jcowg...@debian.org wrote:
> Source: bino
> Version: 1.6.5-1
> Severity: important
> User: debian-multime...@lists.debian.org
> Usertags: ffmpeg-3.5-transition
> 
> Hi,
> 
> Your package FTBFS with the upcoming version 3.5 of FFmpeg. In FFmpeg 3.5,
> there are a number of API changes which will cause many packages to FTBFS.
> For this reason I have uploaded an early development snapshot to experimental
> before the 3.5 release in an attempt to fix some of these a bit quicker.
> While 3.5 has not been finalized and the ABI is not stable yet, there should
> not be any significant API breakages before the release.
> 
> Incomplete list of changes (based on looking at common build failures):
> - Some fields in AVCodecContext have been removed and replaced with private
>   options which can be set using the av_opt_set* APIs
> - Most CODEC_* constants have been renamed to AV_CODEC_*
> - The buffer constants FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
>   have been renamed to AV_INPUT_BUFFER_PADDING_SIZE and
>   AV_INPUT_BUFFER_MIN_SIZE.
> - The old resampling API provided by libavcodec has been removed. Use
>   libswresample instead.
> - The libavfilter/avfiltergraph.h header has been removed, include
>   libavfilter/avfilter.h instead.
> - The AVFrac structure (representing mixed rational numbers) has been
>   removed.

The patch was applied in 1.6.6-2.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to