summaryrefslogtreecommitdiffstats
path: root/package/alsa-lib
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: fix noMMU buildThomas Petazzoni2013-03-092-0/+45
| | | | | | | 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 failures for nommuGustavo Zacarias2013-01-051-1/+3
| | | | | | | | | | Disable the pcm_shm plugin (aserver) and alisp for nommu systems since they use fork() Fixes http://autobuild.buildroot.net/results/7e59e73e516579045538e7cc0efbc22744a45d75 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: fix build on bfinPeter Korsgaard2012-12-061-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 checkPeter Korsgaard2012-11-291-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.26Gustavo Zacarias2012-11-171-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: require thread supportThomas Petazzoni2012-09-201-0/+8
| | | | | | | | | | | | | | | | Some parts of alsa-lib correctly use threads only when available, but some other parts, especially certain PCM plugins, unconditionally require threads. While it would certainly be possible to fix alsa-lib to only use threads when available, it probably doesn't make much sense, since on an embedded system that has audio, we are probably powerful enough to enable thread support in the C library. Fixes: http://autobuild.buildroot.org/results/e14469be7f6171f4c8c0c09c8e32943819f7938b/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: put BR2_PACKAGE_ALSA_LIB_PYTHON under the existing if conditionThomas Petazzoni2012-09-201-2/+2
| | | | | | | | | | Instead of duplicating the "depends on BR2_PACKAGE_ALSA_LIB", just put BR2_PACKAGE_ALSA_LIB_PYTHON under the existing condition "if BR2_PACKAGE_ALSA_LIB". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: add license infoDanomi Manchego2012-08-211-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-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-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 outGustavo Zacarias2012-05-053-0/+250
| | | | | | | | 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 subdirDaniel Laird2008-09-052-94/+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
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* remove devdir config option from alsa lib, should use mdev rule insteadJohn Voltz2008-04-101-1/+0
|
* fixed arch dependent optionJohn Voltz2008-03-061-1/+5
|
* added alsa dev directory location to configure statementJohn Voltz2008-03-061-1/+3
|
* buildroot: add missing -source targetsPeter Korsgaard2008-02-191-0/+2
|
* Make aapcs-linux abi, dependent on ARM archUlf Samuelsson2007-11-281-1/+7
|
* Add '-mabi=aapcs-linux' to CFLAGS in 'alsa-lib' to be compatible w kernelUlf Samuelsson2007-11-281-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Strip files the correct alsa-lib subdirectoryUlf Samuelsson2007-09-231-1/+1
|
* - fix wrong src-path of libasound (Simon Pasch)Bernhard Reutner-Fischer2007-08-241-3/+2
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-3/+3
|
* Use correct path for alsa-libUlf Samuelsson2007-07-281-1/+1
|
* cleanup alsa-libUlf Samuelsson2007-07-231-11/+12
|
* Add alsa-lib packageUlf Samuelsson2007-07-232-0/+82