Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2] libao: new package
Date: Tue, 11 Jan 2011 15:15:59 +0100	[thread overview]
Message-ID: <87bp3n34rk.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1294753530-4657-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Tue, 11 Jan 2011 10:45:30 -0300")

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

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@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

      reply	other threads:[~2011-01-11 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 13:45 [Buildroot] [PATCHv2] libao: new package Gustavo Zacarias
2011-01-11 14:15 ` Peter Korsgaard [this message]

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=87bp3n34rk.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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