From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good
Date: Thu, 22 Jan 2009 10:09:18 +0100 [thread overview]
Message-ID: <200901221009.18267.markus.heidelberg@web.de> (raw)
In-Reply-To: <20090121133322.0FFA4770FC@busybox.osuosl.org>
laird at uclibc.org, 21.01.2009:
> Author: laird
> Date: 2009-01-21 13:33:21 +0000 (Wed, 21 Jan 2009)
> New Revision: 24937
>
> Log:
> package/multimedia/gst-plugins-good/gst-plugins-good.mk
> package/multimedia/gst-plugins-good/Config.in
>
> gst-plugins-good does not build unless some package dependencies are forced.
> This patch allows you to turn off some of the plugins with these dependencies and hides
> others that require some packages (like PNG/JPEG)
>
> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
>
>
>
> Modified:
> trunk/buildroot/package/multimedia/gst-plugins-good/Config.in
> trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk
>
>
> Changeset:
> Modified: trunk/buildroot/package/multimedia/gst-plugins-good/Config.in
> ===================================================================
> --- trunk/buildroot/package/multimedia/gst-plugins-good/Config.in 2009-01-21 07:09:41 UTC (rev 24936)
> +++ trunk/buildroot/package/multimedia/gst-plugins-good/Config.in 2009-01-21 13:33:21 UTC (rev 24937)
> @@ -72,6 +72,7 @@
>
> config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
> bool "matroska"
> + depends on BR2_PACKAGE_BZIP2 && BR2_PACKAGE_ZLIB
>
> config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE
> bool "monoscope"
This plugin is listed at the dependency-less plugins, so it should not
need to depend on any external library. Looking at
gst/matroska/matroska-demux.c, I can see that it is an optional
dependency with #ifdef HAVE_ZLIB and #ifdef HAVE_BZ2.
There are the --disable-zlib and --disable-bz2 configure options,
probably these should be used? I'll send a patch.
> @@ -119,4 +120,25 @@
> bool "wavparse (*.wav audio)"
> default y
>
> +comment "plugins with external dependencies (more to come)"
> +
> +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX
> + bool "annodex (XML Library)"
> + default y
This is listed at the plugins with external dependencies. Looking at
Gentoo's ebuild, libxml2 is required. So there should be a "select
BR2_PACKAGE_LIBXML2" and and additional entry in the .mk file.
But why "default y"? In the initial patch, I just enabled the plugins
(all were dependency-less), that were mandatory for audio and video
playback. I think this should be kept.
> +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ESD
> + bool "esdsink (ESounD sound daemon)"
Also missing dependency. But I guess you put this here because it was
selected during configure. But since esd is not available in Buildroot,
it can be disabled completely.
> +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_JPEG
> + bool "jpeg (JPEG support)"
> + depends on BR2_PACKAGE_JPEG
> + default y
Again, I'd suggest to remove "default y". And as this is not a plugin, I
would not put it into the "external plugins" section, but at the top.
> +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
> + bool "ossaudio (OSS audio)"
Same as esdsink.
> +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PNG
> + bool "png (PNG support)"
> + depends on BR2_PACKAGE_LIBPNG
> + default y
> endif
Same as jpeg, please remove "default y" and put it at the top of
Config.in.
Markus
next prev parent reply other threads:[~2009-01-22 9:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 13:33 [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good laird at uclibc.org
2009-01-21 13:40 ` Peter Korsgaard
2009-01-21 15:56 ` Daniel Laird
2009-01-22 9:16 ` Markus Heidelberg
2009-01-22 9:20 ` Daniel James Laird
2009-01-22 9:32 ` Markus Heidelberg
2009-01-22 9:44 ` Markus Heidelberg
2009-01-22 9:09 ` Markus Heidelberg [this message]
2009-01-22 9:13 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2009-01-22 8:09 laird at uclibc.org
2009-01-22 11:01 laird at uclibc.org
2009-01-22 21:17 ` Markus Heidelberg
2009-01-23 9:18 ` Peter Korsgaard
2009-01-23 10:39 laird at uclibc.org
2009-02-25 19:51 jacmet at uclibc.org
2009-02-26 8:05 jacmet at uclibc.org
2009-02-26 8:05 jacmet at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200901221009.18267.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox