summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/caps
Commit message (Collapse)AuthorAgeFilesLines
* caps: Upgrade 0.9.24 -> 0.9.26Adrian Bunk2019-05-093-86/+2
| | | | | | | Remove patches applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* caps: Don't use ${PN}Richard Weinberger2019-01-101-3/+1
| | | | | | | | | | | | | | | Don't use ${PN} for the source dir, it will break multilib builds. The correct variable is ${BPN}. The bitbake defaults are: BP = "${BPN}-${PV}" S = "${WORKDIR}/${BP}" Therefore we can remove this line. Cc: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* caps: Replace obsoleted pow10f() with exp10fKhem Raj2018-02-112-0/+51
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* caps: Mark ARCH emptyKhem Raj2017-08-281-0/+1
| | | | | | | | | This is to ensure that if ARCH is set in Makefiles then its not used. This variable is generated using uname which is wrong for cross compile. So we dont want to set it accidently Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* caps: Fix buld with -pieKhem Raj2017-06-122-0/+19
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* caps: Use c99 int typesKhem Raj2017-04-052-4/+50
| | | | | | Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* caps: Add recipe for version 0.9.24Fabio Berton2016-10-212-0/+60
CAPS is a collection of audio plugins comprising basic virtual guitar amplification and a small range of classic effects, signal processors and generators of mostly elementary and occasionally exotic nature. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>