[Gstreamer-bugs] [Bug 111679] New - Patch to allow gstreamer to be used uninstalled

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Apr 26 23:27:47 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=111679

Changed by steve at stevebaker.org.

--- shadow/111679	Sun Apr 27 02:27:47 2003
+++ shadow/111679.tmp.31155	Sun Apr 27 02:27:47 2003
@@ -0,0 +1,32 @@
+Bug#: 111679
+Product: GStreamer
+Version: HEAD CVS
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: steve at stevebaker.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: Patch to allow gstreamer to be used uninstalled
+
+This patch is mostly doing things like this:
+-Libs: ${libdir}/gst/libgstreamer- at GST_MAJORMINOR@.la
++Libs: -L${libdir}/gst -lgstreamer- at 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.





More information about the Gstreamer-bugs mailing list