summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/vlc
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Unify indentationMartin Jansa2013-04-151-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* vlc: add fluidsynth and alsa-lib to DEPENDS for reproducible buildsMartin Jansa2012-12-112-2/+2
| | | | | | * fluidsynth can be autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: disable kde-solidMartin Jansa2012-12-112-2/+2
| | | | | | | | | | | | | | * fixes: WARNING: QA Issue: vlc: Files/directories were installed but not shipped /usr/share/kde4 /usr/share/kde4/apps /usr/share/kde4/apps/solid /usr/share/kde4/apps/solid/actions /usr/share/kde4/apps/solid/actions/vlc-opendvd.desktop /usr/share/kde4/apps/solid/actions/vlc-openvcd.desktop /usr/share/kde4/apps/solid/actions/vlc-opencda.desktop Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: rework dependenciesSylvain Paré2011-12-202-3/+4
| | | | | | | | | | * re-adds dropped depends as they are available now * adds libxpm as dependency as current vlc's config depends on it. * bumps PR * NOTE about ENTERPRISE_DISTRO : is that supposed to be still used or should this be replaced by something which respects COMMERCIAL_LICENSE setting ? Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: drop depends not yet in meta-oeMartin Jansa2011-09-171-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: update to 1.1.11 and fix xml2 buildKoen Kooi2011-09-152-10/+13
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: fix gettext usageKoen Kooi2011-09-141-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: remove hal dependency, fix PRKoen Kooi2011-09-072-6/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: Imported from OE classicJoel A Fernandes2011-09-072-0/+97
| | | | | | | | | | - Reset PR - Dropped PRIORITY= variable and changed schroedinger dependency to gst-plugins-bad - Moved common code to .inc - Updated LICENSE version to GPLv2 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libdvdcss: Imported from OE classic, vlc depends on itJoel A Fernandes2011-09-071-0/+13
Dropped PR=r0 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>