Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324287 - media-sound/radiotray missing dependencies
Summary: media-sound/radiotray missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 13:24 UTC by Ján Bednár
Modified: 2010-06-28 16:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ján Bednár 2010-06-16 13:24:47 UTC
Hi,
there are missing tree runtime dependencies for radiotray.
Please add missing dependencies to RDEPEND:
media-libs/gst-plugins-good
media-libs/gst-plugins-ugly
media-plugins/gst-plugins-alsa

You can confirm these three missing packages by executing following command while playing music via radiotray:
# lsof -p <radiotray_pid> | awk '{ print $9  }' | grep gstreamer | xargs qfile
media-libs/gst-plugins-good (/usr/lib64/gstreamer-0.10/libgstautodetect.so)
media-libs/gst-plugins-good (/usr/lib64/gstreamer-0.10/libgsticydemux.so)
media-libs/gstreamer (/usr/lib64/libgstreamer-0.10.so.0.22.0)
media-libs/gstreamer (/usr/lib64/gstreamer-0.10/libgstcoreelements.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstsubparse.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstdecodebin2.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstqueue2.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstaudioconvert.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstvolume.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstaudioresample.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgstplaybin.so)
media-libs/gst-plugins-base (/usr/lib64/gstreamer-0.10/libgsttypefindfunctions.so)
media-libs/gst-plugins-ugly (/usr/lib64/gstreamer-0.10/libgstmpegaudioparse.so)
media-plugins/gst-plugins-soup (/usr/lib64/gstreamer-0.10/libgstsouphttpsrc.so)
media-plugins/gst-plugins-mad (/usr/lib64/gstreamer-0.10/libgstmad.so)
media-plugins/gst-plugins-ffmpeg (/usr/lib64/gstreamer-0.10/libgstffmpeg.so)
media-plugins/gst-plugins-alsa (/usr/lib64/gstreamer-0.10/libgstalsa.so)

Thanks in advance.

Reproducible: Always

Steps to Reproduce:
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-06-16 17:44:31 UTC
more gst stuff ... 
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2010-06-28 16:22:55 UTC
fixed