summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
AgeCommit message (Collapse)Author
2011-04-20Replace POKYBASE with COREBASERichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18gst-plugins-ugly: upgrade to version 0.10.17Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-bad: upgrade to version 0.10.21Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-good: upgrade to version 0.10.28Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-base: upgrade to version 0.10.32Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gstreamer: upgrade to vesion 0.10.32Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-12gst-plugins-good: add dependency on libsoup-2.4Saul Wold
When souphttpsrc was added to gst-meta-base, the corresponding dependency on libsoup was not added to gst-plugins-good, this resolves that. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-06gst-meta-base: Support http/https remote streamsDongxiao Xu
Add libgstsouphttpsrc library to support remote stream playing via http/https protocols. This solves the mp4 playing issue by regel from mediatomb file server. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-04gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to ↵Khem Raj
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-10gst-plugins-good: remove dependency on halPaul Eggleton
On Tuesday 08 March 2011 18:55:44 Richard Purdie wrote: > > Saul Wold (3): > > gst-plugins: Added hal to DEPENDS > > attr: Added ncurses to depends > > lsb-live image: add lsb-live and lsb-sdk-live image types > > Merged. I'd like to drop the hal dependency if someone can send me a > patch which disables it and everything works. Patch attached to do this (against oe-core) . Cheers, Paul From d6f52ebf89e8413f8e24bbc9ab58a0d0e5c45c09 Mon Sep 17 00:00:00 2001 From: Paul Eggleton <paul.eggleton@linux.intel.com> Date: Wed, 9 Mar 2011 01:21:25 +0000 Subject: [PATCH] gst-plugins-good: remove dependency on hal Disable hal usage at configure time to avoid dependency on hal (which is deprecated). Only affects "halelements" which is of no use without hal. Fixes [YOCTO #810] and reverts changes from c6b0c5720fa. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-10gst-plugins-bad: add missing dependency librsvgDongxiao Xu
Defaultly gst-plugins-bad will configured with option --enable-rsvg. Besides, it will check if librsvg really exists by certain configure code. Therefore there will be a certain race condition that, during librsvg's populate_sysroot, gst-plugins-bad's do_compile will find some header files are still not exists though its configure says the library is supported. Explicitly add librsvg as gst-plugins-bad's dependency could solve this issue. This fixes [YOCTO #831] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-03-06gst-plugins: Added hal to DEPENDSSaul Wold
Fixes [YOCTO #810] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03gstreamer: install the sound card driver of es1370Zhai Edwin
When append "audio" to poky-qemu, emulated sound card like es1370 is exported to guest. This patch install the kernel driver in the poky-image-qemux86/x86_64 to use them. [BUGID #751] Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-22gst-meta-base: add uridecodebin library supportDongxiao Xu
libowl-av tries to use playbin2 defaultly, which needs uridecodebin support from gst-plugins-base. This fixes both [BUGID #615] and [BUGID #616] CC: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-17gstreamer: reenable PARALLEL_MAKEDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-01-24gst-plugins-base: add util-linux to DEPENDSPaul Eggleton
gst-plugins-base requires libuuid, so add util-linux to DEPENDS. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-12-30gst-plugins-good: upgrade to version 0.10.26Dongxiao Xu
upgrade from 0.10.25 to 0.10.26 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30gst-plugins-base: upgrade to version 0.10.31Dongxiao Xu
upgrade from 0.10.30 to 0.10.31 Remove make-382.patch since the fix is already in upstream Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30gstreamer: upgrade to version 0.10.31Dongxiao Xu
upgrade from 0.10.30. Remove make-382.patch since the fix is already in upstream. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-21gst-plugins: fix for make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16Revert "gst-plugins: fix for make 3.82"Saul Wold
This reverts commit 06570b84e498e8643aa29d9864f377bd55df1f23. These versions of gst-plugins-* already have been fixed upstream for the make 3.82 problems, so this patch detects already applied and bails Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16gst-plugins-base: add avahi to DEPENDSJoshua Lock
Base plugins try to link against avahi so ensure it is available Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16gst-plugins: fix for make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16gstreamer: fix to comply with make 3.82's stricter parserJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16gst-ffmpeg: upgrade to version 0.10.11Dongxiao Xu
Derived the recipe from openembedded. For poky, we use the ffmpeg lib contained in the package, while openembedded use the system ffmpeg library. Removed the PATH_prepend since the latest version of gst-ffmpeg install program will be called with "-s" unless expilcitly with "make install-strip". Update recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-16recipes-multimedia: Update SUMMARY and DESCRIPTIONSMark Hatle
Add SUMMARY and update DESCRIPTIONS as appropriate Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-14gst-meta-base: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09gst-fluendo-mpegdemux: upgrade to version 0.10.62Dongxiao Xu
Add m4 path from common folder. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-09gst-fluendo-mp3: upgrade to version 0.10.15Dongxiao Xu
Remove configure_fix.patch since the original logic is not exist in upstream code. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gst-fluendo-mpegdemux: Fix LICENSE infoDongxiao Xu
Add LIC_FILES_CHKSUM information Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gst-fluendo-mp3: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gst-openmax: Upgrade to version 0.10.1Dongxiao Xu
Fixed recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18gst-plugins-base: Fix build errorDongxiao Xu
The latest tremor has dropped its internal libogg2, which gst-plugins-base is depend on. Remove the "-DTREMOR" in gst-plugins-base Makefile.am to fix the build issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14gst-plugins-ugly: Upgraded to version 0.10.16Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14gst-plugins-bad: Upgraded to version 0.10.20Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14gst-plugins-good: Upgraded to version 0.10.25Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14gst-plugins-base: Upgraded to version 0.10.30Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14gstreamer: Upgrade to version 0.10.30Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-21gst-ffmpeg: powerpc build errorsBruce Ashfield
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>
2010-10-18gstreamer: add support for theora pluginsDongxiao Xu
Add theora codec and its corresponding lib recipe (import from OE). This fixes [BUGID #476]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-08gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold
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>
2010-09-30gst-openmax: Add LICENSE fieldSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-29gstreamer: Ensure correct orcc version is usedGary Thomas
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>
2010-08-31gst-meta-base: Enable some video and audio codecDongxiao Xu
Enable mpeg-1 mpeg-2 video format Enable wav, flac audio format Fix [BUGID #151] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
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>