You are not logged in.
Hello
I just installed Gallium3D and wanted to try out SpringRTS, but Pacman wants to install gstreamer as a dependency from some reason. I don't use it and I don't want to install it, because it only messes up with my settings. I remember Spring never asked for gstreamer and worked fine with XINE. Can someone explain why it asks for gstreamer now?
Last edited by Pawlerson (2010-09-21 11:52:19)
Offline
One of its dependencies must pull it in. Look through the deps to find it.
Offline
One of its dependencies must pull it in. Look through the deps to find it.
Thanks. It's wxgtk. Is there any way to force Pacman to not install gstreamer as a dependency?
Offline
Just as a note, I tend not to ever recommend installing while ignoring dependencies... but it does seem a bit weird that wxgtk requires gstreamer... So, taking big not of my warning.... ![]()
Install the other deps for wxgtk:
pacman -S --asdep gtk2 libglThe install wxgtk ignoring dependencies
pacman -Sd --asdep wxgtkThen install spring
pacman -S springand hopefully spring will still work.
When wxgtk gets an upgrade, it will try and pull gstreamer again. To stop it, add gstreamer to IgnorePkg in pacman.conf. Then update wxgtk manually (on its own) while ignoring dependencies... It could get annoying ![]()
Offline
Thank you very much!
Spring works without problems. Everything looks good using Gallium3D, Open Source Radeon driver and s3tc patch. Only framerate could be little higher, but I'll experiment with some options and overall experience is great! ![]()
Offline
You should check if wxgtk actually requires gstreamer, and if not file a bug against the package (wxgtk, not gstreamer).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
You should check if wxgtk actually requires gstreamer, and if not file a bug against the package (wxgtk, not gstreamer).
Thanks. It seems it doesn't need gstreamer. Wxgtk doesn't depend on it in Ubuntu Maverick and afaik it didn't depend on it in Arch before. I filled the bug report:
Offline