After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319172 - gstreamer-plugins-base-0.9.pc doesn't export linking flags
gstreamer-plugins-base-0.9.pc doesn't export linking flags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.0
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-18 16:04 UTC by Sebastien Cote
Modified: 2005-12-04 22:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (663 bytes, patch)
2005-10-18 16:05 UTC, Sebastien Cote
accepted-commit_now Details | Review

Description Sebastien Cote 2005-10-18 16:04:37 UTC
Start by installing gst-plugins-base in a folder which is not in your
LD_LIBRARY_PATH.

The Libs flags in gstreamer-plugins-base-0.9.pc is empty. Since some plugins in
gst-plugins-good depend on gst-plugins-base (like libgstriff), gst-plugins-good
doesn't build.

The problem is not detected by the configure script, the build just fails when
compiling the avi plugin.
Comment 1 Sebastien Cote 2005-10-18 16:05:55 UTC
Created attachment 53617 [details] [review]
proposed fix

This patch fixes the build issue by setting the flags for linking against
gst-plugins-base libraries.
Comment 2 Sebastien Cote 2005-12-01 21:03:14 UTC
Marking as blocker since gst-plugins-good-0.9.7 doesn't compile if
gstreamer-0.9.7 and gst-plugins-base-0.9.7 aren't installed in the same directory.
Comment 3 Andy Wingo 2005-12-04 21:50:46 UTC
Looks good to me.
Comment 4 Andy Wingo 2005-12-04 22:44:04 UTC
2005-12-04  Andy Wingo  <wingo@pobox.com>

	patch by: Sebastien Cote <sebas642 yahoo ca>
	
	* pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
	Fixes #319172.