This commit allows to include the gstreamer plugins individually with
more granularity than the base, good, bad, ugly approach.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
The librsvg dependency is left out as it adds a dependency on gtk+.
The original addition of that dependency is:
commit 30dbfde8ebcb761120eb1ab1d213e850cac966fd
Author: Dongxiao Xu <dongxiao.xu@intel.com>
Date: Thu Mar 10 13:51:20 2011 +0800
gst-plugins-bad: add missing dependency librsvg
Defaultly gst-plugins-bad will configured with option --enable-rsvg.
Besides, it will check if librsvg really exists by certain configure
code.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commits adds bbappends to all gstreamer packages so that we
configure them with the same flags as we do in DEL.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
The gstreamer plugins are not packaged in a single package. They have
functionality in different packages.
This allows to specify what functionality to install.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>