diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-02-05 15:13:17 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:19:54 +0000 |
| commit | c97f2c39a90987022200c1bc405613b92e0bfe27 (patch) | |
| tree | b08641c06049bd228f542c628536644b14b92494 /meta/recipes-multimedia | |
| parent | 9c89aa1fd9b3ec09e52c464ad85d4b58d8bad417 (diff) | |
| download | poky-c97f2c39a90987022200c1bc405613b92e0bfe27.tar.gz | |
gst-meta-base: pull in X11 plugins when using X11
If the X11 distro feature is present, make gst-meta-base depend on
gst-meta-x11-base. Also make -x11-base RRECOMMEND xvimagesink for video
playback performance.
(From OE-Core rev: 7a0968afd62f8978f5f748dfe89429391e2def02)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 1788104431..208a849e12 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
| @@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | PR = "r10" | 8 | PR = "r11" |
| 9 | 9 | ||
| 10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
| 11 | gst-meta-base \ | 11 | gst-meta-base \ |
| 12 | gst-meta-x11-base \ | ||
| 12 | gst-meta-audio \ | 13 | gst-meta-audio \ |
| 13 | gst-meta-debug \ | 14 | gst-meta-debug \ |
| 14 | gst-meta-video" | 15 | gst-meta-video" |
| @@ -16,6 +17,7 @@ PACKAGES = "\ | |||
| 16 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
| 17 | 18 | ||
| 18 | RDEPENDS_gst-meta-base = "\ | 19 | RDEPENDS_gst-meta-base = "\ |
| 20 | ${@base_contains('DISTRO_FEATURES', 'x11', 'gst-meta-x11-base', '', d)} \ | ||
| 19 | gstreamer \ | 21 | gstreamer \ |
| 20 | gst-plugins-base-playbin \ | 22 | gst-plugins-base-playbin \ |
| 21 | gst-plugins-base-decodebin \ | 23 | gst-plugins-base-decodebin \ |
| @@ -23,7 +25,6 @@ RDEPENDS_gst-meta-base = "\ | |||
| 23 | gst-plugins-base-gio \ | 25 | gst-plugins-base-gio \ |
| 24 | gst-plugins-base-alsa \ | 26 | gst-plugins-base-alsa \ |
| 25 | gst-plugins-base-volume \ | 27 | gst-plugins-base-volume \ |
| 26 | gst-plugins-base-ximagesink \ | ||
| 27 | gst-plugins-base-audioconvert \ | 28 | gst-plugins-base-audioconvert \ |
| 28 | gst-plugins-base-audioresample \ | 29 | gst-plugins-base-audioresample \ |
| 29 | gst-plugins-base-typefindfunctions \ | 30 | gst-plugins-base-typefindfunctions \ |
| @@ -32,6 +33,9 @@ RDEPENDS_gst-meta-base = "\ | |||
| 32 | gst-plugins-good-autodetect \ | 33 | gst-plugins-good-autodetect \ |
| 33 | gst-plugins-good-souphttpsrc" | 34 | gst-plugins-good-souphttpsrc" |
| 34 | 35 | ||
| 36 | RRECOMMENDS_gst-meta-x11-base = "\ | ||
| 37 | gst-plugins-base-ximagesink \ | ||
| 38 | gst-plugins-base-xvimagesink" | ||
| 35 | 39 | ||
| 36 | RDEPENDS_gst-meta-audio = "\ | 40 | RDEPENDS_gst-meta-audio = "\ |
| 37 | gst-meta-base \ | 41 | gst-meta-base \ |
