summaryrefslogtreecommitdiff
path: root/package/multimedia/alsa-lib
AgeCommit message (Collapse)Author
2009-03-18alsa-lib: don't force EABI for ARMPeter Korsgaard
Closes #191.
2009-02-23alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-23alsa-lib: don't use versioned symbolsPeter 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-07alsa-lib: make python option depend on pythonPeter Korsgaard
As discussed on the list.
2009-02-04alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard
Tell it where to find the python headers.
2009-02-01alsa-lib: clean up makefilePeter 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-31Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵Ulf Samuelsson
break, feedback to AVR32 compiler team will be sent
2009-01-28alsa-lib: fix build with largefile on 32bit archsPeter 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-27alsa-lib: fix typo in -source targetPeter Korsgaard
2009-01-17Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson
selected
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-12Disable use of python in alsa-lib, if not configuredUlf Samuelsson
2009-01-11Make sure alsa-lib build with correct python versionUlf Samuelsson
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-05alsa-lib: bump version to 1.0.18Hans-Christian Egtvedt
2008-11-15package/audio: rename audio category to multimediaPeter 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>