GNOME Bugzilla – Bug 594715
libgstsignalprocessor install issues
Last modified: 2009-09-10 05:58:37 UTC
libgstsignalprocessor, added in -bad .14, has several build and install issues: 1) The library is not versioned with -@GST_MAJORMINOR@, unlike all other GStreamer libraries; 2) The library is installed but the header is noinst_; 3) $(GST_PLUGINS_BASE_LIBS) should be in _LIBADD, not _LDFLAGS. 4) $(GST_*_LDFLAGS) are missing from _LDFLAGS, leading to failure to build shared libraries on some platforms. If you could indicate whether 1) and 2) are indeed bugs, I'm prepared to make a patch accordingly.
commit 5a8e9cd080c04fccd782875192f8c37b9b416a4e Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Sep 10 07:56:25 2009 +0200 signalprocessor: Fix various build/dist issues Install the headers, version the library with @GST_MAJORMINOR@, add all required libraries to _LIBADD instead of _LDFLAGS, and add GST_*_LDFLAGS to _LDFLAGS. Fixes bug #594715.