All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] PATCH: Add more config options to alsa, bump version
@ 2010-01-27 12:27 Will Wagner
  2010-01-27 13:59 ` Julien Boibessot
  2010-01-28 18:07 ` William Wagner
  0 siblings, 2 replies; 4+ messages in thread
From: Will Wagner @ 2010-01-27 12:27 UTC (permalink / raw)
  To: buildroot

This patch adds a lot of extra config options to alsa-lib (default 
should be the same as before options existed), with these you can 
substantially reduce the size of the alsa-lib library.

It also changes alsa-utils to only depend on ncurses if you have 
alsa-mixer selected.

Finally it bumps the version of alsa-lib and alsa-utils to 1.0.22
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0015-bump-alsa-version-add-options.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100127/56484916/attachment.diff>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] PATCH: Add more config options to alsa, bump version
  2010-01-27 12:27 [Buildroot] PATCH: Add more config options to alsa, bump version Will Wagner
@ 2010-01-27 13:59 ` Julien Boibessot
  2010-01-28 18:07 ` William Wagner
  1 sibling, 0 replies; 4+ messages in thread
From: Julien Boibessot @ 2010-01-27 13:59 UTC (permalink / raw)
  To: buildroot

Will Wagner a ?crit :
> This patch adds a lot of extra config options to alsa-lib (default
> should be the same as before options existed), with these you can
> substantially reduce the size of the alsa-lib library.
>
> It also changes alsa-utils to only depend on ncurses if you have
> alsa-mixer selected.
>
> Finally it bumps the version of alsa-lib and alsa-utils to 1.0.22
<cut>

> +ifneq ($(BR2_PACKAGE_ALSA_LIB_ALOAD),y)
> +ALSA_LIB_CONF_OPT += --disable-aload
> +endif
> +ifneq ($(BR2_PACKAGE_ALSA_LIB_MIXER),y)
> +ALSA_LIB_CONF_OPT += --disable-mizer
--disable-mixer, no ?

Regards,
Julien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] PATCH: Add more config options to alsa, bump version
  2010-01-27 12:27 [Buildroot] PATCH: Add more config options to alsa, bump version Will Wagner
  2010-01-27 13:59 ` Julien Boibessot
@ 2010-01-28 18:07 ` William Wagner
  2010-01-28 22:11   ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: William Wagner @ 2010-01-28 18:07 UTC (permalink / raw)
  To: buildroot

Have revised patch to fix the typo

On 27/01/2010 12:27, Will Wagner wrote:
> This patch adds a lot of extra config options to alsa-lib (default 
> should be the same as before options existed), with these you can 
> substantially reduce the size of the alsa-lib library.
>
> It also changes alsa-utils to only depend on ncurses if you have 
> alsa-mixer selected.
>
> Finally it bumps the version of alsa-lib and alsa-utils to 1.0.22
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner at carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100128/4ebd4ad9/attachment-0001.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-bump-alsa-version-add-options.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100128/4ebd4ad9/attachment-0001.diff>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] PATCH: Add more config options to alsa, bump version
  2010-01-28 18:07 ` William Wagner
@ 2010-01-28 22:11   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2010-01-28 22:11 UTC (permalink / raw)
  To: buildroot

>>>>> "William" == William Wagner <will_wagner@carallon.com> writes:

 William> Have revised patch to fix the typo

The removal of .la / .a files is wrong. That's globally handled in
target-finalize if HAVE_DEVFILES isn't enabled. There were also some
whitespace issues.

I've fixed both and committed - Thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-28 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27 12:27 [Buildroot] PATCH: Add more config options to alsa, bump version Will Wagner
2010-01-27 13:59 ` Julien Boibessot
2010-01-28 18:07 ` William Wagner
2010-01-28 22:11   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.