https://bugzilla.rpmfusion.org/show_bug.cgi?id=4363
--- Comment #47 from Nicolas Chauvet <kwizart(a)gmail.com> ---
(In reply to Miro Hrončok from comment #46)
Missing -lavcodec or else
somewhere.
Nevertheless there's one more thing: Even if the freeworld value
is flipped
to 1, the Name of the (source) package remains chromium, which might be
problematic. Would you accept a change that would do:
%if %{freeworld}
Name: chromium%{chromium_channel}-libs-media-freeworld
%else
Name: chromium%{chromium_channel}
%endif
I would simplify with
chromium%{chromium_channel}%{?freeworld:-%{freeworld}}
And:
%if %{freeworld}
%files
%else
%files libs-media
%endif
Then there is no point to drop a chromium-*-libs-media sub-package anymore.
--
You are receiving this mail because:
You are on the CC list for the bug.