GNOME Bugzilla – Bug 687013
auparse,level,videocrop,y4m,caca: Fix missing GST_PLUGINS_BASE_LIBS dependency in Makefile.am
Last modified: 2012-10-27 22:30:46 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...
Oops that's y4m not y4v sorry See fixed patch below
Created attachment 227429 [details] [review] Fixed typo in previous patch
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