summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libav
Commit message (Collapse)AuthorAgeFilesLines
* libav: add PACKAGECONFIG for bzip2 and jackMartin Jansa2013-08-221-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: library packages shouldn't rdepend on libav packageAndreas Oberritter2013-03-131-1/+2
| | | | | | | | | Otherwise the libav executables (avplay, ffmpeg etc.) get dragged into the image, along with all their dependencies (e.g. SDL). Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* patches: update Upstream-Status to use capital 'S'Martin Jansa2013-02-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: enable x264 encoder supportKoen Kooi2013-01-271-2/+3
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: add support for AArch64Marcin Juszkiewicz2013-01-182-0/+32
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: move --enable-postproc to 0.8.4 recipeMarcin Juszkiewicz2013-01-182-1/+4
| | | | | | | libav 9.1 does not have this option. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: update to 0.8.4Koen Kooi2013-01-181-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: remove trailing backslash from commentsMartin Jansa2012-12-161-4/+4
| | | | | | * http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Replace bb.data.* with d.*Paul Eggleton2012-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-191-1/+1
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: Change the PACKAGES_DYNAMIC expression to be more restrictOtavio Salvador2012-10-101-1/+1
| | | | | | | | | Using 'lib*' we end having problem with every other package that generate libraries dynamically thus we changed it to match the library prefixes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Update git version to 2012-10-04 snapshotOtavio Salvador2012-10-101-9/+13
| | | | | | | | This package depends on libpostproc to ensure same set of libraries is provided for runtime. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Update to 0.8.3 versionOtavio Salvador2012-10-053-71/+12
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Drop 0.6.5 versionOtavio Salvador2012-10-051-22/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Convert to use dynamic packages to split librariesOtavio Salvador2012-10-051-43/+33
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav-0.7.4: fix build with gcc-4.7Martin Jansa2012-05-042-2/+61
| | | | | | | A cmp instruction with two constants is invalid, therefore 'g' constraint is not correct but must be "rm" instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: add 0.7.4, keep 0.6.5 for referenceKoen Kooi2012-01-243-2/+41
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav 0.6.5: reenable libavfilterKoen Kooi2012-01-241-1/+7
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: update to 0.6.5Koen Kooi2012-01-231-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav, libvpx, mplayer2: drop work around for gcc-4.6 ICE, no need to pass ↵Martin Jansa2012-01-121-2/+2
| | | | | | -fno-tree-vectorize now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in ↵Koen Kooi2011-12-191-1/+1
| | | | | | OE-core Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-coreMartin Jansa2011-12-161-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: disable yasm for x86 and x86-64 builds, because we don't have recipe ↵Martin Jansa2011-11-071-0/+4
| | | | | | | for that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: enable libvpxKoen Kooi2011-08-171-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav git: import from OE .dev and clean upKoen Kooi2011-08-112-0/+144
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>