Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2009-03-18 | alsa-lib: don't force EABI for ARM | Peter Korsgaard | |
Closes #191. | |||
2009-02-23 | alsa-lib: convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-02-23 | alsa-lib: don't use versioned symbols | Peter Korsgaard | |
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. | |||
2009-02-07 | alsa-lib: make python option depend on python | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-04 | alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON | Peter Korsgaard | |
Tell it where to find the python headers. | |||
2009-02-01 | alsa-lib: clean up makefile | Peter Korsgaard | |
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. | |||
2009-01-31 | Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵ | Ulf Samuelsson | |
break, feedback to AVR32 compiler team will be sent | |||
2009-01-28 | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | |
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | |||
2009-01-27 | alsa-lib: fix typo in -source target | Peter Korsgaard | |
2009-01-17 | Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵ | Ulf Samuelsson | |
selected | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-12 | Disable use of python in alsa-lib, if not configured | Ulf Samuelsson | |
2009-01-11 | Make sure alsa-lib build with correct python version | Ulf Samuelsson | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-05 | alsa-lib: bump version to 1.0.18 | Hans-Christian Egtvedt | |
2008-11-15 | package/audio: rename audio category to multimedia | Peter Korsgaard | |
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> |