aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
AgeCommit message (Collapse)Author
2012-10-28Replace bb.data.* with d.*Paul Eggleton
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>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* 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>
2012-10-10libav: Change the PACKAGES_DYNAMIC expression to be more restrictOtavio Salvador
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>
2012-10-10libav: Update git version to 2012-10-04 snapshotOtavio Salvador
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>
2012-10-10libpostproc: Add git versionOtavio Salvador
This has been split from libav code during development of 0.9 series. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05v4l-utils: fix build breakageKoen Kooi
Update to a newer SRCREV for fixed and get autotools support as a bonus. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05vlc: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05mplayer2: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05gst-ffmpeg: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05libav: Update to 0.8.3 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05libav: Drop 0.6.5 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05libav: Convert to use dynamic packages to split librariesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-03media-ctl: Update to latest upstream to fix build with latest autotoolsGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07media-ctl: Fix build with latest automakeGary Thomas
Update to latest upstream version to fix build with automake >= 1.12 Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07mplayer2: enable speexMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-19libopus: use 4 spaces instead of tabs in get_libopus_fpu_settingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-19recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-17v4l-utils 0.8.8: disable qv4l2 buildKoen Kooi
It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16various: update ; proto= to ; protocol= in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-13xbmc: move from meta-oe to meta-multimediaPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25yavta: add patch to enable streaming to stdoutKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20libopus: add libopus_0.9.14Radek Dostal
Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-19xbmc: update to HEAD of the release branchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-04libav-0.7.4: fix build with gcc-4.7Martin Jansa
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>
2012-04-30media-ctl: update to latest gitKoen Kooi
* split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-30v4l-utils: update to 0.8.8Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-30yavta: update to latest gitKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-26librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved ↵Martin Jansa
to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-09xbmc: fix .desktop for ARMKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09xbmc: update to head of the Eden release branchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-04v4l-utils: correct license delimiterStefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-29faad2: fix QA warningsAndreas Müller
fix the following warnings: WARNING: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libfaad-dev/usr/lib/libfaad.a' WARNING: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libmp4ff-dev/usr/lib/libmp4ff.a' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26xbmc: update from rc2 to final releaseKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-16libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONFAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-09bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02xbmc: update to Eden RC2 and remove patches that have been fixed upstreamKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28xbmc: update to Eden RC1 and remove patches that have been applied upstreamKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28xbmc: add missing python runtime dependenciesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SETMartin Jansa
* virtual/kernel was needed only to provide omapfb.h in staging but that's now moved to BSP layers, no need to make sstate hash machine specific here. * s/ARM/arm/ is just cosmetic change because classes are testing only '== "thumb"' so it works the same with ARM but mplayer2 was only recipe using it uppercase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28tiff: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28libsdl-image: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24xbmc: update to Eden Beta 3.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-30gst-ffmpeg: add bbappend to make it use the external libavKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26xbmc: fix CEC supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25mplayer2: bump PR to rebuild against newer libavMartin Jansa
* libav now produces libavformat53 instead of libavformat52 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-24xbmc: enable libusb and fix zeroconfKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24xbmc: update SRCREV, add CEC and Airplay supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24libav: add 0.7.4, keep 0.6.5 for referenceKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24libav 0.6.5: reenable libavfilterKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>