From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/5] libao: new package
Date: Mon, 10 Jan 2011 22:30:24 +0100 [thread overview]
Message-ID: <877hec5tvz.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1294339321-5659-4-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Thu, 6 Jan 2011 15:42:00 -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 | 15 +++++++++++++++
Gustavo> 3 files changed, 23 insertions(+), 0 deletions(-)
Gustavo> create mode 100644 package/multimedia/libao/Config.in
Gustavo> create mode 100644 package/multimedia/libao/libao.mk
Gustavo> diff --git a/package/multimedia/Config.in b/package/multimedia/Config.in
Gustavo> index da50dbb..5c1111d 100644
Gustavo> --- a/package/multimedia/Config.in
Gustavo> +++ b/package/multimedia/Config.in
Gustavo> @@ -10,6 +10,7 @@ source "package/multimedia/gst-plugins-base/Config.in"
Gustavo> source "package/multimedia/gst-plugins-good/Config.in"
Gustavo> source "package/multimedia/gst-plugins-bad/Config.in"
Gustavo> source "package/multimedia/gst-plugins-ugly/Config.in"
Gustavo> +source "package/multimedia/libao/Config.in"
Gustavo> source "package/multimedia/libcdaudio/Config.in"
Gustavo> source "package/multimedia/libdvdread/Config.in"
Gustavo> source "package/multimedia/libdvdnav/Config.in"
Gustavo> diff --git a/package/multimedia/libao/Config.in b/package/multimedia/libao/Config.in
Gustavo> new file mode 100644
Gustavo> index 0000000..3c99ab9
Gustavo> --- /dev/null
Gustavo> +++ b/package/multimedia/libao/Config.in
Gustavo> @@ -0,0 +1,7 @@
Gustavo> +config BR2_PACKAGE_LIBAO
Gustavo> + bool "libao"
Gustavo> + help
Gustavo> + Libao is a cross-platform audio library that allows programs
Gustavo> + to output audio using a simple API on a wide variety of platforms.
Gustavo> +
Gustavo> + http://www.xiph.org/ao/
Gustavo> diff --git a/package/multimedia/libao/libao.mk b/package/multimedia/libao/libao.mk
Gustavo> new file mode 100644
Gustavo> index 0000000..edbada7
Gustavo> --- /dev/null
Gustavo> +++ b/package/multimedia/libao/libao.mk
Gustavo> @@ -0,0 +1,15 @@
Gustavo> +#############################################################
Gustavo> +#
Gustavo> +# libao
Gustavo> +#
Gustavo> +#############################################################
Gustavo> +
Gustavo> +LIBAO_VERSION = 1.0.0
Gustavo> +LIBAO_SITE = http://downloads.xiph.org/releases/ao
Gustavo> +LIBAO_INSTALL_STAGING = YES
Gustavo> +
Gustavo> +ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
Gustavo> +LIBAO_DEPENDENCIES += alsa-lib
Gustavo> +endif
This seems to atleast need host-pkg-config:
./configure: line 14903: /home/peko/source/buildroot/output2/host/usr/bin/pkg-config: No such file or directory
*** Your version of pkg-config is too old. You need version 0.9.0 or newer.
*** See http://www.freedesktop.org/software/pkgconfig
And configure also picks up a lot of host files, that might cause
problems:
checking for esd-config... /usr/bin/esd-config
checking for ESD - version >= 0.2.8... cross compiling; assumed OK...
yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking for snd_pcm_open in -lasound... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sndio.h usability... no
checking sndio.h presence... no
checking for sndio.h... no
checking roaraudio.h usability... no
checking roaraudio.h presence... no
checking for roaraudio.h... no
checking for artsc-config... /usr/bin/artsc-config
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2011-01-10 21:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-06 18:41 [Buildroot] [PATCH 1/5] alsa-utils: select alsa-lib Gustavo Zacarias
2011-01-06 18:41 ` [Buildroot] [PATCH 2/5] pciutils: SHARED make opt goes for install too Gustavo Zacarias
2011-01-10 13:11 ` Peter Korsgaard
2011-01-10 13:15 ` Gustavo Zacarias
2011-01-06 18:41 ` [Buildroot] [PATCH 3/5] flac: fix powerpc build Gustavo Zacarias
2011-01-10 21:27 ` Peter Korsgaard
2011-01-06 18:42 ` [Buildroot] [PATCH 4/5] libao: new package Gustavo Zacarias
2011-01-10 21:30 ` Peter Korsgaard [this message]
2011-01-11 13:45 ` Gustavo Zacarias
2011-01-06 18:42 ` [Buildroot] [PATCH 5/5] vorbis-tools: " Gustavo Zacarias
2011-01-11 15:38 ` Peter Korsgaard
2011-01-10 13:10 ` [Buildroot] [PATCH 1/5] alsa-utils: select alsa-lib Peter Korsgaard
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=877hec5tvz.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