[Bug 720778] gst-uninstalled requires building with libtool
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 15 08:07:31 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=720778
GStreamer | gstreamer (core) | git
Heinrich Fink <hfink> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hfink at toolsonair.com
--- Comment #4 from Heinrich Fink <hfink at toolsonair.com> 2015-01-15 16:07:27 UTC ---
I would also be interested in gst-uninstalled loosing the libtool dependency,
since we are using cmake (using the pkg_search_module command), and that
doesn't work well with gst-uninstalled today.
I tried your script with our CMake setup, but I had to modify it a bit (append
"/.libs" to the -L paths):
find . -name '*-uninstalled.pc' -exec sed -i -e 's/Libs:
\(-L${libdir}\)\?\(.*\)\/lib\(.*\)\.la/Libs: -L\2\/.libs -l\3/' {} \;
This turns
Libs: ${libdir}/libgstrtspserver-1.0.la
into
Libs: -L${libdir}/.libs -lgstrtspserver-1.0
That seems to work quite well with CMake.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list