Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa-lib: fix build with BR2_CONFIG_CACHE | Peter Korsgaard | 2009-11-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -3/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | alsa-lib: don't force EABI for ARM | Peter Korsgaard | 2009-03-18 | 1 | -4/+0 |
| | | | | Closes #191. | ||||
* | alsa-lib: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-23 | 1 | -77/+24 |
| | |||||
* | alsa-lib: don't use versioned symbols | Peter Korsgaard | 2009-02-23 | 1 | -0/+1 |
| | | | | | | | As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with alsa-lib, see http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html for details. | ||||
* | alsa-lib: make python option depend on python | Peter Korsgaard | 2009-02-07 | 1 | -1/+1 |
| | | | | As discussed on the list. | ||||
* | alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON | Peter Korsgaard | 2009-02-04 | 1 | -0/+1 |
| | | | | Tell it where to find the python headers. | ||||
* | alsa-lib: clean up makefile | Peter Korsgaard | 2009-02-01 | 1 | -7/+5 |
| | | | | | | As discussed on the list. I suspect the ARM abi thing isn't needed anymore now we use the correct abi in the first place, but I'll leave it in until after the release. | ||||
* | Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵ | Ulf Samuelsson | 2009-01-31 | 2 | -2/+101 |
| | | | | break, feedback to AVR32 compiler team will be sent | ||||
* | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | 2009-01-28 | 1 | -0/+30 |
| | | | | | Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | ||||
* | alsa-lib: fix typo in -source target | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵ | Ulf Samuelsson | 2009-01-17 | 2 | -2/+14 |
| | | | | selected | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Disable use of python in alsa-lib, if not configured | Ulf Samuelsson | 2009-01-12 | 1 | -0/+2 |
| | |||||
* | Make sure alsa-lib build with correct python version | Ulf Samuelsson | 2009-01-11 | 1 | -0/+5 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | alsa-lib: bump version to 1.0.18 | Hans-Christian Egtvedt | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | package/audio: rename audio category to multimedia | Peter Korsgaard | 2008-11-15 | 2 | -0/+94 |
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> |