summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* libtheora: add DEPENDS on liboggDexuan Cui2010-10-221-1/+3
| | | | | | | | | This is used to fix the following build failure: checking for oggpackB_read... no | configure: error: newer libogg version (1.1 or later) required Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* gst-ffmpeg: powerpc build errorsBruce Ashfield2010-10-211-1/+1
| | | | | | | | | | Fixes [BUGID #501] While building the poky-image-sato target, gst-ffmpeg failed when it attempted to run altivec tests on the host. We can live without this optimization, so the easiest fix is to simply disable it. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* gstreamer: add support for theora pluginsDongxiao Xu2010-10-184-4/+32
| | | | | | | Add theora codec and its corresponding lib recipe (import from OE). This fixes [BUGID #476]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold2010-10-081-8/+6
| | | | | | | | Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gst-openmax: Add LICENSE fieldSaul Wold2010-09-301-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gstreamer: Ensure correct orcc version is usedGary Thomas2010-09-291-0/+8
| | | | | | | Taken from a patch from the OE list posted by Michael Smith, submitted to Poky by Gary Thomas. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: upgrade gcc for powerpc to version 4.5.0Dongxiao Xu2010-09-172-2/+44
| | | | | | | | | | | | | | Fix one parameter order issue for base_contains function, which impacts glibc build under new gcc. Add new judge code to determine whether <altivec.h> is needed. This fixes the mpeg2dec build failure under new gcc. Use O2 as the optimization flag to tinylogin as it will meet segfault if compiled by gcc-4.5.0 when enable both frename-registers and Os options. Use O2 instead. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-012-0/+40
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-meta-base: Enable some video and audio codecDongxiao Xu2010-08-312-5/+10
| | | | | | | | Enable mpeg-1 mpeg-2 video format Enable wav, flac audio format Fix [BUGID #151] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2751-0/+2097
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>