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 687013 - auparse,level,videocrop,y4m,caca: Fix missing GST_PLUGINS_BASE_LIBS dependency in Makefile.am
auparse,level,videocrop,y4m,caca: Fix missing GST_PLUGINS_BASE_LIBS dependenc...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.0.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-27 21:32 UTC by Antoine Tremblay
Modified: 2012-10-27 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the Makefiles to add the GST_PLUGINS_BASE dependency (3.37 KB, patch)
2012-10-27 21:32 UTC, Antoine Tremblay
none Details | Review
Fixed typo in previous patch (3.37 KB, patch)
2012-10-27 21:34 UTC, Antoine Tremblay
committed Details | Review

Description Antoine Tremblay 2012-10-27 21:32:24 UTC
Created attachment 227428 [details] [review]
Patch to fix the Makefiles to add the GST_PLUGINS_BASE dependency

These plugins depend on either libgstaudio or libgstvideo which are in gst-plugins-base 

This is also present in the 1.0.2 gst-plugins-good release and breaks the build...

I wonder if gstreamer has some build bot that could catch these kinds of errors ?

I check that all -good plugins that depend on libgstvideo or audio have the required dependency...
Comment 1 Antoine Tremblay 2012-10-27 21:33:46 UTC
Oops that's y4m not y4v sorry See fixed patch below
Comment 2 Antoine Tremblay 2012-10-27 21:34:39 UTC
Created attachment 227429 [details] [review]
Fixed typo in previous patch
Comment 3 Tim-Philipp Müller 2012-10-27 22:30:09 UTC
Thanks, fixed:


commit 752cf987450682fb5e6d61f02fc42df2e06263a1
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Sat Oct 27 23:22:36 2012 +0100

    gst: fix variable order in some Makefile.am
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687013

commit a1c86de09a57152e1e13bb01f5edd3143f1637d9
Author: Antoine Tremblay <hexa00@gmail.com>
Date:   Sat Oct 27 17:27:16 2012 -0400

    gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.am
    
    Those plugins depend on either libgstaudio or libgstvideo,
    which are in gst-plugins-base.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687013