[Buildroot] [PATCHv2] libao: new package

Peter Korsgaard jacmet at uclibc.org
Tue Jan 11 14:15:59 UTC 2011


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/multimedia/Config.in       |    1 +
 Gustavo>  package/multimedia/libao/Config.in |    7 +++++++
 Gustavo>  package/multimedia/libao/libao.mk  |   21 +++++++++++++++++++++
 Gustavo>  3 files changed, 29 insertions(+), 0 deletions(-)
 Gustavo>  create mode 100644 package/multimedia/libao/Config.in
 Gustavo>  create mode 100644 package/multimedia/libao/libao.mk

 Gustavo> +++ b/package/multimedia/libao/libao.mk
 Gustavo> @@ -0,0 +1,21 @@
 Gustavo> +#############################################################
 Gustavo> +#
 Gustavo> +# libao
 Gustavo> +#
 Gustavo> +#############################################################
 Gustavo> +
 Gustavo> +LIBAO_VERSION = 1.0.0
 Gustavo> +LIBAO_SITE = http://downloads.xiph.org/releases/ao
 Gustavo> +LIBAO_DEPENDENCIES = host-pkg-config
 Gustavo> +LIBAO_INSTALL_STAGING = YES
 Gustavo> +LIBAO_CONF_OPT = --disable-esd --disable-wmm --disable-arts \
 Gustavo> +			--disable-nas --disable-pulse
 Gustavo> +
 Gustavo> +ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
 Gustavo> +LIBAO_DEPENDENCIES += alsa-lib
 Gustavo> +LIBAO_CONF_OPT += --enable-alsa --enable-alsa-mmap
 Gustavo> +else
 Gustavo> +LIBAO_CONF_OPT = --disable-alsa

This should have been a '+=', but I've fixed that. Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list