[Buildroot] ALSA for build root

Bernhard Fischer rep.dot.nop at gmail.com
Tue May 29 20:04:08 UTC 2007


On Tue, May 29, 2007 at 09:03:12AM +0200, Hans-Christian Egtvedt wrote:
>On Sat, 2007-05-26 at 15:45 +0100, Rod Boyce wrote:
>> Rod Boyce wrote:
>
><cut intro about alsa patches>
>
>> As promised attached is a patch to add ALSA packages to build root I 
>> have only tested on i386 but it seems to work for me.  This patch is 
>> against the latest SVN repository No. 18694.  I have not tested the 
>> alsa-tools well and in-fact because I am not using X or GTK most will 
>> not compile I have disabled all the the ac3dec by default.  Also I am 
>> assuming the latest version of ALSA and a compatible kernel.
>
>I am working on the exactly same package (alsa + alsa-util) for
>buildroot, so far testing on an AVR32 platform.
>
>> diff -Nu --recursive --exclude=.svn --exclude=config --exclude=libogg
>> --exclude=libvorbis ../trunk/package/alsa-lib/alsa-lib.mk
>> package/alsa-lib/alsa-lib.mk
>> --- ../trunk/package/alsa-lib/alsa-lib.mk       1970-01-01
>> 01:00:00.000000000 +0100
>> +++ package/alsa-lib/alsa-lib.mk        2007-05-26 08:17:42.849975524
>> +0100
>> @@ -0,0 +1,135 @@
>> +#############################################################
>> +#
>> +# ALSA library
>> +#
>> +#############################################################
>> +
>> +ALSA-LIB_VERSION=1.0.14rc4
>> +ALSA-LIB_SOURCE=alsa-lib-$(ALSA-LIB_VERSION).tar.bz2
>> +ALSA-LIB_SITE=ftp://ftp.alsa-project.org/pub/lib/
>> +ALSA-LIB_DIR=$(BUILD_DIR)/${shell basename
>> $(ALSA-LIB_SOURCE) .tar.bz2}

And please don't forget to strip this basename nonsense off.

thanks,



More information about the buildroot mailing list