Looking at the KDE-related ones:
Nicolas Chauvet wrote:
error: line 32: Bad Requireflags: qualifiers: Requires(hint): mencoder
RPM stopped accepting Requires(hint) eons ago.
Fix: Change to plain Requires.
Status: Does this have an active maintainer? Someone with the required ACLs
needs to apply the trivial specfile fix.
/builddir/build/BUILD/k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp:28:32:
fatal error: libavcodec/avcodec.h: No such file or directory
compilation terminated.
/builddir/build/BUILD/k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp:32:32:
fatal error: libavcodec/avcodec.h: No such file or directory
compilation terminated.
Incompatibility with the latest FFmpeg.
Fix: ?
Status: I comaintain this package. Can any FFmpeg experts tell me how to fix
this problem or do I have to look into it myself?
/builddir/build/BUILD/kmediafactory-0.8.0/plugins/video/videoobject.cpp: In
member function 'QVariant VideoObject::writeDvdAuthorXml(QVariantList)
const':
/builddir/build/BUILD/kmediafactory-0.8.0/plugins/video/videoobject.cpp:572:21:
error: redeclaration of 'QDomElement sub'
/builddir/build/BUILD/kmediafactory-0.8.0/plugins/video/videoobject.cpp:565:215:
error: 'const QDVD::Subtitle& sub' previously declared here
Conflict between the for loop index and a local variable declared inside the
for, now treated as an error by g++ 4.7.
Fix: Rename one or both of the variables.
Status: Does this have an active maintainer? Someone with the required ACLs
needs to apply the trivial patch.
Kevin Kofler