Bug 361384

Summary: Fails to build with FFMPEG 3.0
Product: [Applications] k3b Reporter: Lucjan <lucjan.lucjanov>
Component: generalAssignee: k3b developers <k3b>
Status: RESOLVED FIXED    
Severity: major CC: aloisio, cfeck, fademind, michalm, miku84, samrog131, trueg, zhaixiang
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Lucjan 2016-04-04 18:53:51 UTC
I got an error:

http://pastebin.com/f0nG1yZS

I've installed the newest ffmpeg:

[lucjan@archlinux ~]$ pacman -Qs ffmpeg
local/ffmpeg 1:3.0.1-1
Complete solution to record, convert and stream audio and video
local/ffmpeg2.8 2.8.6-1
Complete solution to record, convert and stream audio and video
local/gst-libav 1.6.3-3
Gstreamer libav Plugin
local/gstreamer0.10-ffmpeg 0.10.13-2 (gstreamer0.10-plugins)
Gstreamer FFMpeg Plugin

Build version: 2.9.90.r5957.0f1c10b (the newest kf5 commit)

Reproducible: Always

Steps to Reproduce:
1. Download k3b-frameworks sources
2. Push "cmake && make"
3.

Actual Results:  
Doesn't build

Expected Results:  
Build without errors
Comment 1 miku84 2016-05-01 08:35:32 UTC
I got the same.
Comment 2 Rog131 2016-05-01 09:12:10 UTC
The Debian bug report system has a thread: k3b: FTBFS with FFmpeg 2.9 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807853

There is a patch: k3b_ffmpeg-2.9.patch. I have not tested if it works.
Comment 3 Luigi Baldoni 2016-05-01 15:04:25 UTC
(In reply to Rog131 from comment #2)
> The Debian bug report system has a thread: k3b: FTBFS with FFmpeg 2.9 -
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807853

Thanks for the link.

> There is a patch: k3b_ffmpeg-2.9.patch. I have not tested if it works.

I have. Both appear to be working at build level, but I'm not sure how to test them
at runtime.
Comment 4 miku84 2016-05-23 08:53:56 UTC
So what is the status right now?
Comment 5 Leslie Zhai 2016-09-06 02:19:16 UTC
Fixed https://git.reviewboard.kde.org/r/122569/ thanks for Oldřich's patch ;-)