GNOME Bugzilla – Bug 111679
Patch to allow gstreamer to be used uninstalled
Last modified: 2009-08-15 18:40:50 UTC
This patch is mostly doing things like this: -Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la +Libs: -L${libdir}/gst -lgstreamer-@GST_MAJORMINOR@ in all of the *-uninstalled.pc.in files. Without this patch, gst-player wouldn't build because of some strange error with looking for libgstcontrol in /foo/gstreamer/libs/gst/control/.libs/.libs Without this patch totem wouldn't build, claiming that the .la file wasn't a valid file. With this patch, gst-player builds fine but totem still doesn't build, claiming it can't find libgstplay even though it seems to be specified correctly.
Created attachment 16039 [details] [review] patch to gstreamer/pkgconfig dir
Created attachment 16040 [details] [review] patch to gst-plugins/pkgconfig dir
Tested - works for me (in 0.6.x). Imo this can be applied, if it fixes something. (However, I'm probably not the only one with opinions on this - anyone against?)
Yeah, me. I had similar issues and fixed it the right way AFAIK by fixing the uninstalled .pc files. Steve, can you recheckout and let me know if it works now or not. If it doesn't, I'll help fix it, but it now works for both me and wim to run uninstalled.
Can you comment on the workingness ? So I can close this bug.
really, come on, please comment :) I'll be forced to close otherwise (btw, have been running with uninstalled everything both 0.6 and HEAD for over a month now)
Sorry, I've been out of the loop. Can you also build Totem CVS against uninstalled GStreamer?
Is this ready to be closed?
Yes.