summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* gst-ffmpeg: fix CVE-2013-3674Ming Liu2013-12-122-1/+28
| | | | | | | | | | | | | | | | | | | The cdg_decode_frame function in cdgraphics.c in libavcodec in FFmpeg before 1.2.1 does not validate the presence of non-header data in a buffer, which allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) via crafted CD Graphics Video data. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-3674 (From OE-Core master rev: f1721553a873b242bc26ad3e4d618aea39dfd507) (From OE-Core rev: d4d908afca1c6ce64f05fabdadfcf86ab990dd0f) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Jeff Polk <jeff.polk@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-libav: Add PACKAGECONFIG for orcMartin Jansa2013-10-071-0/+1
| | | | | | | (From OE-Core rev: 9b86405b55bc663330f5c77e7240efd1fb5837da) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer-plugins: Change anonymous python structureSaul Wold2013-09-101-4/+6
| | | | | | | | | | | | This change ensures that the SRC_URI is set before base.bbclass code is called. This will also ensure that the xz-native depends is set correct. [YOCTO #5127] (From OE-Core rev: 787335494dc0a3f93d9bf5a6cf1b603c8675df66) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* remove the unnecessary protocol parametersJackie Huang2013-08-304-4/+4
| | | | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: fix 3.10 libc-headers build failureBruce Ashfield2013-08-262-0/+46
| | | | | | | | | | | | | | | | kernel commit 24b9f5017 [[media] V4L: Remove deprecated image centering controls] removed the definitions of V4L2_CID_HCENTER and V4L2_CID_VCENTER after three years of depreciation. The ioctl values are still free, and the case statement which processess them in v4l2 userspace falls through to the proper replacement. So in the short term, we can explicitly define them using the old absolute values, and everything will work. (From OE-Core rev: 1e35d04067357b1c65d9e2c4796acfa02274fd9d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: fix orc enabling via PACKAGECONFIGPaul Eggleton2013-08-221-1/+1
| | | | | | | | | | | An extra --disable-orc was being added to EXTRA_OECONF regardless of whether orc was in PACKAGECONFIG, drop this. (From OE-Core rev: 0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: add dependency on glewMartin Jansa2013-08-161-1/+1
| | | | | | | | | | | * fails without: | ./gstglshader.h:30:21: fatal error: GL/glew.h: No such file or directory (From OE-Core rev: a3c58aaeb84c711431e78458afabed2f7054d937) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: set SUMMARY instead of DESCRIPTIONPaul Eggleton2013-08-131-1/+1
| | | | | | | | | | | We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. (From OE-Core rev: 33fc0caa169c8d0c707977e387bda6a23630ee12) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: enable using yasm during buildPaul Eggleton2013-08-131-5/+1
| | | | | | | | | | | A recipe is now available for this, and it should enhance performance on x86/x86-64. (From OE-Core rev: 39aab68c1d60cb071bbd0c5d21b94222c89209a3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: merge in bbappend from meta-oePaul Eggleton2013-08-131-1/+5
| | | | | | | | | | | | | | | | * Enable external libav for better optimisations/additional bugfixes (internal ffmpeg copy is quite old), default enabled but can be disabled using PACKAGECONFIG * Add a PACKAGECONFIG for orc, disabled by default in line with other gstreamer recipes * Bump PR to r7 so the bbappend can be dropped without PR going backwards (From OE-Core rev: aab668fbba25d3e590e4182224b7b064d7705c5b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-fluendo-mpegdemux: upgrade to v0.10.72Cristian Iorga2013-08-121-4/+2
| | | | | | | | (From OE-Core rev: b7b114c507166625356645cf719daddd4fac2fea) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-ugly: upgrade to v1.0.9Cristian Iorga2013-08-062-4/+2
| | | | | | | | (From OE-Core rev: af57aefef26a9659ff23abda57a244bc68cc7f9c) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad: upgrade to v1.0.9Cristian Iorga2013-08-062-4/+2
| | | | | | | | (From OE-Core rev: d0fa44fab723f5082d7ceb9902987abadd676ace) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-libav: upgrade to v1.0.9Cristian Iorga2013-08-061-3/+2
| | | | | | | | (From OE-Core rev: 33b904998ea8dfa87cbe11e75d233907282f6dd6) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: upgrade to v1.0.9Cristian Iorga2013-08-062-4/+2
| | | | | | | | (From OE-Core rev: 886e4ad191853aa150f48a28ae4b3454b8a4c322) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-base: upgrade to v1.0.9Cristian Iorga2013-08-062-5/+2
| | | | | | | | (From OE-Core rev: d1af596d9c0c8b3d6a0a7da3391a5c8a3d5b10be) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: upgrade to v1.0.9Cristian Iorga2013-08-062-4/+2
| | | | | | | | (From OE-Core rev: d2052a78b42a7381a2440060e45bfe80d8fd499c) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: add explicit dependency on libpngEric Nelson2013-08-031-1/+1
| | | | | | | | (From OE-Core rev: 2cd01fdc26ee4f444635ad8e9d3956b9e764dc82) Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: add PACKAGECONFIG for jpeg, wavpack, gdkpixbuf, v4l, ↵Martin Jansa2013-07-291-3/+9
| | | | | | | | | | bzip2, orc (From OE-Core rev: eb3a2553ed3b627cb25001b552624690b4959069) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: add PACKAGECONFIG for v4lMartin Jansa2013-07-291-1/+1
| | | | | | | | (From OE-Core rev: 2dafdba357ba90c5cfaa7577734ddcf2f9ad4f14) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: add few more PACKAGECONFIGsMartin Jansa2013-07-291-0/+10
| | | | | | | | (From OE-Core rev: cdf6172830bf052ca3a53d439f05ee40574e3968) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-ugly: add PACKAGECONFIG for x264, cdio, dvdreadMartin Jansa2013-07-241-0/+5
| | | | | | | | | | * they are autodetected from sysroot (From OE-Core rev: b253bbe742c016a07b67cfaa65b28895118c5bd8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: add PACKAGECONFIG for jackMartin Jansa2013-07-241-0/+1
| | | | | | | | | * jack is autodetected from sysroot (From OE-Core rev: 00872ded9e4f492f146175be41435902aaf45ad7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-base: add missing dependency on glib-2.0-nativeMartin Jansa2013-07-101-1/+1
| | | | | | | | | | | * glib-genmarshal is needed during do_compile: | /bin/bash: line 1: glib-genmarshal: command not found (From OE-Core rev: 50fdebe819e4d51bc8ba011a0d4a090a8ded64b8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: inherit gsettingsMartin Jansa2013-07-101-1/+1
| | | | | | | | | | | | * do_configure fails without native glib-compile-schemas: | checking for glib-compile-schemas... no | configure: error: glib-compile-schemas not found. (From OE-Core rev: c8ba0ab9ba2a13eab3fdc6aed148c5ee3b53e253) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: element selection rationalisationRoss Burton2013-06-251-6/+12
| | | | | | | | | | | | | | Using --with-plugins means you only get the elements you enable, so we were dropping vast numbers of useful plugins such as the MPEG muxers. Instead, follow gst-plugins-base by using PACKAGECONFIG to enable/disable plugins with optional dependencies. (From OE-Core rev: 7722fd48995d5d430d58b94ecf69a6ad9f1c741b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-base: element selection rationalisationRoss Burton2013-06-251-3/+9
| | | | | | | | | | | | | | Use PACKAGECONFIG to control the X11 elements, and add statements for the elements that we don't always enable. Remove the freetype dependency as it's apparently (but not really) only needed by the examples. (From OE-Core rev: d40606de85a42c48327dead5d6e4c9a1de2cc39c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: tremor was moved from here to -baseRoss Burton2013-06-251-2/+2
| | | | | | | | (From OE-Core rev: 6e149551a36825ac5e25b14dbaa62b794154c11d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: use correct option when enabling librsvgRoss Burton2013-06-251-1/+1
| | | | | | | | (From OE-Core rev: 82eab38f2bf1dac3e3414a5a20b8e51f871e07ce) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: fix libav config error for ppcJesse Zhang2013-06-252-1/+25
| | | | | | | | | | | | | | | Pass --cpu to libav config when we're building ppc, or else there are errors like: You need a compiler that supports {} in AltiVec vector declarations. Also patch libav configure to have knowledge of more ppc CPUs. (From OE-Core rev: a825781fc822f4630bc29906ca1ca79b8fad4836) Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: added GStreamer 1.0 recipesCarlos Rafael Giani2013-06-1126-0/+742
| | | | | | | | | | | | | Originally from the https://github.com/dv1/meta-gstreamer1.0 repository, the patches were copied with only one change: gstreamer1.0-plugins-package.inc was removed, since gst-plugins-package.inc is identical except for the LIBV variable. (From OE-Core rev: e200e61529fa5a78354cde67442e90ace4b3857c) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: moved LIBV out of gst-plugins-package.inc fileCarlos Rafael Giani2013-06-072-1/+1
| | | | | | | | | | | Since gst-plugins-package.inc is going to be used by the following GStreamer 1.0 recipes as well, LIBV has to be set outside of the .inc file. (From OE-Core rev: 3cda3f1e3081ce51d8e964feff29e44558076522) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: fixed -meta package rdependsCarlos Rafael Giani2013-06-071-5/+22
| | | | | | | | | | | | The -meta packages were depending on non-existing packages, like -glib and -apps. The fix checks if packages in the PACKAGES list are empty. If so, they are omitted from the rdepends list. (From OE-Core rev: 7c556a1f437c0a5b472727f89ff6c3d5f835b63d) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGEPaul Eggleton2013-04-291-0/+6
| | | | | | | | (From OE-Core rev: 6bcc2eab5ddf584e6a26353ff259045a35fe4c87) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: Disable neon, its not on DEPENDSRichard Purdie2013-04-181-1/+1
| | | | | | | | Otherwise this setting "floats" and leads to non-determinstic builds. (From OE-Core rev: 4eea01e9d775f2e56958a8bb194aadd8a242946d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: fix --disable-yasmTom Zanussi2013-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | The gst-ffmpeg build shows the following warning: configure: WARNING: unrecognized options: --disable-yasm which means that the following test in configure always fails and --disable-yasm never gets passed to the embedded ffmpeg build: 'if test "x$disable_yasm" = "xyes"; then' embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm" commit 4d309730 ['gst-ffmpeg: configure-fix patch used wrong test'] actually fixed the obviously backwards syntax by reversing the test - prior to that, --disable-yasm would always unconditionally be passed into the embedded ffmpeg config. This fixes things so that the variable actually exists and makes the test meaningful. (From OE-Core rev: da9515621134c26e54f43b96cdad0c6e6c5876bf) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-ffmpeg: configure-fix patch used wrong testCarlos Rafael Giani2013-04-041-1/+1
| | | | | | | | (From OE-Core rev: d07bf78a11c5aee37da653404f8aaf413cf14e8f) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: disable librsvg when x11 is disabledRogerio Nunes2013-04-031-2/+5
| | | | | | | | | | | | librsvg depends on gtk+, which in turn does not support framebuffer as backend in current version (2.15.24). This patch disables librsvg when x11 is not in the distro. (From OE-Core rev: 022cc0d3f0f7468428d708c27dbc561f619ee841) Signed-off-by: Rogerio Nunes <ronunes@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: allow empty packagesJeremy Stashluk2013-03-121-0/+4
| | | | | | | | | | | | | The patch to Poky (git://git.yoctoproject.org/poky) commit bd73fa69f532ca3d81ec2452a79e7a333b3543c2 titled: "recipes: Fix ALLOW_EMPTY with no package specified" breaks this recipe. This patch specifies the allowed empty packages. (From OE-Core rev: 375ed2eaef10dd7d8f46badca6d779708724e5f6) Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-package: return few ALLOW_EMPTY settingsMartin Jansa2013-03-121-0/+7
| | | | | | | (From OE-Core rev: 26c2eed11d9293a7a3b8e2177be76d2457d69efd) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Fix ALLOW_EMPTY with no package specifiedRichard Purdie2013-03-052-3/+5
| | | | | | | | | | | There are various usages of ALLOW_EMPTY with no packages specified. This is not recommended syntax, nor is it likely to be supported in the future. This patch improves the references in OE-Core, either removing them if they're pointless (e.g. when PACKAGES="") or specifying which package it applies to. (From OE-Core rev: fe81bd4f600877e63433184cfc2e22c33bb77db6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-gl: add package recipeJeremy Stashluk2013-02-222-0/+54
| | | | | | | | | | | Added notes, signoff, and upstream status to internal patch. (From OE-Core rev: 76cebb57d3ce507e3876e0a9a881eaa3e8c6fdb8) Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bad: remove musicbrainz build-dependencyRoss Burton2013-02-011-2/+2
| | | | | | | | | | | | | | This plugin only works with an old version of the musicbrainz API, so it hasn't been built for some time now. So, remove the libmusicbrainz dependency as it isn't used. (From OE-Core rev: 993b4fd2a63939359ea1833374912c15fccf6120) (From OE-Core rev: 775621d65b5b72169913c817ed9de7973b2d5dcf) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-openmax: fix build with newer GLibRoss Burton2012-12-171-1/+5
| | | | | | | | | | | | The new GLib deprecated some threading API, but gst-openmax wasn't detecting release vs development at all so assuming development, and thus building with -Werror. Set the variable that the configure script is assuming to exist, so that -Werror isn't used. (From OE-Core rev: 26bf8f6a047ccc0f73eaa40093afddabfce8ea1b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-meta-base: don't rdepend on ximagesink/xvimagesinkRoss Burton2012-12-171-2/+2
| | | | | | | | | | Loosen these dependencies to recommends, as some targets won't want or build these sinks. (From OE-Core rev: d933361d23a94a650cee3119367bd7ab6a07e881) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-meta-base: pull in X11 plugins when using X11Ross Burton2012-12-051-2/+5
| | | | | | | | | | | | | | | | The splitting out of X11 plugins wasn't complete, which lead to no X11 plugins being installed. If the X11 distro feature is present, make gst-meta-base depend on gst-meta-x11-base. Also make -x11-base RDEPEND on xvimagesink for video playback performance. [ YOCTO #3458 ] (From OE-Core rev: 84956b59ba828c88ede0c2d77c90b59330bcab68) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer: Fix plugin buildsGary Thomas2012-12-031-1/+3
| | | | | | | | | | | | | | | | | | | Not all gstreamer plugins have localized documentation trees. The commit commit f50e2984d9411a059b86d6c158e9416fceb84c3d Author: Martin Jansa <martin.jansa@gmail.com> Date: Wed Nov 28 15:59:48 2012 +0100 breaks the build for such packages because the file "po/Makefile.in.in" is not present. This change allows building without the po/ subdirectory. (From OE-Core rev: 4f5e5e28aa57b931ed297d08756a76bbcd8258f1) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer, gst-plugins*: fix localdata1.4_M1.rc11.4_M1.final1.4_M1Martin Jansa2012-11-286-5/+18
| | | | | | | | | | | | | | | | * all gst* packages were producing LC_MESSAGES/.mo instead of LC_MESSAGES/gst*.mo and it was leading to file conflicts between gst* packages too * for more details see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html * buildhistory diff, confirms issue fixed https://github.com/shr-distribution/buildhistory/commit/f2c0888c0e08dfb33cc0cdf384621fc499d4ac04 * Thanks to Enrico for simplier solution (From OE-Core rev: f50e2984d9411a059b86d6c158e9416fceb84c3d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-base: add dep on libsm and libiceGilbert Coville2012-11-251-2/+2
| | | | | | | | | | | | If libICE exists when this package configures, libICE and libSM are added to the list of included libraries. Adding libsm and libice to the list of dependencies ensures they'll be present and makes the contents of this package more deterministic. (From OE-Core rev: 0d8adb1b57bf435f888c9357d40d1e2dae10d07f) Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-meta-base: include ximagesink plugin when x11 is a featureSaul Wold2012-10-271-2/+3
| | | | | | | (From OE-Core rev: 6e44bf71fd4645ea09b3e34b907b17e92b5225e3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>