On Mon, Jun 18, 2012 at 5:56 AM, Kevin Kofler wrote:
Nicolas Chauvet wrote:
> FYI I don't know what means removing vlc from the buildroot, there is no
> such concept from the infra side.
Add exclude=phonon-backend-vlc to the builders' rpmfusion-free*.repo files,
or more likely to the corresponding sections of their mock .cfg files.
Nothing should BuildRequire phonon-backend-vlc anyway.
> Why thoses package are requiring vlc at all anyway, it seems to me that
> the bug is here.
The packages are requiring the virtual phonon-backend (dragged in by phonon
which is dragged in by phonon-devel), which is provided by both phonon-
backend-gstreamer and phonon-backend-vlc. Normally, in Fedora, this is
phonon-backend-gstreamer, but with RPM Fusion enabled, yum prefers phonon-
backend-vlc because of its preference criteria (fewer dependencies, shorter
name etc.).
Can't you just use a higher version/release on the virtual provides
(phonon-backend) of phonon-backend-gstreamer? Would the RPMFusion
buildroot still pull in phonon-backend-vlc?
Orcan