On dimanche 13 mai 2018 23:03:02 CEST Albert Astals Cid wrote: > El divendres, 11 de maig de 2018, a les 23:22:15 CEST, Jonathan Riddell va > > escriure: > > On Thu, Apr 26, 2018 at 08:31:46AM +0200, Kevin Funk wrote: > > > On Wednesday, 25 April 2018 14:34:58 CEST Jonathan Riddell wrote: > > > > kfilemetadata does not compile in KDE neon from git master currently > > > > > > > > /workspace/build/src/extractors/ffmpegextractor.cpp:97:15: error: > > > > ‘AVCodecParameters’ does not name a type > > > > 12:27:35 const AVCodecParameters* codec = stream->codecpar; > > > > > > > > https://build.neon.kde.org/job/xenial_unstable_kde_kfilemetadata_bin_a > > > > md > > > > 64/1 45/console > > > > > > Raised a concern on the resp. Phab Diff (to ping the responsible people): > > > https://phabricator.kde.org/R286:037208a787e0c2412ab616ff1573c323a2346 > > > d2 > > > d > > If phabricator had worked i would have read that. > > > This compile failure is still in the shortly to be released kfilemetadata > > tar > > > > https://build.neon.kde.org/job/xenial_release_kde_kfilemetadata_bin_amd64/ > > 37 /console 14:11:40 > > /workspace/build/src/extractors/ffmpegextractor.cpp:97:15: error: > > ‘AVCodecParameters’ does not name a type 14:11:40 const > > AVCodecParameters* codec = stream->codecpar; > > your avcodec is too old, get a new one. > > But yes, either the commit should be reverted or the the avcodec cmake > requirement increased.
Sorry, I have completely forgotten to check that during the review. This is my fault. What is the best way to revert for the v5.46.0 release and bump the dependency on master ? > Cheers, > Albert > > > Jonathan