summaryrefslogtreecommitdiffstats
path: root/package/multimedia/alsa-lib
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-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 ARMPeter Korsgaard2009-03-181-4/+0
| | | | Closes #191.
* alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-231-77/+24
|
* alsa-lib: don't use versioned symbolsPeter Korsgaard2009-02-231-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 pythonPeter Korsgaard2009-02-071-1/+1
| | | | As discussed on the list.
* alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard2009-02-041-0/+1
| | | | Tell it where to find the python headers.
* alsa-lib: clean up makefilePeter Korsgaard2009-02-011-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 Samuelsson2009-01-312-2/+101
| | | | break, feedback to AVR32 compiler team will be sent
* alsa-lib: fix build with largefile on 32bit archsPeter Korsgaard2009-01-281-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 targetPeter Korsgaard2009-01-271-1/+1
|
* Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson2009-01-172-2/+14
| | | | selected
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Disable use of python in alsa-lib, if not configuredUlf Samuelsson2009-01-121-0/+2
|
* Make sure alsa-lib build with correct python versionUlf Samuelsson2009-01-111-0/+5
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* alsa-lib: bump version to 1.0.18Hans-Christian Egtvedt2008-12-051-1/+1
|
* package/audio: rename audio category to multimediaPeter Korsgaard2008-11-152-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>