http://bugzilla.rpmfusion.org/show_bug.cgi?id=1355
--- Comment #27 from Kevin Kofler <[email protected]> 2010-08-05 17:10:09 --- Not really. The correct dependency relation is: if (phonon-backend-xine installed) Requires: xine-lib-extras-freeworld elseif (phonon-backend-gstreamer installed) Requires: gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg else ??? endif but this relation cannot be expressed with RPM dependencies. The next best thing we can do is: Requires: phonon-backend-xine xine-lib-extras-freeworld which will make it work by default. An alternative solution would be to: Requires: xine-lib-extras-freeworld Requires: gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg then it will work no matter what Phonon backend is in use, but it will force installing both GStreamer and xine-lib with the respective plugins. -- Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
