summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/libao
Commit message (Collapse)AuthorAgeFilesLines
* libao: Remove the non-default esound PACKAGECONFIGAdrian Bunk2019-07-111-1/+0
| | | | | | | esound has been removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-1/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-multimedia: use bb.utils.contains() instead of base_contains()Ross Burton2016-04-281-1/+1
| | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libao: update to 1.2.0Derek Straka2016-03-141-2/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libao: fix PACKAGECONFIG definitionRoss Burton2015-06-171-1/+1
| | | | | | | The ${base_contains...} calls were missing their trailing }. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libao: add PACKAGECONFIG for alsa and pulseaudioMartin Jansa2014-05-121-1/+3
| | | | | | | | | | | * fixes following issues from test-dependencies report: Found errors: libao/libao-plugin-libalsa/latest doesn't exist libao/libao-plugin-libalsa-dbg/latest doesn't exist libao/libao-plugin-libpulse/latest doesn't exist libao/libao-plugin-libpulse-dbg/latest doesn't exist Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+3
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libao: Add PACKAGECONFIG for esound supportDiego Sueiro2014-02-231-0/+3
| | | | | | | | libao compiling is failing because of a dependency on esound. Adding PACKAGECONFIG to fix the issue. Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libao: add missing plugin to packages listPatrick Patat2013-11-031-0/+2
| | | | | Signed-off-by: Patrick Patat <patrick.patat@innotis.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libao: add version 1.1.0jc@vtkloud.com2013-09-191-0/+23
This is basically a 99% import of Peter Tworek's recipe from tworaz666@gmail.com found in https://github.com/tworaz/oe-tworaz/blob/master/meta-jlime/recipes-support/libao/libao_1.1.0.bb Signed-off-by: JC <jc@vtkloud.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>