<snip>
Very well. It's better to add a workaround in just one place
instead of in every package that needs ffmpeg-devel. I'll try
to fix that soon, but if you or Karel could send me a patch
for the spec file with the necessary BRs, it'd make the fix
faster. I'm a bit short on time these days.
if pkgconfig is not going to be fixed, the workaround, or how I
understand that, is that if ffmpeg-devel depends on
libraw1394-devel, libtheora-devel and libvorbis-devel, i.e.:
--- ffmpeg.spec~ 2008-09-18 00:55:34.000000000 +0200
+++ ffmpeg.spec 2009-01-26 15:53:11.000000000 +0100
@@ -55,6 +55,7 @@
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: pkgconfig
+Requires: libraw1394-devel libtheora-devel libvorbis-devel
%description devel
FFMpeg is a complete and free Internet live audio and video
... the other libraries seem to be covered by the deps
K.