summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/faac
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac: update 1.29 -> 1.29.9.2Athanasios Oikonomou2019-01-022-35/+4
| | | | | | | | | | | | | | | | | Remove not required patch and extra EXTRA_OECONF "--without-mp4v2". Previously not required mp4v2 library was dropped on 1.29.9.2. While being there also fix issue with multilib build on aarch64 using FILES_lib${BPN} instead of FILES_lib${PN}. WARNING: lib32-faac-1.29.9.2-r0 do_package: QA Issue: lib32-faac: Files/directories were installed but not shipped in any package: /usr/lib/libfaac.so.0 /usr/lib/libfaac.so.0.0.0 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-faac: 2 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Athanasios Oikonomou <athoik@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faac: set LICENSE_FLAGSPaul Eggleton2018-08-151-0/+2
| | | | | | | | Commercial usage requires licensing according to the homepage, so set LICENSE_FLAGS = "commercial" to indicate that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faac: set HOMEPAGEPaul Eggleton2018-08-151-0/+1
| | | | | | | Set HOMEPAGE so there is a place to go for more information. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faac: update 1.28 -> 1.29Andreas Müller2017-07-146-431/+27
| | | | | | | Most patches don't apply any more and build succeeds Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac: Fix with with security flags and on muslKhem Raj2017-04-053-1/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faac: address gcc-6 narrowing errors via an explicit castDerek Straka2016-06-232-4/+50
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac, iperf, crash, espeak, open-vcdiff: blacklist, fails to build with gcc-6Martin Jansa2016-06-131-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac: fix S!=B failureMatthieu CRAPET2014-05-211-3/+3
| | | | | | | Also use ${BP} and ${BPN}. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac: add recipePaul Eggleton2013-10-052-0/+353
Originally based on the recipe from OE-Classic. Changes from that version: * Update to 1.28 * Add a patch from Debian to fix compilation errors * Split out staticdev files into their own package * Set reasonable SUMMARY instead of DESCRIPTION * Add LIC_FILES_CHKSUM * Drop PRIORITY and default value of S * Rearrange recipe into logical order Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>