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 344136 - More accurate list of plugins which will/will not be built when configuring
More accurate list of plugins which will/will not be built when configuring
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other All
: Normal enhancement
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-07 11:53 UTC by Peter Kjellerstedt
Modified: 2006-07-18 10:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Improved listing of plugins to build/exclude (1.98 KB, patch)
2006-06-07 11:54 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2006-06-07 11:53:23 UTC
The attached patch (versus the CVS repository) modifies common/m4/gst-feature.m4 to more accurately list which plugins will and will not be built.  This affects the plugins which do not have any external dependencies.  The patch also removes the hackery in gst-plugins-good/configure.ac where the udp and rtsp plugins are put on the $GST_PLUGINS_NO list if they are not being built as this is no longer needed.


Other information:
The patch will not apply cleanly if the patch from my report #343678 has been applied, but this should be resolved easily.
Comment 1 Peter Kjellerstedt 2006-06-07 11:54:25 UTC
Created attachment 66905 [details] [review]
Improved listing of plugins to build/exclude
Comment 2 Tim-Philipp Müller 2006-06-22 11:37:47 UTC
Thanks, committed:

 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Peter Kjellerstedt <pkj at axis com>

        * m4/gst-feature.m4:
          Show list of plugins without external dependencies that
          will not be built as well (#344136).

(configure.ac change in -good will be done with bug #345288).