Armin K. wrote: > On 12/14/2012 05:25 AM, Bruce Dubbs wrote: >> I was trying to build k3b today and ran into some problems with ffmpeg. >> I did apply the existing patch, but that wasn't enough. >> >> Searching the web, I found >> >> http://lists.opensuse.org/opensuse-kde3/2012-07/msg00019.html >> >> Applying the equivalent of this patch allowed the program to build and >> it did work OK for the limited use I wanted (rip a CD). Note that the >> reference is for kde3, but I was building for KDE4. Looking at the >> details, this appears to be an issue with libavformat (from ffmpeg), not >> a kde issue. >> >> If someone can confirm, I'll update the patch and reference it in the book. >> >> I note that the package does not seem to have been updated in almost two >> years. Searching the web, I don't see any decent alternatives >> that create ogg files from a CD with appropriate metadata. >> >> -- Bruce >> > > http://paste.debian.net/plainh/d6b6b13c > > This is what I get with patch that is currently in the book. I think > that I included a patch from Archlinux in -2.patch that fixes building > with new libavformat because the patch that was available back then in > -1.patch which failed for me.
I got some of those warnings, but got errors. too: /tmp/k3b/k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp:91:15: error: '::av_open_input_file' has not been declared /tmp/k3b/k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp:146:5: error: '::dump_format' has not been declared It may be a ffmpeg issue: $ ffmpeg -version ffmpeg version 1.0 built on Oct 7 2012 18:51:04 with gcc 4.7.1 (GCC) configuration: --prefix=/usr --disable-debug --enable-shared --disable-static --enable-gpl --enable-x11grab --enable-postproc --enable-version3 --enable-nonfree --enable-libfaac --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libpulse --enable-openssl libavutil 51. 73.101 / 51. 73.101 libavcodec 54. 59.100 / 54. 59.100 libavformat 54. 29.104 / 54. 29.104 libavdevice 54. 2.101 / 54. 2.101 libavfilter 3. 17.100 / 3. 17.100 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 This is the current version in the book. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
