GNOME Bugzilla – Bug 92118
gstreamer-mpeg requires arts, esd, sdl
Last modified: 2004-12-22 21:47:04 UTC
When I installed gstreamer-mpeg today (via apt, on RH72) I also had to install arts and SDL. I had an automatic dont-want-arts reflex, and dug around the depends. It appears that mpeg2dec depends on esd, arts, and SDL. This seems a little strange considering the video and autio output of the MPEG2 decoding are not going to do to arts/esd/sdl at all, but carry on through the gstreamer pipelines. Would it be possible to build a mpeg2dec which does not have these dependencies?
I just checked our mpeg2dec RPM, it doesn't depend on arts or esd at all. gstreamer-mpeg doesn't either. Are you sure you checked the dependencies (further than using apt-get) ? Maybe you were also installing other stuff at the same time that required it ?
ok, it's a packaging problem with our rh72 package. The configure needs to disable sdl so it doesn't pick all of this up.
fixed in the new package in the repo.