summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/audiofile
Commit message (Collapse)AuthorAgeFilesLines
* audiofile: Inherit pkgconfig instead of binconfigKhem Raj2017-06-121-1/+1
| | | | | | | | | Fixes build with musl ../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found ../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: add alsa-lib to DEPENDSAndreas Müller2017-02-131-1/+6
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: update to 0.3.6Andreas Müller2016-12-265-15/+209
| | | | | | | License checksum changed by altering address of FSF Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: Use gnome mirrors for SRC_URIKhem Raj2014-10-301-1/+1
| | | | | | | original uri seems to be down now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* In LICENSE "&&" should be replaced with "&"Andrei Gherzan2012-01-161-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* audiofile: Update 0.2.6 to 0.2.7Michael Lippautz2011-07-095-165/+5
| | | | | | | | | | | | | | | 0.2.7 fixes various bugs of 0.2.6 and adds further support for WAVE and AIFF-C formats. Drop patches: * CVE-2008-5824 is already fixed in 0.2.7 (patch has just been a workaround): https://github.com/mpruett/audiofile/commit/e8cf0095b3f319739f9aa1ab5a1aa52b76be8cdd * oldstyle patch is not needed , since current toolchain compiles C files with old style function declarations * audiofile-0.2.6 patch is already applied in 0.2.7 * audiofile-m4_quote_fix is already applied in 0.2.7 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* audiofile: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948eaKoen Kooi2011-06-035-0/+176
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>