[Bug 1355] Review request: minitube - A YouTube desktop client
RPM Fusion Bugzilla
noreply at rpmfusion.org
Thu Aug 5 17:10:10 CEST 2010
http://bugzilla.rpmfusion.org/show_bug.cgi?id=1355
--- Comment #27 from Kevin Kofler <kevin.kofler at chello.at> 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.
More information about the rpmfusion-developers
mailing list