summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins-base: Add tremor to DEPENDSSaul Wold2011-05-251-1/+1
| | | | | | | | | gst-plugins-base requires the libvorbisidec library which is part of tremor (From OE-Core rev: 358ffed8f61d30b5b434b3745a13930906bcfefe) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-openmax: Add patch for GCC 4.6.0Saul Wold2011-05-182-2/+22
| | | | | | | (From OE-Core rev: 6b407df32d50db19cb9c0492affabf14a8d6342b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: add Upstream-Status for multiple recipesDongxiao Xu2011-05-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostap: add upstream status for hostap-fw-load.patch lrzsz: add upstream status for lrzsz's patches bluez: add upstream status for bluez's patches bluez-dtl1-workaround: add upstream status for COPYING.patch libgsmd: add upstream status for gsm's patches. gypsy: add upstream status for gypsy's patch libpcap: add upstream status for libpcap's patches ppp: add upstream status for ppp's patches libtelepathy: add upstream status for libtelepathy's patches telepathy-python: add upstream status for telepahty-python's patches wireless-tools: add upstream status for wireless-tools's patches wpa-supplicant: add upstream status for wpa-supplicant zeroconf: add upstream status for zeroconf's patch glibc: add upstream status for glibc's patches dpkg: add upstream status for dpkg's patches makedevs: add upstream status for makedevs's patch opkg: add upstream status for opkg's patches opkg-utils: add upstream status for opkg-utils's patch minicom: add upstream status for minicom patches rpcbind: add upstream status for rpcbind's patch which: add upstream status for which's patch clutter-gst: add upstream status for clutter-gst's patches flac: add upstream status for flac's patches gst-ffmpeg: add upstream status for gst-ffmpeg's patch liba52: add upstream status for liba52's patch libid3tag: add upstream status for libid3tag libmusicbrainz: add upstream status for libmusicbrainz's patch pulseaudio: add upstream status for pulseaudio patches db: add upstream status for db's patch neon: add upstream status for neon's patch taglib: add upstream status for taglib's patches libetpan: add upstream status for libetpan's patch libopensync: add upstream status for libopensync's patches libopensync-plugin-evolution2: add upstream status for its patch libopensync-plugin-syncml: add upstream status for its patch libsyncml: add upstream status for libsyncml's patch empathy: add upstream status for empathy's patch wv: add upstream status for wv's patch xournal: add upstream status for xournal's patch (From OE-Core rev: 0f9f0518ac46c2f2beb0224e881ff136f1603d33) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-fluendo-mpegdemux: upgrade to version 0.10.67Dongxiao Xu2011-04-281-2/+2
| | | | | | | (From OE-Core rev: b0dd6ff9456f79d79fb2858bc32be0441e3814fb) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace POKYBASE with COREBASERichard Purdie2011-04-211-2/+2
| | | | | | (From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-ugly: upgrade to version 0.10.17Dongxiao Xu2011-04-181-0/+3
| | | | | | | (From OE-Core rev: 39750723811255dad667b0bf999da839e3e1fe49) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: upgrade to version 0.10.21Dongxiao Xu2011-04-181-3/+3
| | | | | | | (From OE-Core rev: 07daa84969ccebea3a714ab74ce7c23357334548) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: upgrade to version 0.10.28Dongxiao Xu2011-04-181-3/+3
| | | | | | | (From OE-Core rev: fdbb30ef953e6cab4c6e23f979f35886f60409f8) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-base: upgrade to version 0.10.32Dongxiao Xu2011-04-182-3/+5
| | | | | | | (From OE-Core rev: 8d90c075ec1e09a380fd97a43ab4be96fa03826c) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: upgrade to vesion 0.10.32Dongxiao Xu2011-04-185-2/+6
| | | | | | | (From OE-Core rev: 9d48b74220d899a0aebc7e05abdf19882ebf1579) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: add dependency on libsoup-2.4Saul Wold2011-04-121-2/+2
| | | | | | | | | | | When souphttpsrc was added to gst-meta-base, the corresponding dependency on libsoup was not added to gst-plugins-good, this resolves that. (From OE-Core rev: 7105e626bc77c6678a7dada381d20ad2676c8443) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-meta-base: Support http/https remote streamsDongxiao Xu2011-04-061-2/+3
| | | | | | | | | | | | Add libgstsouphttpsrc library to support remote stream playing via http/https protocols. This solves the mp4 playing issue by regel from mediatomb file server. (From OE-Core rev: f779c4d0960aff41fe9340b116a829f9be15e1ac) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+2
| | | | | | | | | DEPENDS directly (From OE-Core rev: 83bcd0b19311d274145398886e2718cda411ce8e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update SRC_URIs to use BPN instead of PNRichard Purdie2011-03-143-3/+3
| | | | | | | | [YOCTO #860] (From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: remove dependency on halPaul Eggleton2011-03-102-3/+3
| | | | | | | | | | 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>
* gst-plugins-bad: add missing dependency librsvgDongxiao Xu2011-03-101-2/+2
| | | | | | | | | | | | | | | | | | | | | 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] (From OE-Core rev: 5b675f91b17eb9d01a4552506518cc0f7de4eba4) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins: Added hal to DEPENDSSaul Wold2011-03-081-1/+1
| | | | | | | | | Fixes [YOCTO #810] (From OE-Core rev: c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: install the sound card driver of es1370Zhai Edwin2011-03-031-0/+3
| | | | | | | | | | | | | 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] (From OE-Core rev: 95e7b7b280d8f7e699a949fa775a6846a256266c) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-meta-base: add uridecodebin library supportDongxiao Xu2011-02-221-1/+2
| | | | | | | | | | 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>
* gstreamer: reenable PARALLEL_MAKEDongxiao Xu2011-02-171-2/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-base: add util-linux to DEPENDSPaul Eggleton2011-01-241-2/+2
| | | | | | | 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>
* gst-plugins-good: upgrade to version 0.10.26Dongxiao Xu2010-12-301-2/+2
| | | | | | upgrade from 0.10.25 to 0.10.26 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-base: upgrade to version 0.10.31Dongxiao Xu2010-12-303-30/+4
| | | | | | | 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>
* gstreamer: upgrade to version 0.10.31Dongxiao Xu2010-12-306-37/+4
| | | | | | | 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>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-302-4/+4
| | | | | | | 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>
* gst-plugins: fix for make 3.82Joshua Lock2010-12-213-2/+30
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Revert "gst-plugins: fix for make 3.82"Saul Wold2010-12-166-33/+5
| | | | | | | | | 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>
* gst-plugins-base: add avahi to DEPENDSJoshua Lock2010-12-161-2/+2
| | | | | | Base plugins try to link against avahi so ensure it is available Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gst-plugins: fix for make 3.82Joshua Lock2010-12-166-5/+33
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gstreamer: fix to comply with make 3.82's stricter parserJoshua Lock2010-12-162-3/+36
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gst-ffmpeg: upgrade to version 0.10.11Dongxiao Xu2010-12-165-103/+49
| | | | | | | | | | | | | | | 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>
* recipes-multimedia: Update SUMMARY and DESCRIPTIONSMark Hatle2010-12-161-0/+1
| | | | | | Add SUMMARY and update DESCRIPTIONS as appropriate Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gst-meta-base: Add LIC_FILES_CHKSUMSaul Wold2010-12-141-0/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-094-0/+12
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gst-fluendo-mpegdemux: upgrade to version 0.10.62Dongxiao Xu2010-12-091-1/+8
| | | | | | | | Add m4 path from common folder. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-fluendo-mp3: upgrade to version 0.10.15Dongxiao Xu2010-12-093-28/+13
| | | | | | | | | 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>
* gst-fluendo-mpegdemux: Fix LICENSE infoDongxiao Xu2010-12-022-1/+4
| | | | | | Add LIC_FILES_CHKSUM information Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-fluendo-mp3: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu2010-12-021-0/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu2010-12-021-1/+4
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-openmax: Upgrade to version 0.10.1Dongxiao Xu2010-12-022-19/+20
| | | | | | Fixed recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-base: Fix build errorDongxiao Xu2010-11-182-1/+20
| | | | | | | | | | | 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>
* gst-plugins-ugly: Upgraded to version 0.10.16Dongxiao Xu2010-11-141-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-bad: Upgraded to version 0.10.20Dongxiao Xu2010-11-141-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-good: Upgraded to version 0.10.25Dongxiao Xu2010-11-141-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins-base: Upgraded to version 0.10.30Dongxiao Xu2010-11-141-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gstreamer: Upgrade to version 0.10.30Dongxiao Xu2010-11-145-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@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-182-4/+5
| | | | | | | 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>