Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa-lib: fix noMMU build | Thomas Petazzoni | 2013-03-09 | 1 | -0/+1 |
| | | | | | | | Add a patch to use vfork() instead of fork(). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | alsa-lib: fix build on bfin | Peter Korsgaard | 2012-12-06 | 1 | -0/+6 |
| | | | | | | | | | Bfin toolchains don't have versionsort (which alsa-lib needs), so fake it using alphasort instead. Fixes http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | alsa-lib: fix static linking check | Peter Korsgaard | 2012-11-29 | 1 | -1/+1 |
| | | | | | | | | Closes #5732 The symbol for static linking is BR2_PREFER_STATIC_LIB. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | alsa-lib: bump to version 1.0.26 | Gustavo Zacarias | 2012-11-17 | 1 | -2/+2 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | alsa-lib: add license info | Danomi Manchego | 2012-08-21 | 1 | -0/+2 |
| | | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package/multimedia: move audio libraries out | Gustavo Zacarias | 2012-05-05 | 1 | -0/+86 |
| | | | | | | | | Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | audio: Move all audio packages into audio subdir | Daniel Laird | 2008-09-05 | 1 | -87/+0 |
| | | | | | | | | Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird | ||||
* | remove devdir config option from alsa lib, should use mdev rule instead | John Voltz | 2008-04-10 | 1 | -1/+0 |
| | |||||
* | fixed arch dependent option | John Voltz | 2008-03-06 | 1 | -1/+5 |
| | |||||
* | added alsa dev directory location to configure statement | John Voltz | 2008-03-06 | 1 | -1/+3 |
| | |||||
* | buildroot: add missing -source targets | Peter Korsgaard | 2008-02-19 | 1 | -0/+2 |
| | |||||
* | Make aapcs-linux abi, dependent on ARM arch | Ulf Samuelsson | 2007-11-28 | 1 | -1/+7 |
| | |||||
* | Add '-mabi=aapcs-linux' to CFLAGS in 'alsa-lib' to be compatible w kernel | Ulf Samuelsson | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Strip files the correct alsa-lib subdirectory | Ulf Samuelsson | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | - fix wrong src-path of libasound (Simon Pasch) | Bernhard Reutner-Fischer | 2007-08-24 | 1 | -3/+2 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | Use correct path for alsa-lib | Ulf Samuelsson | 2007-07-28 | 1 | -1/+1 |
| | |||||
* | cleanup alsa-lib | Ulf Samuelsson | 2007-07-23 | 1 | -11/+12 |
| | |||||
* | Add alsa-lib package | Ulf Samuelsson | 2007-07-23 | 1 | -0/+74 |